Auteur: maikel

You will need to run a query against the Veeam SQL Database to “break” the connection from VBR to Enterprise Manager. In order to do so we will need: SSMS: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15 Using SSMS connect to the SQL server holding the Veeam DB(you can find all the details on the Veeam server using regedit – Go […]

Meer lezen

Issue: Password error: unable to log on to PowerChute Network Shutdown (PCNS) or lost user name. Product: PowerChute Network Shutdown v3.X and 4.X Environment: All supported Operating Systems. Cause: Lost user name or password Solution: To change your username or password: 1. Stop the PowerChute service. 2. Go to the group1 directory where PowerChute is installed. 3. […]

Meer lezen

Start Safe Mode directly from Windows  Click the Windows-button → Power.  Hold down the shift key and click Restart.  Click the option Troubleshoot and then Advanced options. 4. Go to “Advanced options” and click Start-up Settings. 5. Under “Start-up Settings” click Restart. Various boot options are displayed. The relevant options for booting in Safe Mode are numbers, 4, 5, […]

Meer lezen

robocopy \\sourceserver\ShareName \\destinationfileserver\ShareName /e /b /copyall /PURGE /r:5 /w:5 /MT:64 /tee /log+:D:\Shares\log_ShareName_%date:~-10,2%”-“%date:~7,2%”-“%date:~-4,4%.txt /v     LET’S BREAK THAT DOWN. Robocopy Initiates the command. \\sourceserver\ShareName The first parameter is always the source location. I typically always run Robocopy from the new file server as: It will likely have a newer version of Robocopy installed; and I will […]

Meer lezen

The error message : WARNING: Unable to download from URI ‘https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409’ to ”. WARNING: Unable to download the list of available providers. Check your internet connection. Set Powershell to accepts TLS 1.2 connections.   https://www.powershellgallery.com/packages/PSWindowsUpdate/2.1.1.2 To test this : 1. Open Powershell (As Admin) 2. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 3. Try it again!   From now […]

Meer lezen

First you need to install the PowerShell module. # Install-Module -Name PSWindowsUpdate -Force Then check if there are windows update for your machine. # Get-WindowsUpdate Then if you want to install all the updates you can run the following command. # Get-WindowsUpdate -AcceptAll -Download -Install -MicrosoftUpdate Now you can reboot the machine with Y   […]

Meer lezen

Resetting root password in vCenter Server Appliance 6.5 / 6.7 / 7.x (2147144) Last Updated: 4/5/2021Categories: TroubleshootingTotal Views: 485950 172Language:Chinese (Simplified)JapaneseEnglishGerman subscribe Skyline Health Diagnostics (SHD) is a tool that analyses log files to detect known issues and recommend solutions/KBs. Benefits include: Instant resolution to known issues that occur in your vCenter/vSphere environment Significant reduction of time and efforts in resolving issues […]

Meer lezen

Open regedit…..   Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability   You can safely delete all the values mentioned, for example, my system has the following values, DirtyShutdown, DirtyShutdownTime, LastAliveStamp, TimeStampInterval, LastComputerName They will be recreated as needed. You can make a backup of the registry entry if you want.

Meer lezen

HP Image Assistant (HPIA)   HP Image Assistant | HP Client Management Solutions   DESCRIPTION: The HP Image Assistant is an essential tool that provides assistance to IT System Administrators to improve the quality and security of their HP PCs running Microsoft Windows by analyzing, identifying problems, and recommending solutions. Supported Platform List User Guide […]

Meer lezen

On any server, the logs can start to add up and take considerable amount of disk space. Systemd conveniently stores these in /var/log/journal and has a systemctl command to help clear them. Take this example: $ du -hs /var/log/journal/ 4.1G /var/log/journal/ 4.1GB worth of journal files, with the oldest dating back over 2 months. $ ls -lath /var/log/journal/*/ | […]

Meer lezen