Showing archive results for March 2013

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

Use PowerShell to Find Non-Default User Properties in AD

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and the Active Directory module provider to find non-default AD DS user properties.  Hey, Scripting Guy! I need to find information about users such as office location, and phone number that is not returned by the Active Directory module provider by default. How ...

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

PowerTip: Easily Obtain the AD DS Default Password Policy

Doctor Scripto

Summary: Learn how to use Windows PowerShell to obtain the default password policy for Active Directory Domain Services in Windows Server 2012.  How can I easily find the Active Directory Domain Services (AD DS) default password policy by using Windows PowerShell?  Use the Get-ADDefaultDomainPasswordPolicy cmdlet from the R...

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

Find Active Directory User Info with the PowerShell Provider

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about how to use the Windows PowerShell provider to find user information in Active Directory.  Hey, Scripting Guy! I often need to find information in Active Directory, but I do not like having to write LDAP queries. To me, it is soooo last century—I mean, Fred Flintstone used to write ...

Scripting Guy!Windows PowerShellscripting techniques