Submitted by PhilEddies on Tue, 04/05/2011 - 11:29administrator | 4563 points
The below script is an example of how you can migrate users from one printer server to another based on the printer model or name.
Sometimes doing a big bang migratiion from an old print server to a new one is not the best idea so this script allows you to provide a list of printer models to migrate rather than doing them all at once. When I use this script I call it from a logn script and add a model or two a day until the migration is complete.
Submitted by PhilEddies on Thu, 11/25/2010 - 22:29administrator | 4563 points
I recently had a need to list the properties of all files in a folder and its sub folders to find files that had not been used in a long time, or files where the owner had left. In my case I needed to run a report on approx 250,000 files which this script managed.
Submitted by PhilEddies on Tue, 10/26/2010 - 14:42administrator | 4563 points
The attached script will extract the common name and email address of every group stored within a domino directory to a csv file.
You will need to change dominoserver within the select statement to the name of your server, you may also need to fill in the User ID and Password fields if you servers does not allow anonymous access.
You domino server will also need to accessible via LDAP
Submitted by PhilEddies on Thu, 07/01/2010 - 17:44administrator | 4563 points
The below scripts allows you to select a folder and generate a CSV report detailing the below file properties of all of the file in that folder and the folders sub folders.
Path
Name
Size
File Type
Date Created
Date Last Access
Date Last Modified
How to use:
1) Download the attached script or copy and save the below as something like report_file_properties.vbs
Submitted by PhilEddies on Mon, 04/12/2010 - 10:45administrator | 4563 points
The below script will disable the auto update feature of Adobe Shockwave, I have tested this script on version 11.5 but it should also work on other versions.
Recent comments