Enter the following command to keep 100 versions of backups online. You can change the number to whatever is desired
1688 views
Enter the following powershell command. This will place a certificate in the "Personal" store for the Computer. Change the AddYears variable
1709 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
2071 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
2236 views