Showing tag results for searching Active Directory

Aug 26, 2010
Post comments count0
Post likes count0

Query Active Directory with PowerShell and Run WMI Commands

ScriptingGuy1

Summary: Use Windows PowerShell to Query Active Directory for computers and then run WMI commands on the remote machines. The Scripting Guys show you how.   Hey, Scripting Guy! We have a major problem at my company. We have a standard corporate desktop we are deploying by using the Windows Deployment tool kit. That part is going well, ...

Scripting Guy!Windows PowerShellscripting techniques
Aug 25, 2010
Post comments count1
Post likes count0

Query Active Directory and Ping Each Computer in the Domain by Using PowerShell

ScriptingGuy1

Summary: Query Active Directory and ping each computer in the domain by using Windows PowerShell. The Scripting Guys show you how.   Hey, Scripting Guy! I am THE IT person at my company. I am also a chemical engineer who has daily production responsibilities in our process plant. You see, I am supposed to be a part-time IT person, the problem...

Scripting Guy!Windows PowerShellscripting techniques
Aug 24, 2010
Post comments count0
Post likes count0

Use the PowerShell [adsiSearcher] Type Accelerator to Search Active Directory

ScriptingGuy1

  Summary: Learn how to use the Windows PowerShell [adsiSearcher] type accelerator to search Active Directory Domain Services (AD DS). Hey, Scripting Guy! I am trying to get in touch with my inner programmer. The problem is that our company has cut head count in the past two years, and the remaining staff (myself included) is afraid to sa...

Scripting Guy!Windows PowerShellscripting techniques
Aug 23, 2010
Post comments count0
Post likes count0

Use the DirectorySearcher .NET Class and PowerShell to Search Active Directory

ScriptingGuy1

Summary: Learn how to search Active Directory Domain Services from Windows PowerShell by using the DirectorySearcher .NET class.   Hey Scripting Guy! I am curious about searching Active Directory Domain Services (AD DS) from Windows PowerShell. I have seen lots of things on the Internet, but they all seem to rely upon things that are not part...

Scripting Guy!Windows PowerShellscripting techniques
Aug 19, 2010
Post comments count3
Post likes count0

Use PowerShell to Add Domain Users to a Local Group

ScriptingGuy1

  Summary: By using Windows PowerShell splatting, domain users can be added to a local group. This script includes a function to convert a CSV file to a hash table.   Hey, Scripting Guy! I need to be able to use Windows PowerShell to add domain users to local user groups. I have been able to find VBScript examples, but no Windows PowerShe...

Scripting Guy!Windows PowerShellActive Directory