 |
How to Check for Users that must change password at next logon
| A lot of people are using PowerShell the way VBscript is used. Here is a PowerShell script that isn't in heinous vbsciptese... AND IT WORKS. You need to download and install the Quest AD objects for PowerShell. They will make your life as an admin waay easier. |
(0 votes)
|
Login to vote!
|
 |
Extract User Data To a CSV File (Inc Terminal Services Attributes)
| Extract user data from Active Directory as a CSV file. Handling for terminal services attributes is included. |
(0 votes)
|
Login to vote!
|
 |
List Members of Groups in OU
| List members of groups in OU with fullname. |
(0 votes)
|
Login to vote!
|
 |
Add user to local administrators group
| This script adds a specified user to the local administrators group. This could be run as a startup script via group policy. |
(0 votes)
|
Login to vote!
|
 |
Create User Accounts from CSV File
| Technet "Hey, Scripting Guy" article demonstrating how to create user accounts from a CSV file using PowerShell. |
(0 votes)
|
Login to vote!
|
 |
Move Computers to OU
| Move all computers that start with "STU" to the students OU. The query can easily be modified to query for computers matching your own search criteria. |
(0 votes)
|
Login to vote!
|
 |
Remove all users in OU from group
| Remove users located in a specified OU from a group. Filter can be modified if required. e.g. You could filter all users in a department etc. |
(0 votes)
|
Login to vote!
|
 |
Move Group Members to OU (Organizational Unit)
| Script to move all the members of an Active Directory group to a specified container/OU (organisational unit). |
(0 votes)
|
Login to vote!
|
 |
Rename Domain Computers from CSV File
| This script allows you to remotely rename domain computers from an admin computer using a CSV file as input. |
(1 votes)
|
Login to vote!
|
 |
Remotely Rename Domain PC
| This script allows you to remotely rename a domain computer from an admin computer. It asks your for the current computer name and then for the new name. It does require that you download and install windows support tools so that you have the netdom.exe file which is called by the script.
|
(0 votes)
|
Login to vote!
|