#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
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
Discover More
More from User
03:10
#5 Nano Server Windows 2016 ● DNS configuration ● Client side
Christian ALT
08:25
#4 Nano Server Windows 2016 ● GUI Tools to Remote Manage ● 8 min.
Christian ALT
08:03
# 3 Nano Server Windows 2016 ● Join a Nano Server to a Domain ● Djoin offline
Christian ALT
05:48
#2 Windows Server 2016 ● Manage a Nano Server ● With PowerShell
Christian ALT
03:48
#2 Windows Server 2016 ● Join A 2012 Domain ● 3 min
Christian ALT
07:56
#1 Nano Server Windows 2016 ● Installation ● 8 min.
Christian ALT
Related Videos
25:26
Installing and Configuring ADS, DNS and DHCP in Windows Server 2012 and Client Configuration
VOX POP
20:48
Como colocar o PfSense com NX Filter no domínio - Windows server como controlador de domínio, DNS e DHCP
Dicas de Windows, MacOS e Linux
17:48
Windows server 2012 ● Active Directory / DHCP / DNS Installation ● in 15 minutes
Christian ALT
03:10
#5 Nano Server Windows 2016 ● DNS configuration ● Client side
Christian ALT
08:25
#4 Nano Server Windows 2016 ● GUI Tools to Remote Manage ● 8 min.
Christian ALT
01:30
ExamWise For MCP-MCSE Exam 70-292 Windows Server 2003 Certification Managing and Maintaining a Microsoft Windows Server
Richardcutright91