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