Script repository
Create home folder for AD group
The script creates a folder for an AD group and grants the group full access permissions for the folder.
Add managers with specific direct reports to a group
The script updates the list of members of the target group with managers that currently have direct reports whose property is set to a specific value.
Export approval requests to CSV
The script exports approval request information to a CSV file once an approval request is approved, denied or cancelled.
Modify Web interface access rules using scripts
A function that demonstrates how to use PowerShell code to specify users and groups that are allowed or denied access to the Web interface.
Create groups based on departments of users
The script can be used to add users to groups by department. It adds a user to a group with the same name as the user's department. If a group with the necessary name does not exist it will be created.
Remove invalid business unit membership rules
A script to to remove deleted Active Directory objects from business unit membership rules.
Users who are members of a certain number of groups
The script generates a report that includes users who are members of a certain number of groups determined by a property value.
Adjust group membership based on mapping
The script adds/removes user from groups based on the predefined mapping.
Scheduled Task Activity History
The script generates and emails an HTML report on the activity of a Scheduled Task.
Add object to the group with the least number of members
The script adds the target object to the group with the least number of members from the list of predefined groups.
Add approvers to approval requests
This script adds an additional approver to approval requests that have not been processed within a predefined time frame.
Users with malformed street addresses
This script checks whether street addresses of users match their office names.
Reset password in Google Apps
A script to reset a user’s password in Google Apps.
Ensure Full Name is unique
This PowerShell script will cancel creation of a new user if another user with the same full name already exists in your Active Directory domain.
Import possible values for properties from SQL Database
The script updates allowed property values in a Property Pattern based on the data from MS SQL database.
Export user photo to file
A script to export a user's photo stored in Active Directory to a file.
Wipe all mobile devices
The script wipes all mobile devices of the target mailbox.
Check extra group membership
The script returns true if the target object is a member of any groups except for the predefined ones.
Copy custom attribute values between Adaxes services
The script copies values of custom attributes from one Adaxes service to another.
Check if a specific permission is granted to entire organization over user calendar
The script checks if a specific permission is granted to the entire organization over user calendar.