-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathMSFT_ADDomainController.strings.psd1
More file actions
27 lines (27 loc) · 3.31 KB
/
MSFT_ADDomainController.strings.psd1
File metadata and controls
27 lines (27 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ConvertFrom-StringData @'
ResolveDomainName = Resolving the domain name '{0}'. (ADDC0001)
DomainPresent = The domain '{0}' is present. Looking for domain controllers. (ADDC0002)
NotDomainController = The current node '{0}' is not a domain controller. (ADDC0006)
IsDomainController = The current node '{0}' is a domain controller for the domain '{1}'. (ADDC0007)
MissingDomain = Current node could not find the domain '{0}'. (ADDC0008)
Promoting = Promoting the current node to be a domain controller for the domain '{1}'. (ADDC0009)
Promoted = The current node '{0}' has been promoted to a domain controller for the domain '{1}'. (ADDC0010)
AddGlobalCatalog = Adding Global Catalog to the domain controller. (ADDC0011)
RemoveGlobalCatalog = Removing Global Catalog from the domain controller. (ADDC0012)
MovingDomainController = Moving Domain Controller from site '{0}' to site '{1}'. (ADDC0013)
FailedToFindSite = The site '{0}' could not be found in the domain '{1}'. (ADDC0014)
TestingConfiguration = Determine the state of the domain controller on the current node '{0}' in the domain '{1}'. (ADDC0015)
WrongSite = The domain controller is in the site '{0}', but expected it to be in the site '{1}'. (ADDC0016)
ExpectedGlobalCatalogEnabled = The domain controller does not contain a Global Catalog, but it was expected to have a Global Catalog. (ADDC0018)
ExpectedGlobalCatalogDisabled = The domain controller have a Global Catalog, but it was expected to not have a Global Catalog. (ADDC0019)
AllowedSyncAccountsMismatch = There is a mismatch in AllowPasswordReplicationAccountName list. Got {0}, expected was {1}. (ADDC0020)
DenySyncAccountsMismatch = There is a mismatch in DenyPasswordReplicationAccountName list. Got {0}, expected was {1}. (ADDC0021)
RODCMissingSite = You have specified 'ReadOnlyReplica', but did not provide a site name. (ADDC0022)
CannotConvertToRODC = Cannot convert a existing domain controller to a Read-Only Domain Controller (RODC). (ADDC0023)
NotOwnerOfFlexibleSingleMasterOperationRole = The domain controller was expected to be the owner of the Flexible Single Master Operation (FSMO) role '{0}', but it is not. (ADDC0024)
MovingFlexibleSingleMasterOperationRole = The Flexible Single Master Operation (FSMO) role '{0}' is being moved from domain controller '{1}' to this domain controller. (ADDC0025)
EnsureMismatch = The current domain controller ensure does not match. Got {0}, expected was {1}. (ADDC0026)
TestDemoteStatus = Received status: {0} with message {0}. (ADDC0027)
Demoted = The current node '{0}' has been demoted from a domain controller to a member server. (ADDC0028)
FailedToDemote = Failed to demote the domain controller. (ADDC0029)
'@