WSManFault -2144108526 0x80338012
This can occur if the local machine [::] is not added to the list of allowed listeners. Run the below to correct. winrm qc should not return the error. winrm enumerate winrm/config/listener should also return data.
This can occur if the local machine [::] is not added to the list of allowed listeners. Run the below to correct. winrm qc should not return the error. winrm enumerate winrm/config/listener should also return data.
The immutable flag can be manually removed by a sudo user Note you will have to remove the immutable (i) flag from both the files and the folder. There may also be a hidden .veeam.lock.0 file which also needs to be removed. rm file.name rm -d dirname
Step 1: Get the Name, UUID and File System Type Open your terminal, run the following command to see the name of your drive, its UUID(Universal Unique Identifier) and file system type. sudo blkid In the output of this command, the first column is the name of your drives. The second column is the label … Read more
Resize the disk attached to the VM to whichever size you need then restart the VM with ‘reboot’ You should see the device listed with the new size. If the device is currently mounted, it need to be unmounted before continuing. Now the device needs to be remounted.
Stop al VeeamONE services get-service veeam* | stop-service Drop the VeeamONE database from SQL and rename the database and log files. 1. Open SQL Server Management studio. 2. Create a service account for Veeam ONE and assign the following permissions to it: Public role (default permissions) CREATE ANY DATABASE permissions db_owner role on the Veeam ONE database db_datareader permissions … Read more
To refresh and reset the icons cache, go to the following folder: C:\Users\AppData\Local\ To see the hidden AppData folder, go to Organize -> Folder and Search Options -> View tab, and select “Show hidden files, folders and drives”, and uncheck “Hide protected operating system files (Recommended)”. Once inside the folder, delete IconCache.db. Create a new … Read more
You know how after you’ve been using WSUS for a while and you go into the admin console, then to the Synchronization node, you can end up waiting and waiting for the list to enumerate? This is the list I’m talking about: Have you ever wished you could just clear that list and start fresh? … Read more
Step 1 Connect to SQL management studio and connect to SUSDB\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\queryCopy below script and change the adminname parameter to your user name and parameter (@adminName=N’domain\user) Step 2 Step 3 Step 4 Step 5 Run the normal Server Wizard from the WSUS Management Console. Optional Automation If you’d like to automatically run the WSUS maintenance tasks, refer to … Read more
Running these in order is a good place to start. DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth DISM /Online /Cleanup-Image /AnalyzeComponentStore DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase sfc /scannow