external help file | Module Name | online version | schema |
---|---|---|---|
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml |
AMSoftware.Crm |
2.0.0 |
Retrieve SharePoint Document locations
Get-CrmSPDocumentLocation [-Id] <Guid[]> [<CommonParameters>]
Get-CrmSPDocumentLocation [-RegardingObjectId] <Guid[]> [<CommonParameters>]
Retrieve SharePoint Document locations.
PS C:\> Get-CrmSPDocumentLocation -Id '54D31946-8901-44F7-994D-29F6564B6D56'
Retrieve a specific location by Id.
PS C:\> $accountId = Get-CrmContent -Entity account -First 1 | Select-Object Id
PS C:\> Get-CrmSPDocumentLocation -RegardingObjectId $accountId
Retrieve the document locations for a specific entity.
Id of a Sharepoint Document location entity.
Type: System.Guid[]
Parameter Sets: GetBySharePointDocumentLocationId
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Id of an entity to retrieve SharePoint Document location for.
Type: System.Guid[]
Parameter Sets: GetByRegardingObjectId
Aliases:
Required: True
Position: 0
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.