Showing archive results for March 2013

Mar 23, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Domain Naming Context

Doctor Scripto

Summary: Learn how to use Windows PowerShell to easily find the naming contexts for your AD DS domain.    How can I use a Windows PowerShell cmdlet to find information about my naming contexts for Active Directory Domain Services (AD DS)?  Use Get-ADRootDSE from the Active Directory module, pipe the results to the ...

Scripting Guy!Windows PowerShellPowerTip
Mar 23, 2013
Post comments count0
Post likes count0

Weekend Scripter: Explore AD DS Attributes with PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to discover the names of attributes in Active Directory Domain Services. Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about writing a blog is the comments I receive. Most of the time the comments add illuminating information, express thanks for...

Scripting Guy!Windows PowerShellWeekend Scripter
Mar 22, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Name & OS Version of Domain Controllers

Doctor Scripto

Summary: Use Windows PowerShell to find the name and operating system version of all your domain controllers.  How can I use Windows PowerShell to find the name and operating system version of all my domain controllers?  Use the Get-ADDomainController cmdlet from the Active Directory module and a wild card filter to select all d...

Scripting Guy!Windows PowerShellPowerTip
Mar 22, 2013
Post comments count0
Post likes count0

Explore Active Directory Users with PowerShell Out-GridView

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows PowerShell Out-Gridview cmdlet to examine user information in Active Directory.    Hey, Scripting Guy! I would like a way to use Windows PowerShell to view user information from Active Directory. I would like to be able to explore the returned information and be ab...

Scripting Guy!Windows PowerShellscripting techniques
Mar 21, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to See Status of AD Optional Features

Doctor Scripto

Summary: Learn how to use Windows PowerShell to show the status of optional features in AD DS.  How can I use Windows PowerShell and the Active Directory module to determine the status of optional features in AD DS?  Use the Get-ADOptionalFeature Windows PowerShell cmdlet. You can use a wildcard for the filter to simplify return...

Scripting Guy!Windows PowerShellPowerTip