-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
The link that points to this:
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs
contradicts what is listed below with registering in AAD and performing the grants. It also does not align between using appID/secret and the note below that says you have to use a cert.
Following the instructions in the first link does not work. PnP PowerShell cmdlets do not work when you connect with:
Connect-PnPOnline -AppId 'guid' -AppSecret 'secret' -AADDomain 'defaultdomain.onmicrosoft.com'
You will get this error:
Get-PnPUPABulkImportStatus
Get-PnPUPABulkImportStatus : No connection, please connect first with Connect-PnPOnline
At line:1 char:1
- Get-PnPUPABulkImportStatus
-
+ CategoryInfo : NotSpecified: (:) [Get-PnPUPABulkImportStatus], InvalidOperationException + FullyQualifiedErrorId : System.InvalidOperationException,SharePointPnP.PowerShell.Commands.UserProfiles.GetUPABu lkImportStatus
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 8fb0dffd-d314-6e01-be9a-f72d852227e3
- Version Independent ID: e48220e4-412d-aee0-ce37-86400efb6cc3
- Content: Bulk update custom user profile properties for SharePoint Online
- Content Source: docs/solution-guidance/Bulk-user-profile-update-api-for-sharepoint-online.md
- Product: sharepoint
- GitHub Login: @spdevdocs
- Microsoft Alias: spdevdocs