Powershell

Capitalizing Words

To correctly capitalize words (making sure the first character is capitalized), you can either use regular expressions or a little system function....

read more

Finding AD User Accounts

There are modules and cmdlets to deal with Active Directory tasks, but sometimes it is easier and faster to simply use some .NET code instead. If...

read more

Finding Cmdlets

Get-Command can be used to find cmdlets, but in PowerShell 3.0 it will often return many more cmdlets than expected. Due to module auto-loading,...

read more
1 80 81 82 83 84 130