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.
Showing
6 changed files
with
58 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DSCResource.Tests/ |
Submodule DSCResource.Tests
deleted from
b367d4
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# culture="en-US" | ||
ConvertFrom-StringData @' | ||
RoleNotFoundError = Please ensure that the PowerShell module for role '{0}' is installed. | ||
RetrievingADUserError = Error looking up Active Directory user '{0}' ({0}@{1}). | ||
PasswordParameterConflictError = Parameter '{0}' cannot be set to '{1}' when the '{2}' parameter is specified. | ||
RetrievingADUser = Retrieving Active Directory user '{0}' ({0}@{1}) ... | ||
CreatingADDomainConnection = Creating connection to Active Directory domain '{0}' ... | ||
CheckingADUserPassword = Checking Active Directory user '{0}' password ... | ||
ADUserIsPresent = Active Directory user '{0}' ({0}@{1}) is present. | ||
ADUserNotPresent = Active Directory user '{0}' ({0}@{1}) was NOT present. | ||
ADUserNotDesiredPropertyState = User '{0}' property is NOT in the desired state. Expected '{1}', actual '{2}'. | ||
AddingADUser = Adding Active Directory user '{0}'. | ||
RemovingADUser = Removing Active Directory user '{0}'. | ||
UpdatingADUser = Updating Active Directory user '{0}'. | ||
SettingADUserPassword = Setting Active Directory user password. | ||
UpdatingADUserProperty = Updating user property '{0}' with/to '{1}'. | ||
RemovingADUserProperty = Removing user property '{0}' with '{1}'. | ||
MovingADUser = Moving user from '{0}' to '{1}'. | ||
RenamingADUser = Renaming user from '{0}' to '{1}'. | ||
'@ |
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