How to set up DFS Namespaces in Windows Server 2016
In this guide we will setup and configure DFS ( Distributed File System ) Namespaces in Windows Server 2016. DFS allows you to setup shared folders hosted on different servers…
A Drink of Technology for the Thirsty Mind
In this guide we will setup and configure DFS ( Distributed File System ) Namespaces in Windows Server 2016. DFS allows you to setup shared folders hosted on different servers…
In this tutorial I will go through step by step on how to install the Active Directory ( AD ) role on Windows Server 2016. If you are setting up…
Beginning the export process on Windows Server 2003 On the Windows 2003 DHCP server, navigate to a command prompt Type the following Command: netsh Type the following Command: DHCP Type…
Prerequisites Download Windows Server 2012 R2. If you plan on completing this Step-By-Step in a virtual lab, it is recommended to download the FREE Hyper-V Server 2012 R2 first. Check…
Transferring the Flexible Single Master Operations (FSMO) Role Open the Active Directory Users and Computers console on your new Windows Server 2012 R2 computer. Right click your domain and select…
If an app requires an AD acct to be logged into the server in order for it to work, setup autologon You will need to have an account with a…
Disabling the Java update notifications is actually pretty easy. There’s a registry setting in HKEY_LOCAL_MACHINE that will allow you to completely disable both update notifications and the update functionality. The…
If you need to delete all the events from a Google calendar you can do the following. First, you need to have the Calendar ID email address (this is not…
If you get a request to delete an email from a large number of user mailboxes or all Google mailboxes, you can run the following commands. This is useful as…
If you need a list of users and their respective proxy addresses then the command below will do this 🙂 Get-ADUser –Filter * –Properties proxyaddresses | Select-Object Name, @{L =…