Skip to content

Commit 2046db9

Browse files
authored
Update Get-PnPUPABulkImportStatus.md: described possible status of the returned object.
1 parent 7e64a55 commit 2046db9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

documentation/Get-PnPUPABulkImportStatus.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ online version: https://pnp.github.io/powershell/cmdlets/Get-PnPUPABulkImportSta
1717

1818
Get user profile bulk import status.
1919

20+
Possible status are defined in the [ImportProfilePropertiesJobState enumeration](https://learn.microsoft.com/previous-versions/office/sharepoint-csom/mt643017(v=office.15)):
21+
22+
* Unknown
23+
* Submitted
24+
* Processing
25+
* Queued
26+
* Succeeded
27+
* Error
28+
2029
## SYNTAX
2130

2231
```powershell

0 commit comments

Comments
 (0)