- Homepage
-
Veritas AOF not working; The item is in use – skipped
Cause: Several files won’t be allowed to be backed up; even if AOF is turned on AOF config as: Solution: Tick & and untick the option from the job
-
Office2016 not activating the due a pre-installed license ()
Problem: Office won’t activate regardless recognizing the key when using input; Key is genuine and works on other computers This usually will happen with hp/dell new brand laptops possible Cause: you have got a pre-installed office key on your computer Solution: 1.Uninstall all Office Apps ( This will solve other problems as Signature not working…
-
Veritas: Additional privileges may be required to access resources on the windows computer
Description of the problem: Ensure that your login credentials are correctly entered and that they meet the following minimum requirements to log on to a Windows computer: – The credentials used are a member of the Backup Operators group. – For Windows Vista/2008 and later, the credentials have the Log on as a batch job…
-
1 line Script to copy AD membership between users
Just copy and paste: It will copy all membership groups from 1 user to another import-Module ActiveDirectory;$copy = Read-host “Enter username to copy from: “;$paste = Read-host “Enter username to copy to: “;get-ADuser -identity $copy -properties memberof | select-object memberof -expandproperty memberof | Add-AdGroupMember -Members $paste;
-
The attempt to connect to server/PowerShell using “Kerberos” authentication failed: Connecting to remote server failed with the following error message: The connection to the specified remote host was refused. Verify that the WS-Management service is running on the remote host and configured to listen for requests on the correct port and HTTP URL. For more information, see the about_Remote_Troubleshooting Help topic.
“The attempt to connect to server/PowerShell using “Kerberos” authentication failed: Connecting to remote server failed with the following error message: The connection to the specified remote host was refused. Verify that the WS-Management service is running on the remote host and configured to listen for requests on the correct port and HTTP URL. For more…
