September 8, 2011 1:40 PM
Posted by: Richard Siddaway
PowerShell v2,
User Group
When: Tuesday, Sep 20, 2011 7:30 PM (BST)
Where:
*~*~*~*~*~*~*~*~*~*
Aleksandar Nikolic presents on PowerShell remoting and the customisation of remoting end points.
Aleksandar's presentation at the PowerShell Deep Dive was excellent - don't miss this one...
September 6, 2011 11:29 AM
Posted by: Richard Siddaway
Active Directory,
PowerShell v2,
WMIQuick function to determine if a given machine is in a domain or workgroup
function test-domain{
[
September 6, 2011 11:11 AM
Posted by: Richard Siddaway
PowerShell v2,
WMISometimes when we try to use Invoke-WmiMethod with an argument list we get an error
PS> Invoke-WmiMethod -Class Win32_Share -Name Create -ArgumentList "c:\test", "Test57", 0
Invoke-WmiMethod : Type mismatch
At line:1 char:17
+...
September 5, 2011 12:45 PM
Posted by: Richard Siddaway
PowerShell v2,
WMI
Webcast: Get the most from PowerShell and WMI
I will be presenting the above webcast next week.
Date: Wednesday, September 7, 2011. Thats tomorrow
Time: 12:00 PM - 1:00 PM CDT
Thats 6pm UK time
Register for the web cast at
...
September 5, 2011 12:33 PM
Posted by: Richard Siddaway
Active Directory,
PowerShell v2,
Registry,
WMINo its not the latest Internet game.
Active Directory synchronises the computer clock times. To know what server is being used
function get-timeserver{
September 4, 2011 12:16 PM
Posted by: Richard Siddaway
Active Directory,
PowerShell v2,
WMILast time we looked at turning on logging – for one or more criteria. The normal state of diagnostic logging is None i.e. the options are set to zero. If we have only a few options set we can use set-logsetting to revert to no logging. Alternatively we can reset all logging to a zero state
...
September 4, 2011 3:32 AM
Posted by: Richard Siddaway
Active Directory,
PowerShell v2,
WMINow that we know what the options are we can look at switching them on.
function set-logsetting{
[
September 3, 2011 1:31 PM
Posted by: Richard Siddaway
Active Directory,
PowerShell v2,
WMIWith 24 logging options to choose from its difficult to keep track of them. We already have the data in a ash table so lets just display it
function get-logsettingoptions{ ...
September 1, 2011 11:27 AM
Posted by: Richard Siddaway
PowerShell v2With the Deep Dive just over 6 weeks away the programme is shaping up.Abstracts of some of the sessions can be viewed