Get-DattoSeat
SYNOPSIS
Get Datto SaaS protection seats for a given customer
SYNTAX
Get-DattoSeat -saasCustomerId <Int32> [<CommonParameters>]
DESCRIPTION
The Get-DattoSeat cmdlet gets Datto SaaS protection seats for a given customer
EXAMPLES
EXAMPLE 1
Get-DattoSeat -saasCustomerId "123456"
Gets the Datto SaaS protection seats from the define customer id
PARAMETERS
-saasCustomerId
Defines the id of the Datto SaaS organization
Type: Int32
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: 0
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
N\A
RELATED LINKS
https://celerium.github.io/Datto-PowerShellWrapper/site/SaaS/Get-DattoSeat.html