Skip to content

Latest commit

 

History

History
107 lines (79 loc) · 2.13 KB

Add-KshSubscription.md

File metadata and controls

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

Add-KshSubscription

SYNOPSIS

Creates a new subscription.

SYNTAX

Add-KshSubscription [-List] <List> [-ClientState <String>] -ExpirationDateTime <DateTime>
 -NotificationUrl <String> [<CommonParameters>]

DESCRIPTION

The Add-KshSubscription cmdlet adds a new subscription to the specified list.

EXAMPLES

Example 1

PS C:\> Add-KshSubscription -List (Get-KshList -ListTitle 'Announcements') -ExpirationDateTime [System.DateTime]::UtcNow.AddDays(1) -NotificationUrl 'https://www.example.com'

Creates a new subscription.

PARAMETERS

-ClientState

Specifies the client state.

Type: String
Parameter Sets: (All)
Aliases:

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

-ExpirationDateTime

Specifies the expiration date/time.

Type: DateTime
Parameter Sets: (All)
Aliases:

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

-List

Specifies the list.

Type: List
Parameter Sets: (All)
Aliases:

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

-NotificationUrl

Specifies the notification URL.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
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

Karamem0.SharePoint.PowerShell.Models.V1.List

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.Subscription

NOTES

RELATED LINKS