This article will demonstrate how to use PowerShell for AD Group Members management. While it can be easy for beginners to use the Active Directory Users and Computers tool, PowerShell can provide more power, automation, and efficiency in performing identity management functions including group … [Read more...] about PowerShell AD Group Members
netsh http show sslcert
The purpose of this article is to demonstrate how to use netsh http commands for SSL Certificate management on Windows machines, specifically the netsh http show sslcert command. Netsh http provides the ability to do http functions other than certificate management, but those features are … [Read more...] about netsh http show sslcert
Proxy Addresses Active Directory
This article will demonstrate how to manage proxy addresses in Active Directory and define what exactly the proxyAddresses AD attribute is. The proxyAddresses attribute is multivalued and is used on users, groups, and contacts in Active Directory to facilitate email delivery. The following … [Read more...] about Proxy Addresses Active Directory
DNS Powershell
This article will demonstrate how to manage DNS with Powershell. If not obvious, the examples in this article are for an Active Directory DNS deployed on a domain controller or many domain controllers. It can cumbersome, slow, inefficient, and unintuitive to have to remote into a domain controller, … [Read more...] about DNS Powershell
Azure AD Connect Synchronization
The Azure AD Connect Synchronization services is the connector in a hybrid AD environment. By hybrid we mean a local authoritative AD (Active Directory) that sync data to Azure Active Directory to be used in Microsoft Cloud Services including Office 365. The purpose of this article is not to … [Read more...] about Azure AD Connect Synchronization