-
<# .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 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 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. ...
-
< # .SYNOPSIS This script gets the reverse lookup zone from a DNS Server and displays all the systems registered .DESCRIPTION This script first gets the reverse lookup zone from a DNS Server (i.e. ...
-
< # .SYNOPSIS This script restarts the DNS Service on a Remote System .DESCRIPTION This script uses WMI to reach out and restart the DNS DNS service on a remote machine. in my home environment, ...
-
< # .SYNOPSIS This script uses WMI to print a test page all printers on this system .DESCRIPTION This script is an MSDN sample,using PowerShell. It first gets all the printrs installed...
-
< # .SYNOPSIS Disables active network cards .DESCRIPTION This script looks at each network card that is currently IP enabled, and disables it by releasing the DHCP Lease. To re-enable the network interrace, ...
-
< # .SYNOPSIS Gets time from WMI and displays it .DESCRIPTION This script gets Win32_LocalTime and then displays the details. .NOTES File Name : Get-WMILocalTime.ps1 ...