by Jeremy | Oct 2, 2020 | Windows Server
I have this problem a lot when coming through event logs and I need to find the SID of an active directory user. If you would like to list all of the SID’s for the users, open command prompt and run: wmic useraccount get name,sid Otherwise in order to find it...
by Jeremy | Jul 17, 2020 | Windows, Windows Server
This can sometimes be caused by an improper shutdown or Windows updates that didn’t install properly. Click Start and type in regedit. Choose “Run as administrator” either by clicking it on the right hand side or by simply right-clicking the icon and...
by Jeremy | Apr 12, 2019 | Windows Server
In order to remotely manage computers via Powershell, you must enable Windows Remote Management. Open Group Policy management. Create a new GPO. Right-click your newly created GPO and click Edit… First we need to allow it on each...
by Jeremy | Jun 26, 2018 | Windows Server
You must be able to access the server in another way in order to do this. Mine was a VM so I was able to get into a console session through VMware vSphere. Open your Registry Editor and navigate to: HKLM/System/CurrentControlSet/Control/Terminal ServerRCM and...
by Jeremy | Mar 23, 2018 | Windows Server
With Windows Server 2012 R2, Remote Desktop Services allows you to “shadow” users that are remoted into the server. When shadowing, you can either view or view and control a user’s session. You can choose the option for “No...
by Jeremy | Mar 9, 2018 | Windows Server
Open your Server Manager and go to Remote Desktop Services. Click on Tasks, Edit Deployment Properties. Click on Certificates. If any of these are expired, I am going to show you how to get them up to date. Now we need to get into the...