PowerShell Commands - USALearning

User with parameters and arguments separated by spaces • Get-Childitem –path C:\tools •-path is the parameter • The argument is the value pass to the parameter, C:\tools **059 So PowerShell cmdlets use a . verb-noun construct. So like the Get - Childitem-- it's kind of nice for . readability and understanding what it . does. So some of ... ................
................