How to silence your Dell PowerEdge server

How to silence your Dell PowerEdge server This post will cover how to silence your Dell PowerEdge R330 server using IPMI. It should work onmost PowerEdge servers as the concept would be the same.  I have only tested this so far on my personal Dell R330 and it works great for me. It works by […]

Verifying remote VPN users are authenticating with the domain

Verifying remote VPN users are authenticating with the domain One daunting task is Verifying remote VPN users are authenticating with the domain. Since you can only set a maximum of 50 cached logons via group policy (GPO) you may want to proactively monitor your user logons to prevent possible future headaches for both you and your users. […]

Change your network type in Windows using PowerShell

Change Network location using powershell in Windows

Change Network location using powershell in Windows How to Change Network location using powershell in Windows 8/8.1 and Windows Server 2012 and Windows Server 2012 R2. First open Powershell as Administrator then run: Get-NetConnectionProfile  Then run: Set-NetConnectionProfile -InterfaceIndex 15 -NetworkCategory Private The InterfaceIndex is selecting the specific network adapter and the available options for the –NetworkCategory parameter […]

Set Domain controller to use external NTP time source

Setup your PDC to sync with an external time server Many things can cause inconsistencies with the computer time clocks that are on a server or systems motherboard.Here’s an easy way to Set Domain controller to use external NTP time source Before fixing this issue with the method described in this article you should first check […]