Automation

 View Only
  • 1.  set-cluster help

    Posted Apr 24, 2008 01:12 AM

    Looking to change my drsmode for all my clusters.

    What would be the best approach to this with powershell?



  • 2.  RE: set-cluster help
    Best Answer

    Posted Apr 24, 2008 08:16 AM

    You can try something like this

    Get-Cluster | Set-Cluster -DRSMode PartiallyAutomated
    

    The possible values for DRSMode are FullyAutomated, Manual or PartiallyAutomated.

    See also the VI Toolkit Cmdlets Reference



  • 3.  RE: set-cluster help

    Posted Apr 24, 2008 12:21 PM

    That was the exact command I ended up using before your response.

    But you get the points. :smileyblush: