-
For those of you who are very keen eyed, you may have noticed some posts on my PowerShell Scripts blog related to the WMI Registry Provider. I’ve been working on a PowerShell and WMI course which will be published by Plural Sight in October. As part of...
-
<# .SYNOPSIS This script creates removes registry key using WMI. .DESCRIPTION This script uses WMI to get remove registry key. This script deletes the key and everything below it in...
-
< # .SYNOPSIS This script Gets and displays a registry binary value using WMI. .DESCRIPTION This script uses WMI to get, then display a binary registry Value. This...
-
< # .SYNOPSIS This script sets a registry binary value using WMI. .DESCRIPTION This script uses WMI to set a binary registry Value. This is a re-write of...
-
< # .SYNOPSIS This script creates a new registry Value using WMI. .DESCRIPTION This script uses WMI to get create a new registry Value. This is a re-write of a VB Sample Script .NOTES File Name : New-RegistryKey.ps1 Author : Thomas Lee - tfl @psp .co.uk Requires : PowerShell Version 2.0 .LINK This...
-
< # .SYNOPSIS This script creates a new registry key using WMI. .DESCRIPTION This script uses WMI to get create a new registry key. This is a re-write of a VB Sample Script .NOTES File Name : New-RegistryKey.ps1 Author : Thomas Lee - tfl @psp .co.uk Requires : PowerShell Version 2.0 .LINK This script...
-
< # .SYNOPSIS This script gets a registry value using WMI. .DESCRIPTION This script uses WMI to get then display a resistry value, using the SteRegProv class and the GetDWORDValue static method. ...