I have a script that, for reasons of coherence, does Enable, Disable, Stop,
Start and Set functions. Primary reason is that there's shared functions and
I do not want to have to distribute a library with my script a and also from
the point of view of changes - which are likely to be frequent in the early
life of the code.
Having checked both MSDN and the Cookbook for standard verbs I'm not finding
any good standard equivalent to what I think should be 'Manage'(?).
Any opinions at all - maybe there is something suitable which I've overlooked?
Thanks,
Radski
Enable, Disable, Start, Stop and Set are standard verbs
help get-verb
or just enter get-verb
thanks for replying - yes, I'm aware of those - it was more of my musing
about what to do if you want to stick all these functions in one script....
I have indeed resorted to the Manage verb as it made sense for my situation.
Cheers,
R.
"Bob Landau" <BobL...@discussions.microsoft.com> wrote in message
news:EC9D9300-9C5A-47AC...@microsoft.com...
"radski" wrote:
> .
>
Invoke-WmiMethod
Invoke-WSManAction
- Larry
RichS [MVP] wrote:
> Nearest I could find in the standard verbs would be Invoke
"radski" wrote: