PowerShell to the rescue
A member of my team came in this morning with a scripting request: "If we ran a full backup on all of our servers (fixed disks), how much disk space would they all consume altogether? We need to give the boss a ‘ball-park number’ by the ... המשך לקרוא>
ScriptFanatic , 03-07-2010 16:20
Modifying multivalued Active Directory attributes
Updating an attribute value in Active directory is usually not a big deal. Most of the attributes are single valued and you can easily modify them. However, dealing with multi valued attributes is another game. With Quest AD cmdlets you don ... המשך לקרוא>
ScriptFanatic , 02-04-2010 12:47
Protecting OU from accidental deletion
When you create new Organizational Units in Active Directory Users And Computers (ADUC) in Server 2008 (or with RSAT on 2003 domains), ADUC gives you the option to protect the OU from accidental deletion. When this option is selected, ADUC updates ... המשך לקרוא>
ScriptFanatic , 09-13-2009 18:00
Mailbox Users Storage limit
My morning task today includes the following: get all mailboxes (Exchange 2003) larger than X megs where the associated user mailbox storage limits are overriding the settings of the Mailbox store. Storage limit information for user accounts ... המשך לקרוא>
ScriptFanatic , 08-30-2009 13:12
How to inform users that their password is about to expire
I got several requests to publish the latest version of a script I wrote once to retrieve all mail enabled user accounts that have the password configured to never expire. Once the accounts are retrieved, based on the DaysToExpire   variable ... המשך לקרוא>
ScriptFanatic , 08-02-2009 15:50
List of Exchange 2003 Administrators
The following script lists all the groups or users that have been delegated as exchange admins at the organizational level. There are three types of administrative roles: Exchange Full Administrator Exchange Administrator Exchange View Only ... המשך לקרוא>
ScriptFanatic , 07-23-2009 19:42
How to audit AD groups in one line of PowerShell
I was tasked this morning with the following: Get all groups from Active Directory and produce a report that includes each group Name,distinguishedName, the type of the group, its scope, mail address, description and group membership count. ... המשך לקרוא>
ScriptFanatic , 07-20-2009 10:40
Mapping WMI mailbox object to its AD user account
Few days ago I got a request from a reader of my blog: "I found the WMI commands to get info from Exchange 2003 servers and the following gets me the displayname, servername, storagegroupname, and storename but am I able to get the SamAccountName ... המשך לקרוא>
ScriptFanatic , 07-16-2009 16:43
Get all users that cannot change their password
Earlier today a colleague of mine asked me for a script solution: "I want to get all users that cannot change their password from Active Directory but I can't find any attribute on the user account with that info." Correct, there ... המשך לקרוא>
ScriptFanatic , 07-06-2009 17:47
Page 1 of 1 (9 items)