forked from dsccommunity/ActiveDirectoryDsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ad domain controller (dsccommunity#686)
- Loading branch information
Showing
12 changed files
with
486 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
source/DSCResources/MSFT_ADDomain/en-US/MSFT_ADDomain.strings.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
# culture="en-US" | ||
ConvertFrom-StringData @' | ||
QueryDomain = Querying for domain '{0}'. (ADD0001) | ||
ADServerNotReady = The AD Server for domain '{0}' is currently not ready. (ADD0002) | ||
DomainFound = Active Directory domain '{0}' found. (ADD0003) | ||
CreatingChildDomain = Creating domain '{0}' as a child of domain '{1}'. (ADD0004) | ||
CreatedChildDomain = Child domain '{0}' created. (ADD0005) | ||
CreatingForest = Creating AD forest '{0}'. (ADD0006) | ||
CreatedForest = AD forest '{0}' created. (ADD0007) | ||
DomainInDesiredState = The domain '{0}' is in the desired state. (ADD0008) | ||
DomainNotInDesiredState = The domain '{0}' is NOT in the desired state. (ADD0009) | ||
RetryingGetADDomain = Attempt {0} of {1} to call Get-ADDomain failed, retrying in {2} seconds. (ADD0010) | ||
SysVolPathDoesNotExistError = The expected SysVol Path '{0}' does not exist. (ADD0011) | ||
MaxDomainRetriesReachedError = Maximum Get-ADDomain retries reached and the domain did not respond. (ADD0012) | ||
GetAdDomainUnexpectedError = Error getting AD domain '{0}'. (ADD0013) | ||
GetAdForestUnexpectedError = Error getting AD forest '{0}'. (ADD0014) | ||
'@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.