< Back

Set-GlpiToolsResetPasswordRequest

Mon Jan 13, 2020 10:19 pm

NAME Set-GlpiToolsResetPasswordRequest



SYNOPSIS

This function is to use for send reset request password for specific user.





SYNTAX

Set-GlpiToolsResetPasswordRequest [-Email] <String> [<CommonParameters>]





DESCRIPTION

This function allows to send reset request password for specific user.

This function works under the following conditions: * GLPI has notifications enabled * the email address of the

user belongs to a user account.





PARAMETERS

-Email <String>

Provide here user email.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Email





OUTPUTS

Message which says that email will be send, or throw error with explaination.





NOTES





PSP 03/2019



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-GlpiToolsPasswordReset -Email "user@domain.com"



This example will send an email to user which provided email is belongs to. Email will have reset link inside the

mail.











RELATED LINKS