Skip to content

Latest commit

 

History

History
107 lines (78 loc) · 2.35 KB

Get-KshTenantDeletedPersonalSiteCollection.md

File metadata and controls

107 lines (78 loc) · 2.35 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshTenantDeletedPersonalSiteCollection

SYNOPSIS

Retrieves one or more deleted personal site collections.

SYNTAX

ParamSet1

Get-KshTenantDeletedPersonalSiteCollection [-SiteCollectionUrl] <Uri> [-NoEnumerate]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

ParamSet2

Get-KshTenantDeletedPersonalSiteCollection [-NoEnumerate] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

The Get-KshTenantDeletedPersonalSiteCollection cmdlet retrieves deleted personal site collections. This cmdlet can be used only when connected to the SharePoint admin center.

EXAMPLES

Example 1

PS C:\> Get-KshTenantDeletedPersonalSiteCollection -SiteCollectionUrl 'https://example-my.sharepoint.com/personal/admin_example_onmicrosoft_com'

Retrieves deleted personal site collections by site collection URL.

Example 2

PS C:\> Get-KshTenantDeletedPersonalSiteCollection

Retrieves all deleted personal site collections.

PARAMETERS

-NoEnumerate

If specified, suppresses to enumerate objects.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-SiteCollectionUrl

Specifies the site collection URL.

Type: Uri
Parameter Sets: ParamSet1
Aliases:

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

-ProgressAction

Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider.

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

None

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.TenantDeletedSiteCollection

NOTES

RELATED LINKS