-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xADUser: Add ChangePasswordAtLogon Parameter (#371)
- Changes to xADUser - Added ChangePasswordAtLogon property (issue #246).
- Loading branch information
1 parent
33208e1
commit 5cd649a
Showing
5 changed files
with
102 additions
and
21 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
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
35 changes: 18 additions & 17 deletions
35
DSCResources/MSFT_xADUser/en-US/MSFT_xADUser.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,20 +1,21 @@ | ||
# culture="en-US" | ||
ConvertFrom-StringData @' | ||
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}'. | ||
RestoringUser = Attempting to restore the user object {0} from the recycle bin. | ||
RetrievingADUserError = Error looking up Active Directory user '{0}' ({0}@{1}). | ||
PasswordParameterConflictError = Parameter '{0}' cannot be set to '{1}' when the '{2}' parameter is specified. | ||
ChangePasswordParameterConflictError = Parameter 'ChangePasswordAtLogon' cannot be set to 'true' when Parameter 'PasswordNeverExpires' is also set to 'true'. | ||
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}'. | ||
RestoringUser = Attempting to restore the user object {0} from the recycle bin. | ||
'@ |
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