PowerShell Commands - USALearning

In general, it is best to use the Powershell cmdlets instead of these Linux-like commands to avoid confusion and unexpected results Either way, the output from Powershell commands is always zero or more objects, never just plain text, and you may not have any use for the objects they produce set-location get-childitem new-item remove-item move-item ................
................