Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.51 KB

Add-KshOrganizationSharingLink.md

File metadata and controls

76 lines (54 loc) · 1.51 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Add-KshOrganizationSharingLink

SYNOPSIS

Creates a new organization sharing link.

SYNTAX

Add-KshOrganizationSharingLink -Url <Uri> -IsEditLink <Boolean> [<CommonParameters>]

DESCRIPTION

The Add-KshOrganizationSharingLink cmdlet generates a new organization sharing link for the URL.

EXAMPLES

Example 1

PS C:\> Add-KshOrganizationSharingLink -Url '/sites/japan/hr/Shared%20Documents/README.txt' -IsEditLink $true

Creates a new organization sharing link.

PARAMETERS

-IsEditLink

Specifies whether it is an edit link.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-Url

Specifies the URL.

Type: Uri
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

None

OUTPUTS

System.String

NOTES

RELATED LINKS