Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.17 KB

Get-KshStorageEntity.md

File metadata and controls

61 lines (42 loc) · 1.17 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshStorageEntity

SYNOPSIS

Retrieves a storage entity.

SYNTAX

Get-KshStorageEntity [-Key] <String> [<CommonParameters>]

DESCRIPTION

The Get-KshStorageEntity cmdlet retrieves a storage entitiy of the current site.

EXAMPLES

Example 1

PS C:\> Get-KshStorageEntity -Key 'Copyright'

Retrieves a storage entity.

PARAMETERS

-Key

Specifies the key.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
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.StorageEntity

NOTES

RELATED LINKS