Showing archive results for February 2013

Feb 5, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Check Your AD DS Domain Mode

Doctor Scripto
Doctor Scripto

Summary: Use a Windows PowerShell cmdlet from the ActiveDirectory module to check for the domain mode of your AD DS domain.  How can I easily find out the domain mode of my Active Directory Domain Services (AD DS) domain by using a Windows PowerShell cmdlet?  Use the Get-ADDomain cmdlet and select the domainMode p...

Scripting Guy!Windows PowerShellPowerTip
Feb 5, 2013
Post comments count0
Post likes count0

Use PowerShell to Obtain Domain Controller Hardware Info

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to do a hardware inventory of domain controllers needing an upgrade. Microsoft Scripting Guy, Ed Wilson, is here. Wow, it seems like a major holiday. The Scripting Wife ordered me some organic spearmint, licorice root, and orange peel from my favorite spice house. I j...

Scripting Guy!Windows PowerShell
Feb 4, 2013
Post comments count0
Post likes count0

PowerTip: Use a PowerShell Cmdlet to Get the Default AD DS Domain Password

Doctor Scripto
Doctor Scripto

Summary: Use a Windows PowerShell cmdlet from the ActiveDirectory module to obtain details about the default AD DS domain password policy.  How do I use Windows PowerShell to find the default Active Directory Domain Services (AD DS) domain password policy?  Use the Get-ADDefaultDomainPasswordPolicy cmdlet. No arguments are ...

Scripting Guy!Windows PowerShellPowerTip
Feb 4, 2013
Post comments count0
Post likes count0

Use PowerShell to Prepare for a Domain Upgrade

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to obtain operating system version information from domain controllers. Microsoft Scripting Guy, Ed Wilson, is here. The weather in Charlotte, North Carolina, has been a bit strange of late. There were tornados in Georgia recently, and the temperatures around here ros...

Scripting Guy!Windows PowerShellActive Directory
Feb 3, 2013
Post comments count0
Post likes count0

PowerTip: Find All of the Common Approved PowerShell Verbs

Doctor Scripto
Doctor Scripto

Summary: Learn how to find all of the approved Windows PowerShell verbs that are in the Common group.  I want to produce a list of all approved common Windows PowerShell verbs. How do I do it?  This answer comes from my new Windows PowerShell 3.0 Step by Step Microsoft Press book. Use Get-Verb and pipe the results...

Scripting Guy!Windows PowerShellPowerTip