How To Uninstall Programs Using PowerShell
Listing all installed programs, checking to see if a program is installed by its name and uninstalling programs is super easy and efficient using PowerShell and the Get-WmiObject cmdlet. List All Installed Programs Get-WmiObject -Class Win32_Product Running this cmdlet will produce a list of all installed applications. Note this wont list any Windows Apps which are installed. List Installed Programs By Name Get-WmiObject -Class...
Ubiqiti Unifi How To Print From Guest Wireless To A Printer On The Network
You setup a secure segregated guest network and then bugger a guest needs to print some important documents using your printer! Within your Unifi controller go into the settings of the site by clicking on the cog icon. First for this to work your printer must have a static IP address on the network. Click on Guest Control.Scroll down to the Access Control section and add the IP address of each printer into the ‘Pre-Authorization...
Recent Comments