Skip to content

Commit 0f21309

Browse files
authored
Merge pull request #4512 from stevebeauge/patch-1
Update Get-PnPUPABulkImportStatus.md: described possible status of the returned object.
2 parents 6eed978 + 253cf28 commit 0f21309

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
8080

8181
### Contributors
8282

83+
- Steve Beaugé [stevebeauge]
8384
- [reusto]
8485
- Fredrik Thorild [fthorild]
8586
- San [sankarkumar23]

documentation/Get-PnPUPABulkImportStatus.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ Get-PnPUPABulkImportStatus [-JobId <Guid>] [-IncludeErrorDetails] [-Connection <
2727
## DESCRIPTION
2828
Retrieve information about the status of submitted user profile bulk upload jobs.
2929

30+
Possible statuses are defined in the [ImportProfilePropertiesJobState enumeration](https://learn.microsoft.com/previous-versions/office/sharepoint-csom/mt643017(v=office.15)):
31+
32+
- Unknown
33+
- Submitted
34+
- Processing
35+
- Queued
36+
- Succeeded
37+
- Error
38+
3039
## EXAMPLES
3140

3241
### EXAMPLE 1
@@ -103,5 +112,4 @@ Accept wildcard characters: False
103112
104113
## RELATED LINKS
105114
106-
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
107-
115+
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

0 commit comments

Comments
 (0)