Set the following items on a group policy for an OU containing the computers you want to allow, i.e. TLD.local/Org/Workstations
Note
1439 views
We've encountered this issue at two clients running 2012 R2, although it may apply to other versions of Windows Server.
4429 views
Enter the following command to keep 100 versions of backups online. You can change the number to whatever is desired
1783 views
Enter the following powershell command. This will place a certificate in the "Personal" store for the Computer. Change the AddYears variable
1794 views
Microsoft has deprecated WMIC. Find the equivalent Powershell commands below.
Get computer info:
WMIC: wmic csproductPowershell Summary: gwmi -Class Win32_ComputerSystemPowershell All: gwmi
2174 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
2279 views