Last active
December 14, 2017 19:52
-
-
Save sub314xxl/0809d7fd5742136dcd4e13602be69f30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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