Skip to content

Commit 7c69540

Browse files
authored
Update Set-SPOTenantPreAuthSettings.md
1 parent 272c07e commit 7c69540

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenantPreAuthSettings.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ Accept pipeline input: False
146146
Accept wildcard characters: False
147147
```
148148
149-
### -Remove
149+
### -Add
150150
151-
This parameter specifies that the operation of the cmdlet is to Remove a setting from the SPOTenantPreAuthSettings configuration.
151+
This parameter specifies that the operation of the cmdlet is to Add a setting to the SPOTenantPreAuthSettings configuration.
152152
153153
```yaml
154154
Type: SwitchParameter
155-
Parameter Sets: Remove
155+
Parameter Sets: Add
156156
Applicable: SharePoint Online
157157
Required: True
158158
Position: Named
@@ -161,12 +161,12 @@ Accept pipeline input: False
161161
Accept wildcard characters: False
162162
```
163163
164-
### -Id
164+
### -Remove
165165
166-
This parameter identifies the configuration setting to remove from the SPOTenantPreAuthSettings configuration set. It is only required with the -Remove parameter.
166+
This parameter specifies that the operation of the cmdlet is to Remove a setting from the SPOTenantPreAuthSettings configuration.
167167
168168
```yaml
169-
Type: String
169+
Type: SwitchParameter
170170
Parameter Sets: Remove
171171
Applicable: SharePoint Online
172172
Required: True
@@ -176,13 +176,13 @@ Accept pipeline input: False
176176
Accept wildcard characters: False
177177
```
178178
179-
### -Add
179+
### -Id
180180
181-
This parameter specifies that the operation of the cmdlet is to Add a setting to the SPOTenantPreAuthSettings configuration.
181+
This parameter identifies the configuration setting to remove from the SPOTenantPreAuthSettings configuration set. It is only required with the -Remove parameter.
182182
183183
```yaml
184-
Type: SwitchParameter
185-
Parameter Sets: Add
184+
Type: String
185+
Parameter Sets: Remove
186186
Applicable: SharePoint Online
187187
Required: True
188188
Position: Named

0 commit comments

Comments
 (0)