external help file | Module Name | online version | schema |
---|---|---|---|
SPClientCore.dll-Help.xml |
SPClientCore |
2.0.0 |
Retrieves properties.
Get-KshProperty [-Alert] <Alert> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-KshProperty [-File] <File> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-KshProperty [-Folder] <Folder> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-KshProperty [-ListItem] <ListItem> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-KshProperty [-Site] <Site> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Get-KshProperty cmdlet retrieves properties of the specified alert, file, folder, list item or site.
PS C:\> Get-KshProperty -Alert (Get-KshAlert -AlertId '8e22b48d-680a-493a-b3d1-b4607108a94a')
Retrieves properties of the alert.
PS C:\> Get-KshProperty -File (Get-KshFile -FileUrl '/sites/japan/hr/Shared%20Documents/README.txt')
Retrieves properties of the file.
PS C:\> Get-KshProperty -Folder (Get-KshFolder -FolderUrl '/sites/japan/hr/Shared%20Documents/Templates')
Retrieves properties of the folder.
PS C:\> Get-KshProperty -ListItem (Get-KshListItem -List (Get-KshList -ListTitle 'Announcements') -ItemId 1)
Retrieves properties of the list item.
PS C:\> Get-KshProperty -Site (Get-KshSite -SiteUrl '/sites/japan/hr')
Retrieves properties of the site.
Specifies the alert.
Type: Alert
Parameter Sets: ParamSet1
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the file.
Type: File
Parameter Sets: ParamSet2
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the folder.
Type: Folder
Parameter Sets: ParamSet3
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the list item.
Type: ListItem
Parameter Sets: ParamSet4
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the site.
Type: Site
Parameter Sets: ParamSet5
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.