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

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -