Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xActiveDirectory: Requirements section #399

Merged
merged 47 commits into from
Jun 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a7514a3
Delete xActiveDirectory_TechNetDocumentation.html
JamesFrierson1 Jun 8, 2019
942251d
Update CHANGELOG.md
JamesFrierson1 Jun 8, 2019
42564be
Update README.md
JamesFrierson1 Jun 26, 2019
ceb172a
Update README.md
JamesFrierson1 Jun 26, 2019
b2566ad
Update README.md
JamesFrierson1 Jun 26, 2019
51d5559
Update README.md
JamesFrierson1 Jun 26, 2019
5044a12
Update README.md
JamesFrierson1 Jun 26, 2019
43a7287
Update README.md
JamesFrierson1 Jun 26, 2019
6af6655
Update README.md
JamesFrierson1 Jun 26, 2019
21e5d53
Update README.md
JamesFrierson1 Jun 26, 2019
7508fc9
Update README.md
JamesFrierson1 Jun 26, 2019
da66a74
Update README.md
JamesFrierson1 Jun 26, 2019
52992d5
Update README.md
JamesFrierson1 Jun 26, 2019
a89f72a
Update README.md
JamesFrierson1 Jun 26, 2019
22dab79
Update README.md
JamesFrierson1 Jun 26, 2019
22cbc79
Update README.md
JamesFrierson1 Jun 26, 2019
79bcf56
Update README.md
JamesFrierson1 Jun 26, 2019
eae4a75
Update README.md
JamesFrierson1 Jun 26, 2019
37ceaa1
Update README.md
JamesFrierson1 Jun 26, 2019
40c99ad
Update README.md
JamesFrierson1 Jun 26, 2019
ee495f7
Update README.md
JamesFrierson1 Jun 26, 2019
87fc624
Update README.md
JamesFrierson1 Jun 26, 2019
9bf312c
Update CHANGELOG.md
JamesFrierson1 Jun 26, 2019
a1dda81
Update CHANGELOG.md
JamesFrierson1 Jun 26, 2019
ddd1dc2
Update CHANGELOG.md
JamesFrierson1 Jun 26, 2019
98050bc
Merge branch 'dev' into dev
JamesFrierson1 Jun 26, 2019
318666f
Update README.md
JamesFrierson1 Jun 26, 2019
332793b
Update README.md
JamesFrierson1 Jun 26, 2019
0dc1b45
Update README.md
JamesFrierson1 Jun 26, 2019
424e51f
Update README.md
JamesFrierson1 Jun 26, 2019
ddcc76d
Update README.md
JamesFrierson1 Jun 26, 2019
29832f7
Update README.md
JamesFrierson1 Jun 26, 2019
b8943f0
Update README.md
JamesFrierson1 Jun 26, 2019
53a1ac2
Update README.md
JamesFrierson1 Jun 26, 2019
3a3b91e
Update README.md
JamesFrierson1 Jun 26, 2019
8035863
Update README.md
JamesFrierson1 Jun 26, 2019
255218e
Update README.md
JamesFrierson1 Jun 26, 2019
e41d6de
Update README.md
JamesFrierson1 Jun 26, 2019
b890765
Update CHANGELOG.md
JamesFrierson1 Jun 26, 2019
692c369
Merge branch 'dev' into dev
JamesFrierson1 Jun 26, 2019
fee595f
Update CHANGELOG.md
JamesFrierson1 Jun 26, 2019
fa6f35c
Update README.md
JamesFrierson1 Jun 27, 2019
a073778
Update README.md
JamesFrierson1 Jun 27, 2019
18206b8
Update README.md
JamesFrierson1 Jun 27, 2019
ff047e0
Update CHANGELOG.md
JamesFrierson1 Jun 27, 2019
2ee54d0
Update CHANGELOG.md
JamesFrierson1 Jun 27, 2019
1b4d0ba
Update CHANGELOG.md
JamesFrierson1 Jun 27, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

- Changes to xActiveDirectory
- Added a Requirements section to every DSC resource README with the bullet point stating "Target machine must be running Windows Server 2008 R2 or later" ([issue #399](https://github.com/PowerShell/xActiveDirectory/pull/399)).

- Changes to xADManagedServiceAccount
- Added a requirement to README stating "Group Managed Service Accounts need at least one Windows Server 2012 Domain Controller" ([issue #399](https://github.com/PowerShell/xActiveDirectory/pull/399)).

## 3.0.0.0

- Changes to xActiveDirectory
Expand Down
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADDomain/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADDomain resource creates a new domain in a new forest or a child domain in an existing forest. While it is possible to set the forest functional level and the domain functional level during deployment with this resource the common restrictions apply. For more information see [TechNet](https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/active-directory-functional-levels).

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADDomainController/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ controllers in Active Directory.
>information from another domain controller.
>Make sure to use a correct domain account with the correct permission as
>the account for the parameter `DomainAdministratorCredential`.
## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADDomainDefaultPasswordPolicy/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADDomainDefaultPasswordPolicy DSC resource will manage an Active Directory domain's default password policy.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADDomainTrust/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADDomainTrust DSC resource will manage Domain Trusts within Active Directory. A trust is a relationship, which you establish between domains, that makes it possible for users in one domain to be authenticated by a domain controller in the other domain.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADForestProperties/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADForestProperties DSC resource will manage User Principal Name (UPN) suffixes and Service Principal Name (SPN) suffixes in a forest.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADGroup/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADGroup DSC resource will manage groups within Active Directory.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADKDSKey/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADKDSKey DSC resource will manage KDS Root Keys within Active Directory. The KDS root keys are used to begin generating Group Managed Service Account (gMSA) passwords.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
5 changes: 5 additions & 0 deletions DSCResources/MSFT_xADManagedServiceAccount/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@

The xADManagedServiceAccount DSC resource will manage Single and Group Managed Service Accounts (MSAs) within Active Directory. A Managed Service Account is a managed domain account that provides automatic password management, simplified service principal name (SPN) management and the ability to delegate management to other administrators.
A Single Managed Service Account can only be used on a single computer, whereas a Group Managed Service Account can be shared across multiple computers.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
* Group Managed Service Accounts need at least one Windows Server 2012 Domain Controller.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADObjectPermissionEntry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ The xADObjectPermissionEntry DSC resource will manage access control lists on Ac
designed to to manage just one entry in the list of permissios (ACL) for one AD object. It will only interact with the
one permission and leave all others as they were. The resource can be used multiple times to add multiple entries into
one ACL.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADOrganizationalUnit/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADOrganizational Unit DSC resource will manage Organizational Units (OUs) within Active Directory. An OU is a subdivision within an Active Directory into which you can place users, groups, computers, and other organizational units.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
5 changes: 4 additions & 1 deletion DSCResources/MSFT_xADRecycleBin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ The xADRecycleBin DSC resource will enable the Active Directory Recycle Bin feat
This resource first verifies that the forest mode is Windows Server 2008 R2 or greater. If the forest mode
is insufficient, then the resource will exit with an error message. The change is executed against the
Domain Naming Master FSMO of the forest.
(Note: This resource is compatible with a Windows 2008 R2 or above target node.)

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADReplicationSite/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADReplicationSite DSC resource will manage Replication Sites within Active Directory. Sites are used in Active Directory to either enable clients to discover network resources (published shares, domain controllers) close to the physical location of a client computer or to reduce network traffic over wide area network (WAN) links. Sites can also be used to optimize replication between domain controllers.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADReplicationSiteLink/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADReplicationSiteLink DSC resource will manage Replication Site Links within Active Directory. A site link connects two or more sites. Site links reflect the administrative policy for how sites are to be interconnected and the methods used to transfer replication traffic. You must connect sites with site links so that domain controllers at each site can replicate Active Directory changes.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADReplicationSubnet/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADReplicationSubnet DSC resource will manage replication subnets.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADServicePrincipalName/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADServicePrincipalName DSC resource will manage service principal names. A service principal name (SPN) is a unique identifier of a service instance. SPNs are used by Kerberos authentication to associate a service instance with a service logon account. This allows a client application to request that the service authenticate an account even if the client does not have the account name.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xADUser/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xADUser DSC resource will manage Users within Active Directory.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.
4 changes: 4 additions & 0 deletions DSCResources/MSFT_xWaitForADDomain/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Description

The xWaitForADDomain resource is used to wait for Active Directory to become available.

## Requirements

* Target machine must be running Windows Server 2008 R2 or later.