Name | Type | Description | Notes |
---|---|---|---|
New | String | The new password | |
Old | String | The old password | |
User | String | Set password for a specific user (use inline authentication) | [optional] |
- Prepare the resource
$PasswdRequest = Initialize-GrommunioAdminPasswdRequest -New null `
-Old null `
-User null
- Convert the resource to JSON
$PasswdRequest | ConvertTo-JSON