Showing results for user accounts - Scripting Blog [archived]

Dec 22, 2010
Post comments count0
Post likes count0

A Windows PowerShell Carol: Ebenezer Script Manages AD Users

ScriptingGuy1
ScriptingGuy1

Summary: A Windows PowerShell Carol in which Ebenezer Script learns how to use PowerShell to manage users in Active Directory.   Hey, Scripting Guy! Can you tell me if Ebenezer Script will learn how to work with Active Directory users from within Windows PowerShell? -- JC   Hello JC, Microsoft Scripting Guy Ed Wilson here. It is almost ...

Scripting Guy!Windows PowerShellguest blogger
Oct 17, 2010
Post comments count0
Post likes count0

Create Exact Copies of Active Directory Security Groups in a New Forest

ScriptingGuy1
ScriptingGuy1

  Summary: Guest Blogger Oliver Lipkau shows us how to create exact copies of Active Directory security groups in a new forest.   Microsoft Scripting Guy Ed Wilson here. We have a guest blogger today: Oliver Lipkau. Here is Oliver’s scripting biography. I have been scripting for more than 10 years. I started with batch at the age o...

Scripting Guy!Windows PowerShellguest blogger
Oct 14, 2010
Post comments count0
Post likes count0

Use PowerShell and Active Directory Cmdlets to Update Users in Active Directory

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to use Windows PowerShell and the Active Directory cmdlets to update user objects in Active Directory.   Hey, Scripting Guy! Watching you write a custom function to search Active Directory is about as much fun as watching paint dry. One reason we upgraded to Windows Server 2008 R2 was to gain access to the Active Directory...

Scripting Guy!Windows PowerShellActive Directory
Oct 13, 2010
Post comments count0
Post likes count0

Use PowerShell to Search Active Directory Users’ Missing Values and Add Same

ScriptingGuy1
ScriptingGuy1

  Summary: Learn how to use Windows PowerShell to search Microsoft Active Directory for users that have missing values, and automatically add default values.   Hey, Scripting Guy! We have several network administrators where I work. Unfortunately, all of them have complete rights to Active Directory. This means that any one of the admin...

Scripting Guy!Windows PowerShellActive Directory
Oct 12, 2010
Post comments count0
Post likes count0

Use PowerShell to Translate a User’s SID to an Active Directory Account Name

ScriptingGuy1
ScriptingGuy1

  Summary: Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell to translate a user's SID to an Active Directory Domain Services account name.   Hey, Scripting Guy! It seems that whenever I search for Windows PowerShell scripts to translate a user name into a SID, all I can find is a script that uses WMI. WMI is too slow ...

Scripting Guy!Windows PowerShellscripting techniques