Skip to content

Commit b24a3cd

Browse files
committed
Moving addition to description and some cleanup
1 parent 2046db9 commit b24a3cd

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

documentation/Get-PnPUPABulkImportStatus.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ 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-
2920
## SYNTAX
3021

3122
```powershell
@@ -36,6 +27,15 @@ Get-PnPUPABulkImportStatus [-JobId <Guid>] [-IncludeErrorDetails] [-Connection <
3627
## DESCRIPTION
3728
Retrieve information about the status of submitted user profile bulk upload jobs.
3829

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+
3939
## EXAMPLES
4040

4141
### EXAMPLE 1
@@ -112,5 +112,4 @@ Accept wildcard characters: False
112112
113113
## RELATED LINKS
114114
115-
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
116-
115+
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

0 commit comments

Comments
 (0)