Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.01 KB

Test-KshTenantSiteCollection.md

File metadata and controls

46 lines (30 loc) · 1.01 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
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