PowerShell for Windows Admins:

November, 2011


November 21, 2011  1:09 PM

UK PowerShell Group November–reminder



Posted by: Richard Siddaway
PowerShell, User Group, Virtualisation

UK PowerShell Group meeting – Jonathan Medd on “Whats new in PowerCLI 5”

details from

Bookmark and Share     0 Comments     RSS Feed     Email a friend

November 19, 2011  5:46 AM

Using calculated fields in subsequent processing



Posted by: Richard Siddaway
PowerShell

A calculated field can be created in Select-Object or Format-Table. When you use Format-Table processing effectively stops, the pipeline terminates and you are dumping the results to screen. The objects produced by Format-Table are not meant for further processing.

If you use...


November 15, 2011  2:43 PM

Infrastructure Architecture–from the Middle Ages to Now



Posted by: Richard Siddaway
Architecture, Opinion

i often wonder about how we go about performing Infrastructure Architecture in particular and Architecture in general. We spend a lot of time and effort creating frameworks such as Zachman and TOGAF; we create large bodies of data in the form of Enterprise Architecture bodies; we have patterns...


November 14, 2011  2:15 PM

Swapping virtual switches



Posted by: Richard Siddaway
Hyper-V, PowerShell v2

Virtualisation is a great technique for creating demo labs. I took my laptop with a bunch of VMs of Windows 8/Server 8 to the PowerShell Deep Dive.  Normally I run my “server” laptop and my development laptop on a switch or connected via a cross over cable. The VM nics are bound to the...


November 13, 2011  1:12 PM

Patch Tuesdays 2012



Posted by: Richard Siddaway
PowerShell, Windows

I’ve shown these functions before but as we head rapidly towards 2012 we need to plan next years schedules.  One perennial for Windows administrators is patching – therefore we need to know patch Tuesdays. This is next years offenders

10 January 2012
14 February 2012 ...


November 11, 2011  2:48 PM

Set registry key owner



Posted by: Richard Siddaway
PowerShell v2, Registry

In chapter 7 of PowerShell and WMI I stated that I would post a .NET version of a script to set ownership of a registry key. The WMI method needs Vista or above so we need the .NET version for pre-Vista operating systems.

function 
				
				
  Bookmark and Share     0 Comments     RSS Feed     Email a friend


November 8, 2011  1:20 PM

Hosts file – add an IPv6 address



Posted by: Richard Siddaway
Network, PowerShell v2

This builds on adding an IPv4 address -

Bookmark and Share     0 Comments     RSS Feed     Email a friend


November 6, 2011  1:50 PM

IPv6 Link local addresses and device identifier



Posted by: Richard Siddaway
Network, PowerShell, Registry, WMI

If I run ipconfig on my system the partial results are this

Wireless LAN adapter Wireless Network Connection:

   Connection-specific DNS Suffix  . : tiscali.co.uk
   Link-local IPv6...


November 5, 2011  8:04 AM

PowerShell User Group 22 November



Posted by: Richard Siddaway
PowerShell, User Group


When: Tuesday, Nov 22, 2011 9:00 PM (GMT)


Where: Live Meeting

*~*~*~*~*~*~*~*~*~*

PowerShell MVP and PowerCLI Jonathan Medd discusses the new features and PowerCLI 5 and how to get the best from them

Notes


Richard Siddaway has invited you...


November 5, 2011  5:56 AM

Working with IPv6



Posted by: Richard Siddaway
Network, PowerShell v2, WMI

A comment was left on one of the articles in my recent series on working with the hosts file asking about using IPv6.  I’ve not used it really as I’ve never had any reason but it seems a good idea to dig into it a bit as IPv6 is enabled by default in Windows Vista and above.

...