How to add a Backup Domain Controller to an existing Active Directory Domain

An Active Directory Domain with a unique Primary Domain Controller (PDC) is something that you should not rely on. A hardware failure can make your day a really bad one and, for this reason, Microsoft give us the possibility to add a (or more) Backup Domain Controller (BDC) to our domain. The configuration is quite simple on Windows Server 2012 […]

Read more

How to deploy (and/or remove) software packages via GPO

One of the greatest advantages of having an Active Directory Domain is the possibility to deploy software packages via GPO (Group Policy Object). Software deployment is crucial in business environments to save time and money. Microsoft not only gives us a simple way to deploy software, but also provides a quick solution to uninstall it when we don’t need it […]

Read more

Configure a Radius server on Windows Server to authenticate Cisco VPN users

A Virtual Private Network (VPN) allows to connect to a private network through the Internet, from anywhere in the world. It may be very helpful to business users willing to access from outside the internal resources of their company. In this post we’ll see how you can allow Active Directory users to perform the login to a VPN, configured on […]

Read more

How to configure DHCP failover on Windows Server 2012 R2

Configuring the DHCP failover in your LAN is a simple operation to improve the reliability of the network. There are two main ways to provide DHCP failover: Load balancing Hot standby Load balancing allows to share the load between two or more DHCP servers while the Hot standby mode simply provide DHCP redundancy. In this guide we adopted the Hot […]

Read more

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

Remove All Emails from a specific sender

1.  Connect to Exchange On-line From the PowerShell console on an Exchange 2010 server: $Cred = Get-Credential $s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic –AllowRedirection Import-PSSession $s Type in your ada credentials with username of <username>@domain.com Type in your domain admin credentials with username of domain\<username>   Run this command in Powershell     Search-Mailbox -identity […]

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
1 24 25 26 27 28 71