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.15k stars 207 forks source link

Run in Azure Automation Account #258

Open Influencer101 opened 2 months ago

Influencer101 commented 2 months ago

Hi Micke,

I haven't tried it yet, but do you know if it's possible to run the silent jobs in an Azure Automation Account? Thanks!

Micke-K commented 2 months ago

Hello,

I have not tried it. I think someone did and there are some issues. The Automation uses WPF in the background (stupid idea, I know) which might not be available when running automation accounts.

Cheers!