Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Last active July 6, 2018 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/24e893d429e9aa83f00c2021afaab6ef to your computer and use it in GitHub Desktop.
Save PlagueHO/24e893d429e9aa83f00c2021afaab6ef to your computer and use it in GitHub Desktop.
Install Windows Admin Center using DSC on Port 6516 and using a self-signed certificate
Invoke-WebRequest -Uri 'https://gist.githubusercontent.com/PlagueHO/e8120e1cc01b447d084322eb2ad14c95/raw/2aff9e1a8d94cdb6f8a7409874a3bdbfcf234f8e/WindowsAdminCenterDscConfiguration.ps1' -OutFile 'WindowsAdminCenterDscConfiguration.ps1'
Install-Module -Name PSDscResources
. .\WindowsAdminCenterDscConfiguration.ps1
WindowsAdminCenter
Start-DscConfiguration -Path .\WindowsAdminCenter\ -ComputerName localhost -Wait -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment