Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • New PAM version

    I’ve added the 0.6 release of the PowerShell Admin Modules to codeplex - http://psam.codeplex.com/ This release adds two modules PAMADSNAPSHOT – functions for work with AD snapshots in Windows 2008 & 2008 R2 PAMLOAD – loads all of the PAM modules in one command Import-Module PAMLOAD –Force  ...
    Posted to Richard Siddaway's Blog by RichardSiddaway on Sun, May 22 2011
    Filed under: Filed under: , ,
  • PAM 0.2

    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...
    Posted to Richard Siddaway's Blog by RichardSiddaway on Tue, Jun 1 2010
    Filed under: Filed under: , ,
  • Hex Subtraction

    Again this takes the pattern from the binary function and adapts it to work with hex 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 ## this will always subtract value2 from value1 function   Get-HexDifference   { param (     [string] $inputvalue1 ,    ...
    Posted to Richard Siddaway's Blog by RichardSiddaway on Tue, May 11 2010
    Filed under: Filed under: , ,
  • Hex Addition

    We’ve looked at the binary functions – now its time to look at the hex functions starting with addition. 001 002 003 004 005 006 007 008 009 010 011 012 013 014 function   Get-HexSum   { param (     [string] $inputvalue1 ,     [string] $inputvalue2 ) ## check valid...
    Posted to Richard Siddaway's Blog by RichardSiddaway on Tue, May 11 2010
    Filed under: Filed under: , ,
  • Binary Addition

    We recently looked at converting numbers to binary and hex.  I then thought that I sometimes need to perform simple arithmetic in these bases so – binary addition. We can use the functions we already have.  Convert a couple of numbers to binary PS> $a = Convert-ToBinary -inputvalue 51 PS>...
    Posted to Richard Siddaway's Blog by RichardSiddaway on Thu, May 6 2010
    Filed under: Filed under: , ,
  • PowerShell Admin Modules

    I have created the first download for the PowerShell Admin Modules. This will be a set of of modules including code previously published on my blogs at: http://msmvps.com/blogs/RichardSiddaway/Default.aspx http://itknowledgeexchange.techtarget.com/powershell/ http://richardsiddaway.spaces.live.com/  ...
    Posted to Richard Siddaway's Blog by RichardSiddaway on Sun, Apr 25 2010
    Filed under: Filed under: , ,
Page 1 of 1 (6 items)