PowerShell Commands

I really have dropped the ball on keeping up with my PowerShell postings and ideas. Sometimes I have no time to devote myself like I’d like to. But, I’m working on a few cool ideas that hopefully I can get posted.

PowerShell can have a mixture of commands used that are both native to PowerShell and the old dos commands. DIR and GET-CHILDITEM can produce the same results. Although there are different parameters that can be used for each to return results for the initial gather of info I’m using the basics GET-CHILDITEM rather than DIR.