June 24, 2012 12:58 PM
Posted by: Richard Siddaway
PowerShell,
User Group
When: Wednesday, Jul 4, 2012 8:30 PM (BST)
Where: Virtual
*~*~*~*~*~*~*~*~*~*
Jonathan Medd will be talking about using PowerShell to administer a XenDesktop environment
Notes
Richard Siddaway has invited you to attend an online meeting...
June 24, 2012 9:05 AM
Posted by: Richard Siddaway
PowerShell 3,
PowerShell v2,
WMIA question brought it home to me that WMI property names don’t always mean what you might think they mean – this is also true of other objects but I tripped over this one with WMI so we’ll stick with that.
PS> Get-CimInstance -ClassName Win32_Desktop -Filter "Name LIKE...
June 12, 2012 12:53 PM
Posted by: Richard Siddaway
PowerShell,
User Group
When: Wednesday, Jul 4, 2012 8:30 PM (BST)
Where: Virtual
*~*~*~*~*~*~*~*~*~*
Jonathan Medd will be talking about using PowerShell to administer a XenDesktop environment
Notes
Richard Siddaway has invited you to attend an online...
June 8, 2012 12:22 PM
Posted by: Richard Siddaway
PowerShell 3,
PowerShell v2,
Users,
WMII recently (1 June) showed how to discover the user profiles on your system. Now its time to delete them.
function remove-profile {
June 8, 2012 7:53 AM
Posted by: Richard Siddaway
File System,
PowerShell 3
This post
June 8, 2012 2:34 AM
Posted by: Richard Siddaway
Books,
PowerShell 3If you haven’t seen them already Microsoft’s ScriptingGuy has kindly published a couple of excerpts from PowerShell in Depth by Don Jones, Jeff Hicks and myself
June 2, 2012 8:19 AM
Posted by: Richard Siddaway
Network,
PowerShell 3,
Windows 8,
Windows Server 8,
WMIOne of the questions in the recent Scripting Games involved toggling between a wireless and LAN connection. Only one was to be up at any one time.
This can be solved using WMI but becomes hugely simpler in Windows 8/2012 as we get a bunch of cmdlets for working with network adapters.
...
June 2, 2012 7:58 AM
Posted by: Richard Siddaway
PowerShell,
PowerShell 3,
PowerShell v2Another question at Tuesdays PowerShell group revolved around using colons to link values to parameters. I’d not really thought about before. Thinking about it later I realised that you only really see it when passing booleans to –Confirm. If you don’t use a colon then you get...
June 2, 2012 6:34 AM
Posted by: Richard Siddaway
Active Directory,
PowerShell 3,
Windows 2008 R2,
Windows Server 8A question came up on Tuesdays UK PowerShell Group session about using the Windows 2012 Active Directory module. The recording links are here