PowerShell Notes

RBAC Manager for Exchange 2010 Project on Codeplex

Latest Version 1.5.5.0 https://rbac.codeplex.com

Author: candede 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...

Author: candede 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...

Author: candede 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...

Author: candede Date: 01/14/2010

Monitor File Size

Test-FileSizeUntil monitors the size of a file and triggers an action when it reaches a certain...

Author: candede 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...

Author: candede Date: 01/13/2010

Hunting Event Logs

Hunt-EventLog function monitors a specific Event log like Application, System or any other and...

Author: candede 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...

Author: candede Date: 01/13/2010

Getting Uptime of Multiple Servers

During a Premier case we needed to get uptime information of several servers in customers...

Author: candede Date: 01/12/2010