Showing tag results for Active Directory

Jul 25, 2014
Post comments count0
Post likes count0

Transforming the Active Directory Cmdlets: Part 5

Doctor Scripto
Doctor Scripto

Summary: Learn how to translate between ADSI, Quest, and Windows PowerShell cmdlets for creating users.  Hey, Scripting Guy! Today I'm translating a script for modifying user properties and I could really use some help. There are so many parameters to work with. Where do I start? —LC  Hello LC, Honorary Scripting Guy, Sean Kearney, here. I'm f...

Scripting Guy!Windows PowerShellguest blogger
Jul 24, 2014
Post comments count0
Post likes count0

PowerTip: Identify All Properties for Active Directory User

Doctor Scripto
Doctor Scripto

Summary: Use the –Properties parameter to find all properties attached to an Active Directory user.  How can I use Windows PowerShell rather than digging through the ADSI editor to find            the available properties for a user in our Active Directory?  Leverage the –Properties...

Scripting Guy!Windows PowerShellPowerTip
Jul 24, 2014
Post comments count0
Post likes count0

Transforming the Active Directory Cmdlets: Part 4

Doctor Scripto
Doctor Scripto

Summary: Learn how to translate between ADSI, Quest, and Windows PowerShell cmdlets to read additional user properties.  Hey, Scripting Guy! I'm trying figure something out. I can get some properties with the Quest cmdlets without even asking, but when I go to use the Windows PowerShell cmdlets, they aren't there. How can I get these properties f...

Scripting Guy!Windows PowerShellguest blogger
Jul 23, 2014
Post comments count0
Post likes count1

PowerTip: Use PowerShell to Determine ASCII Value

Doctor Scripto
Doctor Scripto

Summary: Learn to use Windows PowerShell to determine the ASCII numeric value of a character.  How can I use Windows PowerShell to tell the ASCII value of a character?  You can get the numeric value of an ASCII character quite easily, for example,            to get the value of the lowercase letter a, ty...

Scripting Guy!Windows PowerShellPowerTip
Jul 23, 2014
Post comments count0
Post likes count0

Transforming the Active Directory Cmdlets: Part 3

Doctor Scripto
Doctor Scripto

Summary: Learn how to translate between ADSI, Quest, and Windows PowerShell cmdlets for creating users.  Hey, Scripting Guy! I downloaded a script from the Internet to remove users, but it's designed to use the newer Windows PowerShell cmdlets. My server environment doesn't have them available yet. Can you help me convert to them? —RD &n...

Scripting Guy!Windows PowerShellguest blogger