ActiveDirectoryDsc icon indicating copy to clipboard operation
ActiveDirectoryDsc copied to clipboard

This module contains DSC resources for deployment and configuration of Active Directory Domain Services.

Results 50 ActiveDirectoryDsc issues
Sort by recently updated
recently updated
newest added

### Problem description DSC Configuration 'AD-BDC' completed with error(s). Following are the first few: Either the target name is incorrect or the server has rejected the client credentials. PowerShell DSC...

needs more information

I leverage Test-DSCConfiguration in scenarios where I don't trust the source of the data being fed to AdUser. Test-DSCConfiguration is being used to further build this trust. Please feel free...

question
stale

As i understand i can use this Powershell to set the Attribute extensionName to a value of my choice Set-ADUser -Identity "anyUser" -Add @{extensionName="myString"} But how do i this with...

enhancement
help wanted

#### Pull Request (PR) description This PR fixes the issue where managing child domain user membership of an AD Group using the DistinguishedName MembershipAttribute fails. #### This Pull Request (PR)...

abandoned
waiting for code fix

#### Pull Request (PR) description The goal I had was to be able to run the integration tests on a VM in Hyper-V using Pester and get the Pester output...

abandoned
waiting for code fix

### Problem description To support use cases where a regional domain acts as a forest root domain (see [Selecting the Forest Root Domain](https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/plan/selecting-the-forest-root-domain) for more information) we need the ability...

enhancement
help wanted
good first issue

### Problem description Child domain works great, but I cannot create a tree in an existing forest with the ADDomain Resource ### Verbose logs ```text PowerShell DSC resource MSFT_ADDomain failed...

enhancement
help wanted
good first issue

#### Details of the scenario you tried and the problem that is occurring `ADGroup` fails with error 8227 `Exceeded groups or group members limit`. According to the answer to [Get-ADGroupMember...

enhancement
help wanted

#### Pull Request (PR) description Adds optional parameter SamAccountName to ADGroup resource to allow setting this property separately. This requires that GroupName be specified using something other than the SamAccountName,...

needs review

## xADManagedServiceAccount: Add functionality to install and test MSAs, and manage group delegation on GMSAs. ### Description This is a feature set that warrants discussion over how we want the...

help wanted
resource proposal