ReePrime
#2 Windows Server 2016 ● Manage a  Nano Server  ●  With PowerShell

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

#2 Windows Server 2016 ● Manage a Nano Server ● With PowerShell

C
Christian ALT

21 Views • May 07, 2016

Description

After installing a nano server, you can manage it through remote powershell. This howto shows the way to proceed.
to establish the connection with a nano server use the script below with replacing the values that suit your environment.

Script.ps
Set-Item WSMan:\localhost\Client\TrustedHosts "192.168.1.51"
$ip = “192.168.1.51”
$user = “$ip\Administrator”
Enter-PSSession -ComputerName $ip -Credential $user


Created by Christian ALT for http://vision6D.com
Channel about IT Technology, Management and Communication