We've encountered this issue at two clients running 2012 R2, although it may apply to other versions of Windows Server.
4236 views
Enter the following command to keep 100 versions of backups online. You can change the number to whatever is desired
1726 views
Enter the following powershell command. This will place a certificate in the "Personal" store for the Computer. Change the AddYears variable
1760 views
Get computer info:
wmic csproduct
Get BIOS information:
wmic bios get
Get disk usage:
wmic logicaldisk get size,freespace,caption
Get logical drives:
wmic logicaldisk get caption,description,drivetype,providername,volumename
Get physical disks:
wmic
2094 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
2252 views