Skip navigation
Does Storage Replica work with Nano Server

Does Storage Replica work with Nano Server

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 <remote Nano Server>

$CustomCred = Get-Credential

Invoke-Command -ComputerName <remote Nano Server> -ScriptBlock { Test-SRTopology <commands> } -Authentication Credssp -Credential $CustomCred 

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish