Micke-K / IntuneManagement

Copy, export, import, delete, document and compare policies and profiles in Intune and Azure with PowerShell script and WPF UI. Import ADMX files and registry settings with ADMX ingestion. View and edit PowerShell script.
MIT License
1.12k stars 199 forks source link

Multiple backup folder when using %DateTime% variable #189

Open AIGARSJ opened 9 months ago

AIGARSJ commented 9 months ago

If export job happens longer that 1 min, IntuneManagement application creates multiple folder. image Export job should create only single folder with backup start date and time.

Micke-K commented 9 months ago

Hello,

Thank you for reporting this. I've fixed this in the next version. I'll try to release it soon.

Any reason you use %DateTime% instead of just %Date%?

Cheers!