You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, if the ArcRemoteShare has a backslash in it (e.g. ShareName\FolderName to store the logs in a subfolder) then the regular expression will break.
I'll submit a PR shortly with both of these fixed.
The text was updated successfully, but these errors were encountered:
In version 1.0.8, the AssessOnly check doesn't work at all. The issues I can see are:
In ScheduledTask.xml, the ArcRemoteShare switch parameter in the Scheduled Task now has single quotations around it:
ArcEnabledServersGroupPolicy/ArcGPO/{1BAEEB14-8CB1-42FC-960B-55C4B45AFB0B}/DomainSysvol/GPO/Machine/Preferences/ScheduledTasks/ScheduledTasks.xml
Line 4 in 4ab7424
But the code that updates it in DeployGPO still assumes there are no single quotes (from a previous version?)
ArcEnabledServersGroupPolicy/DeployGPO.ps1
Line 179 in 4ab7424
In addition, if the ArcRemoteShare has a backslash in it (e.g. ShareName\FolderName to store the logs in a subfolder) then the regular expression will break.
I'll submit a PR shortly with both of these fixed.
The text was updated successfully, but these errors were encountered: