12–Windows Server 2016
Deploying and Managing a Nano Server
195
AH0054602-00 A
shows example output.
Figure 12-21. PowerShell Command: New-Item
[172.28.41.152]: PS C:\>
New-SMBShare -Name "smbshare" -Path
c:\smbshare -FullAccess Everyone
shows example output.
Figure 12-22. PowerShell Command: New-SMBShare
6.
To map the SMBShare as a network drive in the client machine, issue the
following PowerShell command:
PS C:\Windows\system32>
net use z: \\192.168.10.10\smbshare
This command completed successfully.
7.
To perform read/write on SMBShare and check RDMA statistics on the
Nano Sever, issue the following PowerShell command:
[172.28.41.152]: PS C:\>
(Get-NetAdapterStatistics).RdmaStatistics
NOTE
The IP address of an interface on the Nano Server is 192.168.10.10.