Skip to content

Latest commit

 

History

History
executable file
·
31 lines (25 loc) · 974 Bytes

License.md

File metadata and controls

executable file
·
31 lines (25 loc) · 974 Bytes

License

Properties

Name Type Description Notes
Product String Product name [optional]
MaxUsers Int32 License user limit [optional]
NotBefore String Date string with time [optional]
NotAfter String Date string with time [optional]
CurrentUsers Int32 Number of currently existing users [optional]
Certificate String Download link for the certificate [optional]

Examples

  • Prepare the resource
$License = Initialize-GrommunioAdminLicense  -Product null `
 -MaxUsers null `
 -NotBefore null `
 -NotAfter null `
 -CurrentUsers null `
 -Certificate null
  • Convert the resource to JSON
$License | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]