Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 984 Bytes

File metadata and controls

46 lines (30 loc) · 984 Bytes
external help file SPClientCore.dll-Help.xml
Module Name SPClientCore
online version
schema 2.0.0

Test-KshTenantSiteCollection

SYNOPSIS

Checks if the site collection is SharePoint admin center.

SYNTAX

Test-KshTenantSiteCollection [<CommonParameters>]

DESCRIPTION

The Test-KshTenantSiteCollection cmdlet returns a value indicating whether the current site collection is SharePoint admin center.

EXAMPLES

Example 1

PS C:\> Test-KshTenantSiteCollection

Checks the current site collection.

PARAMETERS

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

None

OUTPUTS

System.Boolean

NOTES

RELATED LINKS