Skip to main content

Passwordinfoquerydto

Properties

NameTypeDescriptionNotes
UserNameStringThe login name of the user[optional]
SourceNameStringThe display name of the source[optional]

Examples

  • Prepare the resource
$Passwordinfoquerydto = Initialize-Passwordinfoquerydto  -UserName Abby.Smith `
-SourceName My-AD
  • Convert the resource to JSON
$Passwordinfoquerydto | ConvertTo-JSON

[Back to top]