HuduAutomation icon indicating copy to clipboard operation
HuduAutomation copied to clipboard

Update Hudu-LAPSAlternative-Documentation.ps1

Open voyagertech opened this issue 2 years ago • 0 comments

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 }

voyagertech avatar Nov 01 '22 23:11 voyagertech