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

php - Select box validation (in laravel) -

html - Tabindex not working for button -

java - Joda Time Interval Not returning what I expect -