Showing tag results for Scripting Guy!

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
Mar 21, 2013
Post comments count0
Post likes count0

Use the PowerShell AD Provider to Modify User Attributes

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows PowerShell Active Directory module provider to modify user attributes in AD DS.  Hey, Scripting Guy! Just searching for users, or filtering for them, is not entirely all that useful. For me, I need to be able to make changes based on that search or filter. Is this easil...

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

PowerTip: Use PowerShell to Determine AD Forest Mode

Doctor Scripto

Summary: Learn how to use Windows PowerShell and the Active Directory module to determine the AD DS forest mode.   How can I use Windows PowerShell to determine the AD DS forest mode?  Use the Get-ADForest cmdlet from the Active Directory module for Windows PowerShell and use the ForestMode property: (Get-ADForest...

Scripting Guy!Windows PowerShellPowerTip