Microsoft has deprecated WMIC. Find the equivalent Powershell commands below.
Get computer info:
WMIC: wmic csproductPowershell Summary: gwmi -Class Win32_ComputerSystemPowershell All: gwmi
10416 views
If you receive an authorization prompt running the ConnectWise client, add the following registry key to the impacted system.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]"ExternalProtocolDialogShowAlwaysOpenCheckbox"=dword:00000001
3863 views