forked from Azure/azure-docs-powershell-azuread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGet-MsolDirSyncProvisioningError.yml
161 lines (145 loc) · 5.69 KB
/
Get-MsolDirSyncProvisioningError.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
### YamlMime:PowershellCmdlet
summary: |-
Checks for objects with synchronization provisioning errors in a tenant.
module: MSOnline
notes: ""
links:
- text: Get-MsolHasObjectsWithDirSyncProvisioningErrors
href: ./Get-MsolHasObjectsWithDirSyncProvisioningErrors.yml
syntaxes:
- >-
Get-MsolDirSyncProvisioningError [-ErrorCategory <String>] [-PropertyName <String>] [-PropertyValue <String>]
[-SearchString <String>] [-SortField <SortField>] [-SortDirection <SortDirection>] [-MaxResults <Int32>]
[-TenantId <Guid>] [<CommonParameters>]
- >-
Get-MsolDirSyncProvisioningError [-ErrorCategory <String>] [-PropertyName <String>] [-PropertyValue <String>]
[-SearchString <String>] [-SortField <SortField>] [-SortDirection <SortDirection>] [-All] [-TenantId <Guid>]
[<CommonParameters>]
examples:
- title: 'Example 1: Get all objects with provisioning errors'
code: |-
PS C:\>Get-MsolDirSyncProvisioningError -ErrorCategory PropertyConflict
description: |-
This command gets all objects with DirSyncProvisioningErrors due to a PropertyConflict in the tenant.
summary: ""
- title: 'Example 2: Get all objects with provisioning errors using the UserPrincipalName attribute'
code: |-
PS C:\>Get-MsolDirSyncProvisioningError -ErrorCategory PropertyConflict -PropertyName UserPrincipalName
description: |-
This command gets all objects with DirSyncProvisioningErrors due to a PropertyConflict on the UserPrincipalName attribute.
summary: ""
- title: 'Example 3: Get provisioning errors by property value'
code: |-
PS C:\>Get-MsolDirSyncProvisioningError -ErrorCategory PropertyConflict -PropertyName UserPrincipalName -PropertyValue "[email protected]"
description: |-
This command gets all objects with DirSyncProvisioningErrors due to a PropertyConflict on the UserPrincipalName attribute with the property value of [email protected].
summary: ""
- title: 'Example 4: Get provisioning errors by search string'
code: |-
PS C:\>Get-MsolDirSyncProvisioningError -ErrorCategory PropertyConflict -SearchString "PattiFul"
description: |-
This command gets all objects with DirSyncProvisioningErrors with a PropertyConflict that uses the display name attribute starting with PattiFul.
summary: ""
- title: 'Example 56: Get a maximum number of provisioning errors5'
code: |-
PS C:\>Get-MsolDirSyncProvisioningError -ErrorCategory PropertyConflict -MaxResults 5
description: |-
This command gets a maximum of five objects with DirSyncProvisioningErrors.
summary: ""
parameters:
- type: <xref href="SwitchParameter" data-throw-if-not-resolved="False" />
name: All
isRequired: true
description: |+
Indicates that this cmdlet returns all provisioning errors.
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: ErrorCategory
description: |+
Specifies the error category of the provisioning errors.
PropertyConflict is the only supported value and must be included.
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="Int32" data-throw-if-not-resolved="False" />
name: MaxResults
description: |+
Specifies the maximum number of results that this cmdlet returns.
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: PropertyName
description: |+
Specifies the property name of the tenant.
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: PropertyValue
description: |+
Specifies the property value for which this cmdlet searches the provisioning errors.
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: SearchString
description: |+
Specifies a search string in which this cmdlet searches the list of provisioning errors.
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="SortDirection" data-throw-if-not-resolved="False" />
name: SortDirection
description: |+
Specifies the sort direction of the provisioning errors.
The acceptable values for this parameter are:
- Ascending
- Descending
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="SortField" data-throw-if-not-resolved="False" />
name: SortField
description: |+
Specifies the name field of the results that this cmdlet sorts by.
The acceptable values for this parameter are:
- DisplayName
- UserPrincipleName
- None
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="Guid" data-throw-if-not-resolved="False" />
name: TenantId
description: |+
Specifies the unique ID of the tenant to perform the operation on.
If you do not specify this parameter the cmdlet will use the ID of the current user.
This parameter is only applicable to partner users.
defaultValue: None
pipelineInput: true
position: Named
aliases: ""
parameterValueGroup: ""
uid: MSOnline.Get-MsolDirSyncProvisioningError
name: Get-MsolDirSyncProvisioningError
description: |-
The **Get-MsolDirSyncProvisioningError** cmdlet checks for objects with synchronization provisioning errors in a tenant.
All parameter arguments for this cmdlet are case sensitive.
metadata:
external help file: Microsoft.Online.Administration.Automation.PSModule.dll-Help.xml
online version: ""
schema: 2.0.0
ms.assetid: FF8B1BBA-6FF1-4739-A554-B83079EA4FEC
ms.reviewer: stevemutungi
ms.custom: iamfeature=PowerShell