Sign in
|
Join
|
Help
Richard Siddaway's Blog
Of PowerShell and Other Things
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Tags
Access
Active Directory
Books
COM
Deep Dive
File System
General
Modules
Networking
Office 2010
Powershell
PowerShell and Active Directory
PowerShell and SQL Server
PowerShell and WMI
PowerShell Basics
PowerShell User Group
PowerShell V2
PowerShell V3
Scripting Games
Technology
Windows 7
Windows 8
Windows Server 2008 R2
Windows Server 2012
Windows Server 8
Community
Home
Blogs
Media
Groups
Email Notifications
Go
Archives
May 2013 (16)
April 2013 (22)
March 2013 (7)
February 2013 (12)
January 2013 (24)
December 2012 (19)
November 2012 (15)
October 2012 (8)
September 2012 (19)
August 2012 (7)
July 2012 (5)
June 2012 (19)
May 2012 (31)
April 2012 (21)
March 2012 (65)
February 2012 (94)
January 2012 (53)
December 2011 (17)
November 2011 (11)
October 2011 (15)
September 2011 (39)
August 2011 (57)
July 2011 (58)
June 2011 (65)
May 2011 (53)
April 2011 (25)
March 2011 (12)
February 2011 (18)
January 2011 (27)
December 2010 (2)
November 2010 (14)
October 2010 (12)
September 2010 (6)
August 2010 (6)
July 2010 (19)
June 2010 (24)
May 2010 (31)
April 2010 (29)
March 2010 (20)
February 2010 (30)
January 2010 (28)
December 2009 (11)
November 2009 (38)
October 2009 (2)
September 2009 (8)
August 2009 (22)
July 2009 (21)
June 2009 (26)
May 2009 (31)
April 2009 (22)
March 2009 (38)
February 2009 (39)
January 2009 (34)
December 2008 (29)
November 2008 (37)
October 2008 (39)
September 2008 (51)
August 2008 (38)
July 2008 (25)
March 2008 (1)
November 2007 (2)
May 2007 (1)
December 2006 (1)
Browse by Tags
All Tags
»
PowerShell V2
»
Modules
(
RSS
)
.NET
Access
Active Directory
Advanced Functions
File Attributes
Hidden Files
Office 2010
Powershell
PowerShell and Active Directory
PowerShell User Group
PSAM
Timer
Windows 7
Windows Server 2008
Windows Server 2008 R2
Tue, Aug 2 2011 22:28
A count down timer
Last month I started playing with WPF to show how a multi-coloured clock could be displayed on screen. This was picked up and an easier version was created by Doug Finke using the ShowUI module from codeplex http://showui.codeplex.com/ . Other...
Posted by
RichardSiddaway
|
2 comment(s)
Filed under:
PowerShell V2
,
Modules
,
Timer
,
.NET
Sun, Jun 19 2011 9:33
Snapins to modules
In PowerShell v1 we had snapins to extend and add functionality. In PowerShell v2 modules were added. Modules give us more flexibility and control. I’ve had to re-install a couple of snapins recently as part of the preparation for the presentation to...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
,
Office 2010
Tue, May 24 2011 8:17
Advanced Function template
In this post I showed my Advanced Function template http://msmvps.com/blogs/richardsiddaway/archive/2011/05/13/powershell-module-construction.aspx I’ve since modified it to add the parameter validation methods. I can never remember them all so decided...
Posted by
RichardSiddaway
|
3 comment(s)
Filed under:
PowerShell V2
,
Modules
,
Advanced Functions
Sun, May 22 2011 11:35
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...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
,
PSAM
Fri, May 13 2011 20:14
PowerShell Module Construction
I’ve created a fair number of PowerShell modules over the last year or so. I’ve experimented with various configurations: multiple functions in a single .psm1 file single function per file all loaded from the .psm1 file modules with and without manifests...
Posted by
RichardSiddaway
|
5 comment(s)
Filed under:
PowerShell V2
,
Modules
Tue, May 10 2011 22:10
PowerShell UK User Group–May meeting slides and recording
Thanks again to Jonathan Medd for an excellent session on PowerShell modules. As promised the slides and demo scripts are available on Jonathan’s blog http://www.jonathanmedd.net/2011/05/slides-from-uk-powershell-user-group-session-on-modules.html ...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell User Group
,
PowerShell V2
,
Modules
Tue, Oct 26 2010 19:21
Creating a module
I’m writing a new PowerShell book and have got to the fun bit where I’m creating lots of scripts. I wanted to supply these as a series of modules. So each individual listing is a function. But I don’t want to manually maintain the module file as I’m working...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
Tue, Jun 1 2010 22:02
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...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
,
PSAM
Wed, May 12 2010 20:33
PSCX 2.0 install
I mentioned last time that PSCX 2.0 was available. There is a very wide range of functionality available in the form of functions and cmdlets: Cmdlets Add-PathVariable ...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
Tue, May 11 2010 21:38
PowerShell Community Extensions 2.0
I’ve mentioned the Community Extensions many times in these posts. Version 2.0 is now available http://www.codeplex.com/wikipage?ProjectName=Pscx . It installs as a PowerShell module – much easier and neater. I’ve blogged about the beta a few times –...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
Tue, May 11 2010 19:15
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 ( ...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
,
PSAM
Tue, May 11 2010 19:14
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 , ...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
,
PSAM
Fri, May 7 2010 21:37
Binary Subtraction
Continuing our look at maths functions in binary (hex is to come) lets have a quick look at subtraction 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 function Get-BinaryDifference { param ( [string...
Posted by
RichardSiddaway
|
2 comment(s)
Filed under:
PowerShell V2
,
Modules
Thu, May 6 2010 22:27
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...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
,
PSAM
Mon, May 3 2010 12:32
Number conversions
I often have to do conversions between decimal, hex and binary so I decided I wanted some functions to do this for me 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034...
Posted by
RichardSiddaway
|
1 comment(s)
Filed under:
PowerShell V2
,
Modules
Sun, Apr 25 2010 16:34
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...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
,
PSAM
Tue, Apr 20 2010 20:44
PowerShell UG Recording April 20
Thanks to everyone who came on to the Live Meeting tonight. For anyone who missed it: The slides and demo are available on my sky drive at http://cid-43cfa46a74cf3e96.skydrive.live.com/browse.aspx/PowerShell%20User%20Group/April%202010 The recording...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell User Group
,
PowerShell V2
,
Modules
Mon, Apr 19 2010 21:18
UG Reminder
The PowerShell UG Live Meeting is tomorrow night (20 April) at 7.30pm BST. Subject is modules. Details from http://msmvps.com/blogs/richardsiddaway/archive/2010/04/12/powershell-user-group-live-meeting-modules.aspx Technorati Tags: PowerShell ,...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell User Group
,
PowerShell V2
,
Modules
Mon, Apr 12 2010 16:58
Powershell User Group Live Meeting: Modules
When: Tuesday, Apr 20, 2010 7:30 PM (BST) Where: Virtual *~*~*~*~*~*~*~*~*~* Notes We will cover the new module functionality introduced with PowerShell v2 with a biref look at some of the functionality available in Windows 7/Windows 2008 R2 Richard Siddaway...
Posted by
RichardSiddaway
|
1 comment(s)
Filed under:
PowerShell User Group
,
PowerShell V2
,
Windows 7
,
Modules
,
Windows Server 2008 R2
Mon, Mar 22 2010 22:13
Module Structure
Since PowerShell 2.0 appeared I have been steadily converting a lot of scripts to modules. Up until now I have been using a single .psm1 file (and possibly a .psd1 file for the manifest). The .psm1 file contains all of the functions. Some...
Posted by
RichardSiddaway
| with
no comments
Filed under:
PowerShell V2
,
Modules
More Posts
Next page »