Skip to main content
Skip table of contents

On-Premises Reset Password

Tag: SelectedResetOnPremPassword

The SelectedResetOnPremPassword function automates the action of resetting On-Premises user passwords.

CODE
<SelectedResetOnPremPassword/>

Tag Attributes

Attributes

Attributes Value

KeepAlive

TRUE (keeps dialog open) / FALSE - defaults to FALSE

onPremAccountPassword

Any string to be set as the new password

AutoGenerate

True / False

onPremChangePasswordAtLogon

True / False

Example Script

CODE
<ytriaAutomation >
	<!--On-Premises Reset Password-->
	<ShowUsers >
		<LoadOnPremUsers />
		<Select lines="ByValue">
			<SetParam ColumnID="onPremUserPrincipalName" Value="2196Lilly.smith@ovh.ytria.io"/>
		</Select>
		<SelectedResetOnPremPassword onPremAccountPassword="6LxQt1^Xc5kn!s3#7x" onPremChangePasswordAtLogon="True" AutoGenerate="false" />
	</ShowUsers>	
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.