powershell - How to verify if CmdLet is present -


Is there any quick way to check whether CMDtl is available to me or not? I do not want to loop the loaded module and can check whether CMDlet is present or not.

  -command < Cmdlet name & gt;  

Comments

Popular posts from this blog

java - Joda Time Interval Not returning what I expect -

Member with no value in F# -

javascript - Render HTML after each iteration in loop -