Jun 1 2010 3:03PM GMT
Posted by: Richard Siddaway
PowerShell v2, PSAM, Shares
PAM 0.2
Posted by: Richard Siddaway
I’ve released the second module for the PowerShell Admin Modules tonight. It is available from
http://psam.codeplex.com/releases/view/46364
This release includes two modules.
PAMShare (originally in PAM 0.1) contains the following functions:
- Get-Share
- Get-ShareAccessMask
- Get-ShareSecurity
- New-Share
- Remove-Share
- Set-Share
Get-Share can now accept a wildcard eg get-share t*
New-Share now has the share name as first parameter and path as the second.
Both of these changes are the result of feed back on the issues page
The second module is PAMMath. It contains functions for working with binary and hex numbers
- ConvertTo-Binary
- ConvertTo-Decimal
- ConvertTo-Hex
- Get-BinaryAND
- Get-BinaryDifference
- Get-BinaryOR
- Get-BinarySum
- Get-BinaryXOR
- Get-HexDifference
- Get-HexSum
- Test-Binary
- Test-Hex
A help file is supplied with each module.
Enjoy




