In this short write up I will go over steps to demote a Server 2012 domain controller. If you have worked in Active Directory and Windows Domain Administration over the years you may recall that in previous version of Windows Server that you would use the command line tool of ‘DCPROMO’ to promote or demote […]
Tag: Server 2012
Back in July of 2013 I faced an issue with my Exchange 2013 Server running on Microsoft Server 2012. Our server would unexpectedly reboot ( — chuckles — aren’t all reboots without notice unexpected). The message I kept running into was regarding a faulting application which caused the reboot was the local security authority subsystem […]
Get-NetAdapter cmdlet returns to you the basic network adapter properties of visible adapters installed on your system. This is a very useful tool to gather some details about your installed network adapters. More info and features can be found here: http://technet.microsoft.com/en-us/library/jj130867.aspx
Looking for a quick way to get to your network connections: Control PanelNetwork and InternetNetwork Connections From the run prompt (shortcut keys: WinKey+R) enter ncpa.cpl. You will immediately open a window that takes you to the network connections UI without traveling thought the network sharing center. If you want to create a quick shortcut you can […]
If you are running Exchange 2012 on Windows Server 2012 you will soon noticed that Internet Explorer 10 randomly crashes during operations in the new Exchange Admin Console (EAC). I have found this to be very annoying. However there are options which you could take. 1. You can use Internet Explorer 10 from Windows 8 […]
I open PowerShell as Administrator and type the following: Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation followed by pressing enter… what next you ask? Well stop by later and […]