PowerCLI

 View Only

Search Community

What's New

  • New PowerCLI Community

    Welcome back to the new PowerCLI Community.   We are working hard with the developers to fix the code insert issue many of you reported.   This formatted code on the previous platform but did not convert well so we are working patching all posts.   I appreciate your patience.   @Jason McClellan, Platform Admin

Latest Discussions

  • 1- The error is: "Unable to connect to vCloud server" 'The server returned the following: GatewayTimeout' , and i think this cause of our DCs in our environment.

  • A passworded (passphrased) private key needs to be added to the ssh agent you are using. For example: ssh-add -d {privatekeyfile} This will then prompt you for the password/passphrase to be stored with the private key for future use. ssh-add ...

Latest Q&A List

  • ITSavant's profile image

    RE: Can PowerCLI be used to set Standby Response for ...

    While I haven't tested this, maybe this will put you on the right track for automation: $VM = Get-VM -Name "MyVM" $Spec = ...

  • ITSavant's profile image

    RE: move-vm with multiple adapters to a new destination ...

    That cmdlet can accept and process an array of vNics, as opposed to individual items, William L. did an article about it years ...

Unanswered Threads

  • Posted in: PowerCLI

    Hi, I've been using the following code to create a virtual machine replication: $ReplicationSpec = Initialize-VrConfigureReplicationSpec ` -Rpo 60 ` -NetworkCompressionEnabled:$false ` -MpitEnabled:$false ` -AutoReplicateNewDisks:$true ` -LwdEncryptionEnabled:$false ...

  • Posted in: PowerCLI

    I can do this in vcenter trivially Connect-VIServer -Server vcenter1.local.com -Credential $c2 $name = "BeforeUpdate_" + $ds $description = "Snapshot taken before the " + $ds + " patch installation" New-Snapshot -VM "CONCERT-s7T3" -Name $name ...

Recent Shared Files List Add

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI