Monthly Archives: October 2011

PowerShell Admin Modules

PAM (http://psam.codeplex.com) supplies a number of PowerShell modules satisfying the needs of Windows administrators. By pulling together functions for adminsitering files and folders; network connections, users and other admin related tasks you get a one stop shop for admin utilities.

The admin modules will be supplied over time. The module name describes the area of administartion it impacts

The modules should be positioned on your module path and loaded with

Import-Module PAMSysInfo
Import-Module PAMShares
Import-Module PAMMath
Import-Module PAMEnv
Import-Module PAMDisks
Import-Module PAMRestorePoint
Import-Module PAMStability
Import-Module PAMADSNAPHSOT

respectively.

All modules can be loaded at once with
Import-Module PAMLOAD -Force

To The Point

Anything about Technology and Business

PowerScripting Podcast

Shownotes and links for the PowerScripting Podcast, a podcast to help people learn Windows Powershell

Learn Powershell | Achieve More

What is this Powershell of which you speak?