Hello,
Is it possible to run a powershell command to identify the default printer on a system and then launch the "Printer Properties" to then modify the settings if need be?
I know the command to identify the default printer is similar to below but am unsure about how to launch the properties after identifying that.
Get-WmiObject-Query" SELECT * FROM Win32_Printer WHERE Default=$true"