Showing tag results for Scripting Guy!

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

PowerTip: Avoid Loading the AD: Drive with the Active Directory Module

Doctor Scripto

Summary: Learn how to avoid loading the default AD: drive when you load the Active Directory module for Windows PowerShell.  How can I avoid creating the default AD: drive when I import the Active Directory module for Windows PowerShell?  Use the ENV drive and set the ADPS_LoadDefaultDrive variable to 0. Add the follow...

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

Playing with the AD: Drive for Fun and Profit

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the AD: drive to explore Active Directory Domain Services.  Hey, Scripting Guy! I will confess that I love using the Active Directory module for Windows PowerShell. I love the way I can use Windows PowerShell to create new users or to easily search for and find users and other stuf...

Scripting Guy!Windows PowerShellscripting techniques