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
Policies with brackets in their name (eg. '[ ]') result in errors by the backup scripts
example :
Out-File : Cannot perform operation because the wildcard path C:\temp\export\Device Configurations\Assignments[Test][Windows 10] Restriction - App Store.json did not resolve to a file.
using 'Out-File -LiteralPath ...' solves the problem
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. Will look into this. Also planning to fix backing up when there are characters in the Intune Configuration display names that are illegal in the filepath being saved to (\/:*?"<>|).
Policies with brackets in their name (eg. '[ ]') result in errors by the backup scripts
example :
Out-File : Cannot perform operation because the wildcard path C:\temp\export\Device Configurations\Assignments[Test][Windows 10] Restriction - App Store.json did not resolve to a file.
using 'Out-File -LiteralPath ...' solves the problem
The text was updated successfully, but these errors were encountered: