7 min read
All of Windows Cipher Suites
Working on a security project and I needed a reference guide as to what cipher suites are supported on what OS. So…
7 min read
Working on a security project and I needed a reference guide as to what cipher suites are supported on what OS. So…
All of Windows Cipher Suites1 min read
Since SCCM is our configuration management tool of choice, the SCCM client needs to get installed on all of our newly provisioned…
Deploying the SCCM Client with VMware Client Windows Guest Customization
2 min read
So had an interesting issue today where a Domain Controller (DC) was demoted yet the IP of the demoted DC was still…
NSLookup still showing IP of demoted Domain Controller
2 min read
Ran into this issue with ConfigMgr 2012 R2 where it was unable to synchronize Software Update Point with the WSUS server. A…
ConfigMgr 2012 R2 – WSUS sync fails with HTTP 503 errors
1 min read
Active Directory uses several ports for communication between domain controllers and clients. These ports are required both by client computers and Domain…
Active Directory Ports required between client and domain controllers
4 min read
As of June 8, 2017, it was announced that when when users try to sign up for Amazon Drive they will not…
Going back to the basics….moving out of Amazon Drive!
4 min read
Working with many app/dev teams it is hard to find which version of Dot Net an application was designed or made in.…
Get .Net Framework Version for the .DLL & .EXE files
4 min read
Working with many Office365 clients, I receive queries on how to go about provisioning users and mailboxes for an Exchange hybrid deployment.…
Provisioning a New Office 365 User and Mailbox from Exchange Hybrid via PowerShell
1 min read
In Office365, depending on the admin role of an account you may want to add an alternate email address for password recovery.…
Add Alternate Email Address or Recovery Email Address for Office365 Administrator
1 min read
Make sure you are using the latest version of PowerShell. On Windows 8/10 run it as administrator and type the following: New-PSDrive…
Map a network drive using PowerShell