Skip to content

Commit 3c882dd

Browse files
authored
Merge pull request MicrosoftDocs#5872 from tomkau/patch-9
Added details about some of the possible errors.
2 parents 0d103b4 + ec89177 commit 3c882dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

teams/teams-ps/teams/Get-CsBatchPolicyAssignmentOperation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,13 @@ Contains the status for each user in the batch.
132132
133133
**Id:** The ID of the user as specified when the batch was submitted. Either the user object ID (guid) or UPN/SIP/email.
134134
135-
**result:** The result of the assignment operation for the user: Success or an error.
135+
**result:** The result of the assignment operation for the user: Success or an error. Some common errors include:
136+
- User not found. Check the ID or SIP address of the user to confirm it is correct. If the UPN or email address was used, but it does not match the SIP address, then the user will not be found.
137+
- Multiple users found with a given SIP address. This is typically a result of on-prem to cloud sync. Check your directory and update the affected users.
138+
- User invalid. If you are syncing users from on-prem to the cloud, some users might not have been synced properly and are in an invalid state. Check the sync status for the user.
139+
- User ineligible for the policy or missing a necessary license. Check the documentation for the specific policy type being assigned to understand the requirements and update the user accordingly.
140+
- The policy settings are incorrect. Check the documentation for the specific policy type being assigned to understand the requirements and update the policy accordingly.
141+
- Unknown errors. In rare cases, there can be transient system errors that failed on all initial retry attempts during batch process. Resubmit these users in a separate batch.
136142
137143
**state:** The status for the user: NotStarted, InProgress, Completed
138144

0 commit comments

Comments
 (0)