xActiveDirectory

2.25.0.0

The xActiveDirectory module is originally part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit. This version has been modified for use in Azure. This module contains the xADDomain, xADDomainController, xADUser, and xWaitForDomain resources. These DSC Resources allow you to configure and manage Active Directory.

All of the resources in the D
The xActiveDirectory module is originally part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit. This version has been modified for use in Azure. This module contains the xADDomain, xADDomainController, xADUser, and xWaitForDomain resources. These DSC Resources allow you to configure and manage Active Directory.

All of the resources in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service.
Show more

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name xActiveDirectory -RequiredVersion 2.25.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name xActiveDirectory -Version 2.25.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2014 Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

xADComputer xADDomain xADDomainController xADDomainDefaultPasswordPolicy xADDomainTrust xADForestProperties xADGroup xADObjectPermissionEntry xADOrganizationalUnit xADRecycleBin xADReplicationSite xADReplicationSiteLink xADReplicationSubnet xADServicePrincipalName xADUser xWaitForADDomain

Dependencies

This module has no dependencies.

Release Notes

* Added xADReplicationSiteLink
 * New resource added to facilitate replication between AD sites
* Updated xADObjectPermissionEntry to use `AD:` which is more generic when using `Get-Acl` and `Set-Acl` than using `Microsoft.ActiveDirectory.Management\ActiveDirectory:://RootDSE/`
* Changes to xADComputer
 * Minor clean up of unit tests.
* Changes to xADUser
 * Added TrustedForDelegation parameter to xADUser to support enabling/disabling Kerberos delegation
 * Minor clean up of unit tests.
* Added Ensure Read property to xADDomainController to fix Get-TargetResource return bug ([issue 155](https://github.com/PowerShell/xActiveDirectory/issues/155)).
 * Updated readme and add release notes
* Updated xADGroup to support group membership from multiple domains ([issue 152](https://github.com/PowerShell/xActiveDirectory/issues/152)). [Robert Biddle (@robbiddle)](https://github.com/RobBiddle) and [Jan-Hendrik Peters (@nyanhp)](https://github.com/nyanhp)

FileList

Version History

Version Downloads Last updated
3.0.0.0 502,880 6/26/2019
2.26.0.0 20,158 5/15/2019
2.25.0.0 (current version) 28,842 4/3/2019
2.24.0.0 11,327 2/20/2019
2.23.0.0 10,417 1/10/2019
2.22.0.0 9,562 10/25/2018
2.21.0.0 8,961 9/5/2018
2.20.0.0 7,137 7/25/2018
2.19.0.0 151,465 6/13/2018
2.18.0.0 42,401 3/22/2018
2.17.0.0 13,171 2/8/2018
2.16.0.0 78,572 1/11/2017
2.15.0.0 1,296 12/14/2016
2.14.0.0 10,984 11/2/2016
2.13.0.0 5,162 8/10/2016
2.12.0.0 3,438 6/29/2016
2.11.0.0 2,721 5/18/2016
2.10.0.0 2,303 3/31/2016
2.9.0.0 2,097 2/2/2016
2.8.0.0 947 12/3/2015
2.7.0.0 532 10/22/2015
2.6.0.0 1,258 9/11/2015
2.5.0.0 451 7/24/2015
2.4.0.0 202 6/17/2015
2.3 17,183 2/19/2015
2.2 87 12/18/2014
2.1 146 8/22/2014
2.0 108 6/6/2014
1.0.1 75 5/13/2014
1.0 60 4/8/2014
Show more