2 min read
Create a Virtual Machine with 2 NICs in Azure Classic
Unfortunately, in Azure you cannot create a Virtual Machine in the GUI with 2 Network Cards. You cannot even add a 2nd…
2 min read
Unfortunately, in Azure you cannot create a Virtual Machine in the GUI with 2 Network Cards. You cannot even add a 2nd…
Create a Virtual Machine with 2 NICs in Azure Classic2 min read
Many accounts in your AD might need a password change. What if you want to do this in bulk ? First, we…
Active Directory: Changing passwords for users in bulk using a .csv file1 min read
By default Office365 limits Resource booking days to just 180 days. The maximum days it can be booked for 1080 days. I…
Extending the Booking days for Conference Room Calendar (Resource)
2 min read
So ran into a view issue for a Linux Host today. Kernel Panic !!! There could be a number of reasons that…
Linux: CentOS 6 kernel panic+0xa7/0x16f fix1 min read
Recently, I got the error below when using the vSphere client. Problem: I have only tested this solution on: Solution: Repair your installation…
VMware: Intermittent Error: Unexpected character ‘’ (code 65279 / 0xfeff) in prolog; expected ‘<' at [row,col {unknown-source}]: [1,1] pop up in Windows vSphere client ?
1 min read
Applies to: Windows Server 2008R2, Windows Server 2012R2, Windows 10 There are two ways this can be accomplished depending on your needs for…
Windows: Hide Internet Explorer 11 address bar & navigation bar1 min read
So had a request today to clean up email addresses as some of them were not valid. This was needed for over…
Excel: Check email addresses in bulk if format is correct or not1 min read
After you install Active Directory on Windows Server 2008 R2, you may start seeing the following error message after the server boots:…
DFS Namespace service could not initialize cross forest trust information1 min read
I noticed the DNS broke on my servers after Windows Update. The problem was KB3145126. Read more about it here. After a…
DNS broken after Windows Update KB31451261 min read
To check the proxy settings like ProxyOveride or if it is enabled or not: Get-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" To disable proxy from…
Check Proxy settings from Powershell