June 27, 2010 4:33 AM
Posted by: Richard Siddaway
PowerShell v2,
RegistryWe seen how to read the registry – now its time to look at writing to the registry.
At this point I have to supply the usual warnings about altering the registry – it can damage your machine if things go wrong. In addition registry errors have been blamed for the extinction of the...
June 9, 2010 12:56 PM
Posted by: Richard Siddaway
PowerShell v2,
RegistryI recently needed to look at the time service configuration on a number of machines. We can use what we have learned about reading registry keys with WMI to do this
June 6, 2010 12:47 PM
Posted by: Richard Siddaway
PowerShell v2,
Registry,
WMIWe recently looked at reading Registry values.
May 30, 2010 9:47 AM
Posted by: Richard Siddaway
PowerShell v2,
RegistryWe have seen how to access the registry using the StdRegProv class. Now we look at reading from the registry. If we know the value we want to read out of the registry we can use one of the following classes
GetBinaryValue
GetDWORDValue
GetExpandedStringValue
May 12, 2010 3:06 PM
Posted by: Richard Siddaway
PowerShell v2,
Registry,
WMIWe can use WMI to access the registry on local and remote machines – if you remember back to VBScript it was the way to access the registry.
In PowerShell we have a couple of PowerShell drives available through the provider
Name ...