Tag: cmdlets

Powershell

Powershell : Command your CMDLET's 

A cmdlet is a lightweight command that is used in the Windows PowerShell environment. SYNTAX : Verb-Noun -Parameter Value -SwitchParameter Command name Commands always begin with a command name, such as New-Alias. Type the command name or its alias, such a “gcm” for Get-Command. Parameters The…