Author: Hanson

October 9, 2018 Hanson

Recently I install 2 new MacBooks pro for domain users and met some issues. Problem: Network accounts are unavailable After binding the MacBook Pro to the Windows AD, the login interface still showed Network accounts are unavailable and I can’t login with a domain account. Solution: Unbind the computer from the AD, and rebind it.  …

January 8, 2018 Hanson

When I was trying to delete a decommissioned remote desktop server from Active Directory I received the following message: Object %COMPUTERNAME% is a container and contains other objects. Are you sure you want to delete object %COMPUTERNAME% and the objects it contains? This operation could take a long time if  %COMPUTERNAME% contains a large number of objects. To determine…

July 10, 2017 Hanson

The PowerShell Active Directory module offers a variety of cmdlets that allow you to remotely manage Active Directory. Many guides exist on the Internet that explain how to install the PowerShell Active Directory module. Unfortunately, I don’t find any guide for Windows Server 2016. I’ve tried the  installation procedures in this article, so you shouldn’t run into…

June 16, 2017 Hanson

I started to take over the responsibility of server patching after a server admin left recently. We use SCCM 2012 to patch servers. I met a few servers had the SCCM client certificate none issue. But not all fixes are same. The below screen shot shows the issue. Server A had this issue after I updated the SCCM client. There is another server B had…

April 26, 2017 Hanson

I had this issue on several servers running 64 bit Windows Server 2008 R2 SP1 standard edition. It happened when I manually run IE11-Windows6.1-x64-en-us.exe to install Internet Explorer 11. I followed the Internet Explorer Troubleshooter page and checked Prerequisite updates for Internet Explorer 11. I have downloaded all required updates and run the files to install. Most…

April 20, 2017 Hanson

This is an wired issue I had recently when I was working on a Windows domain decommission project. Let me use company.local, ad.company.local and abc.com as the example. ad.company.local is the child domain of company.local. There are two way trusts between abc.com and company.local domain. abc.com is the old domain. All most all computers are in ad.company.local…

April 19, 2017 Hanson

I was working on a PowerShell/PowerCLI script to build a VMware VM from a template, assign IP address, default gateway, DNS, join it into the domain and install some software. I knew Netsh command can be used to configure IP address, default getaway and DNS servers. I did not remember the details how could I…