All Projects → dsccommunity → ActiveDirectoryCSDsc

dsccommunity / ActiveDirectoryCSDsc

Licence: MIT license
DSC resources for installing or uninstalling Active Directory Certificate Services components in Windows Server.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to ActiveDirectoryCSDsc

CertificateDsc
DSC resources to simplify administration of certificates on a Windows Server.
Stars: ✭ 103 (+128.89%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
WSManDsc
DSC resources for configuring WS-Management and PowerShell Remoting.
Stars: ✭ 17 (-62.22%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
StorageDsc
DSC resource module is used to manage storage on Windows Servers.
Stars: ✭ 58 (+28.89%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
UpdateServicesDsc
This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.
Stars: ✭ 23 (-48.89%)
Mutual labels:  dsc-resources, dsc
xExchange
This module contains DSC resources for deployment and configuration of Microsoft Exchange Server.
Stars: ✭ 62 (+37.78%)
Mutual labels:  dsc-resources, dsc
DnsServerDsc
This module contains DSC resources for the management and configuration of Windows Server DNS Server.
Stars: ✭ 51 (+13.33%)
Mutual labels:  dsc-resources, dsc
xHyper-V
This module contains DSC resources for deployment and configuration of Microsoft Hyper-V.
Stars: ✭ 105 (+133.33%)
Mutual labels:  dsc-resources, dsc
Zbang
zBang is a risk assessment tool that detects potential privileged account threats
Stars: ✭ 224 (+397.78%)
Mutual labels:  active-directory
DSC-Integration-with-Arduino-Mega-Shield-RS-232
DSC - Integration with SmartThings (RS232)
Stars: ✭ 17 (-62.22%)
Mutual labels:  dsc
Ad Password Protection
Active Directory password filter featuring breached password checking and custom complexity rules
Stars: ✭ 210 (+366.67%)
Mutual labels:  active-directory
Adaz
🔧 Automatically deploy customizable Active Directory labs in Azure
Stars: ✭ 197 (+337.78%)
Mutual labels:  active-directory
Paw
Stars: ✭ 243 (+440%)
Mutual labels:  active-directory
requests auth
Authentication classes to be used with requests
Stars: ✭ 28 (-37.78%)
Mutual labels:  active-directory
Ad Ldap Enum
An LDAP based Active Directory user and group enumeration tool
Stars: ✭ 223 (+395.56%)
Mutual labels:  active-directory
FindUncommonShares
FindUncommonShares.py is a Python equivalent of PowerView's Invoke-ShareFinder.ps1 allowing to quickly find uncommon shares in vast Windows Domains.
Stars: ✭ 186 (+313.33%)
Mutual labels:  active-directory
Powershell Scripts
PowerShell scripts ranging from SCCM, MSO, AD, and other corporate enterprise uses... to sending cat facts to coworkers.
Stars: ✭ 201 (+346.67%)
Mutual labels:  active-directory
DSC-DSU
Main repository containing all relevant documents and codebase for Developer Student Club at DSU powered by Google Developers
Stars: ✭ 24 (-46.67%)
Mutual labels:  dsc
passport-activedirectory
Active Directory strategy for passport.js
Stars: ✭ 28 (-37.78%)
Mutual labels:  active-directory
ActiveDirectoryEnumeration
Enumerate AD through LDAP with a collection of helpfull scripts being bundled
Stars: ✭ 127 (+182.22%)
Mutual labels:  active-directory
crimson-spray
A lockout aware password sprayer
Stars: ✭ 11 (-75.56%)
Mutual labels:  active-directory

ActiveDirectoryCSDsc

Build Status Code Coverage Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery codecov

Code of Conduct

This project has adopted this code of conduct.

Releases

For each merge to the branch main a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Change log

A full list of changes in each version can be found in the change log.

Resources

The ActiveDirectoryCSDsc DSC resources have been specifically tested as a method to populate a Certificate Services server role on Windows Server 2012 R2 and above after the Certificate Services role and the Web Enrollment feature have been enabled. Active Directory Certificate Services (AD CS) is used to create certification authorities and related role services that allow you to issue and manage certificates used in a variety of applications.

This DSC resource can be used to address some of the most common scenarios including the need for a Stand-Alone Certificate Authority or an Active Directory Trusted Root Certificate Authority and the Certificate Services website for users to submit and complete certificate requests. In a specific example, when building out a web server workload such as an internal website that provides confidential information to be accessed from computers that are members of an Active Directory domain, AD CS can provide a source for the SSL certificates that will automatically be trusted.

  • AdcsAuthorityInformationAccess: This resource can be used to configure the URIs in the Authority Information Access and Online Responder OCSP extensions of certificates issued by an Active Directory Certificate Authority.
  • AdcsCertificationAuthority: This resource can be used to install the ADCS Certificate Authority after the feature has been installed on the server.
  • AdcsEnrollmentPolicyWebService: This resource can be used to install an ADCS Certificate Enrollment Policy Web Service on the server after the feature has been installed on the server.
  • AdcsOnlineResponder: This resource can be used to install an ADCS Online Responder after the feature has been installed on the server.
  • AdcsWebEnrollment: This resource can be used to install the ADCS Web Enrollment service after the feature has been installed on the server.
  • AdcsTemplate: This resource can be used to add or remove Certificate Authority templates to an Enterprise CA, after the feature has been installed on the server and the AdcsCertificationAuthority resource installed with a CAType of EnterpriseRootCA or EnterpriseSubordinateCA.

Documentation and Examples

For a full list of resources in ActiveDirectoryCSDsc and examples on their use, check out the ActiveDirectoryCSDsc wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].