News

Prof. Powershell PowerShell Name Duplicates: When Commands Collide Jeffrey Hicks shows you what to do when you have two commands with the same name. By Jeffery Hicks 08/20/2013 As PowerShell continues ...
03/20/2012 In PowerShell, when you run the DIR command, you are really running the Get-ChildItem cmdlet. This cmdlet returns file and folder objects; specifically System.IO.FileSystem and ...