PowerShell Notes
RBAC Manager for Exchange 2010 Project on Codeplex
Latest Version 1.5.5.0 https://rbac.codeplex.com
Date: 08/03/2010
Setting Access Control Entries (ACEs) of directory objects in Powershell
Please check Get Access Control Entry (ACE) of directory objects in Powershell post for background...
Date: 01/22/2010
Getting Access Control Entries (ACEs) of directory objects in Powershell
You can use Get-Acl / Set-Acl cmdlets to change the security permissions of directory objects in...
Date: 01/22/2010
Parameter Types in Powershell
In my previous posts I used "-AsJob" parameter to determine if function will be called as a...
Date: 01/14/2010
Monitor File Size
Test-FileSizeUntil monitors the size of a file and triggers an action when it reaches a certain...
Date: 01/14/2010
How Do I Use the Functions Provided in This Blog
In my last blog post; I mentioned that I would give you more information on how you could import...
Date: 01/13/2010
Hunting Event Logs
Hunt-EventLog function monitors a specific Event log like Application, System or any other and...
Date: 01/13/2010
Test Registry Paths
Test-Path is a great cmdlet to verify the existence of files and folders but unfortunately it doesnt...
Date: 01/13/2010
Getting Uptime of Multiple Servers
During a Premier case we needed to get uptime information of several servers in customers...
Date: 01/12/2010