Exchange 2013 CU22 (cumulative update 22) will be the final release of Exchange 2013. I’ll update with more information as I find out the changes and features.
Exchange 2013 CU22
2 Replies
Exchange 2013 CU22 (cumulative update 22) will be the final release of Exchange 2013. I’ll update with more information as I find out the changes and features.
Clear DNS Cache in Mac OS High Sierra:
sudo killall -HUP mDNSResponder; sleep 2; echo macOS DNS Cache Reset like-a-boss | say
What’s crazy is High Sierra verbally tells you the DNS cache is cleared!
Issue: Your mac always auto-connects to xfinitywifi and you can’t easily remove it because you have hundreds of wifi connections in the list on your mac.
Solution: remove it with terminal using the following terminal commands:
networksetup -removepreferredwirelessnetwork en0 xfinitywifi
You may will need to use “sudo” to elevate your permissions.