Does Storage Replica work with Nano Server
Find out if you can use the awesome new Storage Replica with Nano Server
John Savill
December 1, 2016
1 Min Read
Q. Does Storage Replica work on Nano Server?
A. Yes. Install the Storage-Replica feature on Nano Server the same way you would on a regular Windows Server 2016 instance then to run the Test-SRTopology cmdlet you need to use CredSSP, e.g.
Enable-WSManCredSSP Client -DelegateComputer
$CustomCred = Get-Credential
Invoke-Command -ComputerName -ScriptBlock { Test-SRTopology } -Authentication Credssp -Credential $CustomCred
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like