May 16, 2012PowerShell PowerShell: Finding Domain Controllers If your computer is logged on to an Active Directory, here is […]
May 15, 2012PowerShell PowerShell: Executing Commands in Groups In traditional batch files, you can use && to execute a second […]
May 7, 2012PowerShell PowerShell: Parsing Date and Time Parsing Date and Time Parsing a date and/or time information is tricky […]
May 6, 2012PowerShell PowerShell: Comparing Services Comparing Services Compare-Object is one of the most widely ignored most powerful […]
May 5, 2012PowerShell PowerShell: Map Network Drive Sure you can use the command net use to map a network […]
May 5, 2012PowerShell PowerShell: Sharing Folders Console commands are first class PowerShell citizens, so sometimes it may be […]
May 4, 2012PowerShell PowerShell: Getting Windows Product Key Ever wanted to read out the Windows license key? In the Windows […]
May 4, 2012PowerShell PowerShell: Catching Errors In forums, people often get confused with error handling. For example, this […]
May 3, 2012PowerShell PowerShell: Using Shared Variables By default, all variables created in functions are local, so they only […]
May 3, 2012PowerShell PowerShell: Admin Privileges Enabled? If you want to know whether your script has currently full Administrator […]