Hi Guys,Currently, I am working on deploying LAPS to our environment. All servers are done but workstations are more complicated because of the different policy during the time which were applied to them. Some of them have enabled default administrator some of them have disabled and added non-standard local administrator…
windows server
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…