Skip to content

Instantly share code, notes, and snippets.

@sub314xxl
Last active December 14, 2017 19:52
Show Gist options
  • Save sub314xxl/0809d7fd5742136dcd4e13602be69f30 to your computer and use it in GitHub Desktop.
Save sub314xxl/0809d7fd5742136dcd4e13602be69f30 to your computer and use it in GitHub Desktop.
Enable-PSRemoting -Force
Start-Service WinRM
Set-Item wsman:\localhost\client\trustedhosts * -Force
Get-WindowsFeature | Where-Object {$_.name -Like "*DNS*"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment