Hi Guys, Sometimes you want to delete checkpoint but there is no option like in the screenshot bellow. You can, of course, shut down VM and manually merge snapshots. I do not recommend it. However, I found out that you can just choose a snapshot which you want to delete…
windows
Hi Guys, Today I had to create a template for our remote session servers. Unfortunately, the System Center Virtual Machine Manager was greyed out. Solution: VM has to be created in VMM. After option became available I was able to run Create Template. But it failed, I tried manually without…
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,…
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…