Actively Direct

Things I find interesting from the daily work I do.

Monday, November 28, 2011

Exchange Mailbox Report

›
Whether in an environment I am familiar or one that is new to me, information about it is important to my management of it. In a large envir...
2 comments:
Wednesday, October 26, 2011

Clone NTFS Permissions Fast with PowerShell

›
Need to clone NFTS permissions between two folders or files? The Get-Acl & Set-Acl commandlets provide this capability when used in co...
Friday, August 12, 2011

Nagios Check for Scheduled TSM Backups (Updated)

›
I have cleaned the code from my previous post, Nagios Check for Scheduled TSM Backups , that included some superfluous code derived from my ...
2 comments:
Thursday, July 28, 2011

Get the Creator of an Active Directory Object with PowerShell

›
$userObject = [ADSI]"LDAP://localdc.mydomain.ad.local/CN=Smith\, John,OU=Users,DC=mydomain,DC=ad,DC=local,DC=com" $objectOwner = $...
Friday, June 24, 2011

Quick One-Time Scheduled Task

›
While you can set one-time Schedule Tasks, it is cumbersome whether you do it via the GUI interface or through a PowerShell script. Unless y...
Friday, June 17, 2011

PowerShell Tail Improvements

›
Here are the latest improvements I have made to my tail functions for PowerShell. I typically work in a heterogenous computing environment s...
Tuesday, June 14, 2011

Validate IPv4 Addresses in PowerShell

›
Here is a simple function to validate if a IPv4 address meets the RFC . It does not confirm if the host associated to the IP Address is acc...
Monday, June 13, 2011

Nagios Check for Scheduled TSM Backups

›
Good backups are the best friends you have as a System Administrator. If you don't know if your backups are successful, your business is...
1 comment:
Thursday, May 19, 2011

Exporting the Membership of a Large, Nested, Active Directory Group

›
One of the most common requests I receive is to enumerate the membership of an Active Directory group and provide some basic information bac...
2 comments:
›
Home
View web version

About Me

Robert M. Toups, Jr.
View my complete profile
Powered by Blogger.