Monitoring system gives the following error: GPOADmin The following error occurred calling 'Directory.Delete' on the path 'C:\Path' Access to the path 'fdeploy.ini' is denied.")
This would be an issue where the fdeploy.ini is likely being accessed by GPMC during the import operation and the lock hasn't been released when we are attempting to clean up the temp directory, or GPMC / someone altered the permissions to fdeploy.ini in SYSVOL so that the service account cannot delete it, either as a read only file, or with a deny permission. The most likely case is that GPMC was still accessing the file during the import operation. As this is a temp file, there are no issues with the deletion failing, other than the file remaining in the temp directory.