Quantcast
Channel: VMware Communities: Message List - Site Recovery Manager
Viewing all articles
Browse latest Browse all 5389

Re: disable NICs on Protected Servers during Test

$
0
0

You could use the Set-NetworkAdapter cmdlet on the VMs you want to include in the tests.

To disable (disconnect) the vNIC you could do

 

Get-VM-NameMyVM|Get-NetworkAdapter|Set-NetworkAdapter-Connected:$false

 

Would that serve the purpose of your tests ?


Viewing all articles
Browse latest Browse all 5389

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>