HuduAutomation
HuduAutomation copied to clipboard
Update Hudu-LAPSAlternative-Documentation.ps1
I could not get this to work without NuGet. Added the following lines to make it work.
if (Get-PackageProvider -ListAvailable -Name NuGet) { Import-PackageProvider NuGet } else { Install-PackageProvider -Name NuGet -Force Import-PackageProvider NuGet }