Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 628 Bytes

GetSPOJavaScriptLink.md

File metadata and controls

16 lines (13 loc) · 628 Bytes

#Get-SPOJavaScriptLink Topic automatically generated on: 2015-10-13

Returns all or a specific custom action(s) with location type ScriptLink ##Syntax

Get-SPOJavaScriptLink [-Scope <CustomActionScope>] [-Web <WebPipeBind>] [-Name <String>]

##Parameters

Parameter Type Required Description
Name String False Name of the Javascript link. Omit this parameter to retrieve all script links
Scope CustomActionScope False Scope of the action, either Web (default) or Site
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.