In order for many remote management items such as Psexec and BatchPatch to function, it requires file & file sharing as well as WMI to be enabled. If you are […]
Continue reading »Category: PowerShell
Printing – Get IP address when only WSD port is available
This PowerShell command returns the actual IP address of a printer when it is setup using a WSD port rather than an IP port. Get-PrinterPort -name WSD-123xxxxxxxxxx -computername SERVERNAME | ft DeviceURL Replace: WSD-123xxxxxxxxxx – Actual […]
Continue reading »Cmdlets
What are cmdlets? Typically these are referred to by IT engineers as commands entered into Windows Command Prompt or PowerShell to execute a task more easily (or when a GUI […]
Continue reading »