Get-AuvikTenant

SYNOPSIS

Get Auvik tenant information

SYNTAX

indexMultiTenant (Default)

Get-AuvikTenant [<CommonParameters>]

indexSingleTenantDetails

Get-AuvikTenant -tenantDomainPrefix <String> -id <String> [<CommonParameters>]

indexMultiTenantDetails

Get-AuvikTenant -tenantDomainPrefix <String> [-filter_availableTenants] [<CommonParameters>]

DESCRIPTION

The Get-AuvikTenant cmdlet get Auvik general or detailed tenant information associated to your Auvik user account

EXAMPLES

EXAMPLE 1

Get-AuvikTenant

Pulls general information about multiple multi-clients and clients associated with your Auvik user account.

EXAMPLE 2

Get-AuvikTenant -tenantDomainPrefix CeleriumMSP

Pulls detailed information about multiple multi-clients and clients associated with your main Auvik account.

EXAMPLE 3

Get-AuvikTenant -tenantDomainPrefix CeleriumMSP -id 123456789

Pulls detailed information about a single tenant from your main Auvik account.

PARAMETERS

-tenantDomainPrefix

Domain prefix of your main Auvik account (tenant).

Type: String
Parameter Sets: indexSingleTenantDetails, indexMultiTenantDetails
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-filter_availableTenants

Filter whether or not a tenant is available, i.e. data can be gotten from them via the API.

Type: SwitchParameter
Parameter Sets: indexMultiTenantDetails
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-id

ID of tenant

Type: String
Parameter Sets: indexSingleTenantDetails
Aliases:

Required: True
Position: Named
Default value: None
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

https://celerium.github.io/Auvik-PowerShellWrapper/site/clientManagement/Get-AuvikTenant.html