Hi @Jonathan Nali
Start by checking if the file gpt.ini exist in Sysvol and it's reacheable from impacted machine:
\\repr o.local\SysVol\repro.local\Policies\{318003EA-482D-4AB1-A3BB-B9FE9D28BDDB}\gpt.i ni
If the gpt.ini is missing,run the following command to identify the name of the GPO mentioned in the error message:
Get-GPO -Guid 318003EA-482D-4AB1-A3BB-B9FE9D28BDDB-Domain "domainName.local"
To fix missing gpt.ini file, you can try one of the following sollution:
- Modify one setting on impacted GPO and when you click on apply the file will be generated automatically
- Restore GPO from backup
- Export GPO settings , remove it , then create new one and import Exported settings from deleted GPO
Please don't forget to mark helpful answer as accepted