EvergreenAdmx icon indicating copy to clipboard operation
EvergreenAdmx copied to clipboard

Add back Zoom ADMX support

Open JonathanPitre opened this issue 1 year ago • 0 comments

The Invoke-WebRequest forbidden issue seems to work fine with PowerShell 7. I only get the issue on PowerShell 5.2.

You could simply add the following code on top of your script

#Requires -Version 7.0

Check https://github.com/DanGough/Nevergreen/issues/28

JonathanPitre avatar Jul 27 '22 16:07 JonathanPitre