Monthly Archives: July 2008

Subject swap

Due to unforeseen circumstances we have had to swap the subject of tonight’s User Group Live Meeting.  I’m doing a session on administering IIS 7 from PowerShell showing and contrasting the various options.  Marco’s session on the net cmdlets is … Continue reading

Posted in PowerShell User Group | Leave a comment

UK PowerShell User Group Live Meeting

Date: 31 July  2008 Time: 7pm BST (GMT+1) Marco Shaw, PowerShell MVP will be talking about /n software netcmdlets Join the meeting.Audio InformationComputer AudioTo use computer audio, you need speakers and microphone, or a headset. First Time Users:To save time … Continue reading

Posted in PowerShell User Group | Leave a comment

PowerShell Event Registration Open

There will be a TechNet PowerShell event in Birmingham (UK) on the afternoon of 14 October 2008.  Registration is open at http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032383908&Culture=en-GB   Share this post :   Technorati Tags: PowerShell

Posted in Powershell | Leave a comment

Blog Mirror

This blog is now mirrored on http://msmvps.com/blogs/RichardSiddaway/Default.aspx  Evidently spaces.live.com is blocked by some firewalls so the blogs cannot be accessed.  msmvps.com should be accessible.   Share this post :   Technorati Tags: PowerShell,blog

Posted in IT Community | Leave a comment

PowerGUI – intellisense

One nice touch I found with the PowerGUI editor recently – if you start to type a path in the filesystem there is an intellisense popup to enable you to select the folder and subfolders.  Very useful and saves typing … Continue reading

Posted in Powershell | Leave a comment

PowerShell Event

There will be a TechNet PowerShell event in Birmingham (UK) on the afternoon of 14 October 2008. Registration details will follow next week when they are available. If there is sufficient interest we will look at running a PowerShell User … Continue reading

Posted in Powershell | Leave a comment

PowerGUI 1.5.1 RTM

PowerGUI has released version 1.5.1  – download from http://www.powergui.org/downloads.jspa Details from http://dmitrysotnikov.wordpress.com/2008/07/25/powergui-151-rtms/   Share this post :   Technorati Tags: PowerShell

Posted in Powershell | Leave a comment

String expansion

One of the nice features of PowerShell is string expansion.  Put a variable in the middle of a double quoted string (single quoted strings take the contents literally and don’t expand) and the variable is substituted into the string when … Continue reading

Posted in Powershell | 5 Comments

User Group Meeting – New Date

Apologies but we need to move the Live Meeting hosted by the UK PowerShell User group to 31 July. Marco Shaw, PowerShell MVP, will be talking about /n software NetCmdlets Webcast will be 1 hour starting at 7pm UK time … Continue reading

Posted in PowerShell User Group | Leave a comment

WMI Classes

In this post http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!1525.entry I talked about the difference between Get-WmiObject and [WmiClass].  I’ve had a comment left asking "But how do you know that there is Win32_Process inside this class?!?!?" This question could have several meanings.  What I did … Continue reading

Posted in PowerShell and WMI | Leave a comment