Then you bought the Blink app. You open it and you stuck on the screen. You tried to SSH and it works. Maybe you tried to SCP your keys to remote server and it doesn’t work. You went to the https://blink.sh/, you look for any manual on how to use…
Articles by phi3nix
Hi Guys, You probably have seen it when you try to RDP to the server and you stuck on the black screen. I found out that this is the easiest fix for this issue. Open CMD as the administrator who has access to the server which you want to RDP,…
We have to find the ID of the job.Open a job and go to Summary Open task manager on the Veeam Backup & Replication ServerGo to ProcessesRight-click on the header and select “Command Line” to showSearch for the command line with the job ID Kill the processAll done!
Hi Guys, Yesterday, when I had to restore some data for the user it failed. I was sure that I have all the necessary tapes. When I checked library I noticed that one of the tapes has suspect status. After short searching for a solution, I found out that I…
This happens very often. Usually I was rejoining workstation/server to the domain. However it is easier way to do it. You have to log in to the server with a broken relationship.You have to know the name of Domain Controller (example: AD01) $DomainCred = Get-Credential Reset-ComputerMachinePassword -Server “AD01” -Credential $DomainCred…