cjm4820's Posts

I followed the Datastore Mount/Unmount Detach/Attach functions for single host from Re: Unmout Datastore from 1 host I get the below error when I run the command. Any guess what could be doing... See more...
I followed the Datastore Mount/Unmount Detach/Attach functions for single host from Re: Unmout Datastore from 1 host I get the below error when I run the command. Any guess what could be doing wrong here? Unmount-Datastore -WhatIf -VMHost $arrVMHostsForUnmount -Datastore $arrDStores Unmount-Datastore : A parameter cannot be found that matches parameter name 'WhatIf'. At line:1 char:26 + Unmount-Datastore -WhatIf <<<<  -VMHost $arrVMHostsForUnmount -Datastore $arrDStores     + CategoryInfo          : InvalidArgument: (:) [Unmount-Datastore], ParameterBindingException     + FullyQualifiedErrorId : NamedParameterNotFound,Unmount-Datastore
Hi, Is there a way Script and list all the patches/extensions in Patch Repository that are downloaded by vSphere Update Manager? I need to list and verify downloaded patches before adding them to... See more...
Hi, Is there a way Script and list all the patches/extensions in Patch Repository that are downloaded by vSphere Update Manager? I need to list and verify downloaded patches before adding them to the baselines. Thanks.
Thanks. I am trying to change Alarm Trigger Type condition through Powercli. For example, I need to update the condition for "Datastore Disk Usage%" Trigger type in Alarm Definition "Datastore u... See more...
Thanks. I am trying to change Alarm Trigger Type condition through Powercli. For example, I need to update the condition for "Datastore Disk Usage%" Trigger type in Alarm Definition "Datastore usage on disk".
I would like to update an Alarm definition - Triggers - Trigger Type condition values using powercli. Is it possible with powercli?