How to deploy a Registry Key via Group Policy

System administrators often need to deploy one or more Registry Keys in business environment. Customized software or hardware need particolar configurations and companies usually have solutions tailored to their needs. Whatever the reason is, a Group Policy is the best way to deploy a Registry Key in an Active Domain Directory Services. The configuration is quite simple and quick. Open […]

Read more

Configure Windows Server Containers on a Local System

Setup/Installation Currently there are 3 ways that containers and be utilized. Containers Host – Manual To install the Containers feature manually is straight forward. Setup a Windows Server 2016 Technical Preview 3 installationNOTE: This does not necessarily mean that your physical host needs to be running Windows Server 2016 TP3. This post highlights TP3 running from a VM on a […]

Read more

Configuring Volume Shadow Copies (VSS) on Windows Server 2012 R2

Volume Shadows Copies (also known as Volume Snapshot Service or VSS) is a technology developed by Microsoft to take restorable snapshots of a volume. On Windows Server 2012 // 2012 R2 it’s quite easy to set up and restore operations are pretty straightforward. Note: Volume Shadow Copies allow to restore previous states of the entire volume, you can’t restore previous […]

Read more

Server 2012 : GPO to setup local admin and RDP access.

We are going to give access to a Group of people to RDP to Workstations and have local administrators rights. In order for RDP to work we also need to open firewall. While reading you might want to consider to split up this (monolithic) GPO and single Security Group into 2 Security Groups and 3 smaller GPOs : (1) Local Admin […]

Read more

How to Logoff Remote Desktop Sessions from the Command Line

It’s happened to all of us. You try to logon to an administrative remote desktop on a server, but you can’t because both administrative RDP sessions are in use. Oftentimes this is because other admins have simply disconnected their remote desktop session, rather than logoff as they should. Here’s a simple way to determine which sessions are logged on and […]

Read more

Overview of Scheduled Tasks

I like the tree view for scheduled task as you can categorize the tasks, but the GUI offers no way of an overview of all tasks. The command line helps again: Schtasks.exe Are you thinking:”I have no scheduled tasks defined, so this post is not for me”, I suggest to try it anyway. Microsoft added some tasks for you.

Read more
1 3 4 5 6 7