< Back
New-LinaTenant
Post
NAME New-LinaTenant
SYNOPSIS
Creates a new tenant
SYNTAX
New-LinaTenant [-Name] <String> [[-Comments] <String>] [<CommonParameters>]
DESCRIPTION
Creates a new tenant with the provided name. Needs to be logged as superadmin in order to work.
PARAMETERS
-Name <String>
Name of the tenant to create
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Comments <String>
Name of the tenant to create
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
LinaTenant Object
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-LinaTenant -Name "MyTenant"
Creates a new tenant named "Mytenant"
RELATED LINKS
SYNOPSIS
Creates a new tenant
SYNTAX
New-LinaTenant [-Name] <String> [[-Comments] <String>] [<CommonParameters>]
DESCRIPTION
Creates a new tenant with the provided name. Needs to be logged as superadmin in order to work.
PARAMETERS
-Name <String>
Name of the tenant to create
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Comments <String>
Name of the tenant to create
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
LinaTenant Object
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-LinaTenant -Name "MyTenant"
Creates a new tenant named "Mytenant"
RELATED LINKS