external help file | Module Name | online version | schema |
---|---|---|---|
AMSoftware.Dataverse.PowerShell.Administration.psm1-help.xml |
AMSoftware.Dataverse.PowerShell |
2.0.0 |
Retrieve to SharePoint Document Location URL for a Row
Get-DataverseSPDocumentLocation -DocumentLocation <Guid>
[<CommonParameters>]
Get-DataverseSPDocumentLocation -RegardingObject <Guid>
[<CommonParameters>]
Retrieve to SharePoint Document Location for a Row or Document Location.
Id of the specific Document Location to get the URL information for
Type: System.Guid
Parameter Sets: GetBySharePointDocumentLocation
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Id of the specific Row to get the URL information for
Type: System.Guid
Parameter Sets: GetByRegardingObject
Aliases:
Required: True
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.