PowerShell Commands - USALearning

Get-Childitem (equivalent to dir) • Many of the cmdlet s use the same verbs. Get, Set, Add, Remove, Clear, Enable, Disable, Start, Restart, Resume, Stop 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 ................
................