July 31, 2011 9:11 AM
Posted by: Richard Siddaway
PowerShell v2This may be useful for people starting PowerShell. If you can’t remember what punctuation sign does what in PowerShell get a copy of this cheat sheet
July 29, 2011 3:08 PM
Posted by: Richard Siddaway
Network,
PowerShell v2,
WMIOne thing that can cause problems on the network is the duplex setting on the network adapter. If this doesn’t match the switch port then at best you will get performance issues and at worst no connectivity.
The speed of the connection can be obtained from Win32_NetworkAdapter...
July 27, 2011 2:54 AM
Posted by: Richard Siddaway
PowerShell v2,
WMII’ve working with WMI a lot recently and frequently seen things like this
Get-WmiObject -Class Win32_OperatingSystem -ComputerName dc02
Get-WmiObject -Class Win32_ComputerSystem -ComputerName dc02
Get-WmiObject -Class Win32_LogicalDisk -ComputerName dc02
Each of...
July 20, 2011 2:49 PM
Posted by: Richard Siddaway
PowerShell v2,
User GroupNext Tuesday – 26 July there will be a UK user group session looking at PowerShell remoting:
- cmdlets with remoting capabilities
- .NET remoting capabilities
- Invoke-Command
- PowerShell sessions
- WinRm and WSMan cmdlets
Details on joining the live...
July 18, 2011 12:36 PM
Posted by: Richard Siddaway
Network,
PowerShell v2,
WMIPowerShell doesn’t have the equivalent of an SQL Union statement that lets you join objects together. What you can do is use New-Object to create the joined output.
As an example that recently came up on a forum
$outputs
July 17, 2011 4:17 AM
Posted by: Richard Siddaway
Automation,
PowerShell v2The question “Can I do X with PowerShell?” comes up very frequently.
PowerShell provides access to a huge range of functionality:
- .NET
- COM
- WMI
- Microsoft and third party products
Usually the answer is “Yes, you...
July 7, 2011 2:12 PM
Posted by: Richard Siddaway
PowerShell v2,
User Group
When: Tuesday, Jul 26, 2011 7:30 PM (BST)
Where:
*~*~*~*~*~*~*~*~*~*
A look at PowerShell Remoting using individual commands, Invoke-Command and PowerShell sessions. How to configure remoting and get the best out of it
Notes
Richard...
July 6, 2011 1:13 PM
Posted by: Richard Siddaway
PowerShell v2,
WMII have been invited by PowerShell.com to give a webcast on 7 September 2011 @ 12 noon Central Time (6pm UK time).
The webcast is entitled Get the most from PowerShell and WMI
Register here