You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command gets information on any claims transformation policies using an LDAP-based query filter that looks for matches where policies have a name that starts with the word DenyAll.
80
+
This command gets information on any claims transformation policies using an LDAP-based query filter
81
+
that looks for matches where policies have a name that starts with the word `DenyAll`.
69
82
70
83
## PARAMETERS
71
84
72
85
### -AuthType
86
+
73
87
Specifies the authentication method to use.
74
88
The acceptable values for this parameter are:
75
89
76
-
- Negotiate or 0
77
-
- Basic or 1
90
+
-`Negotiate` or `0`
91
+
-`Basic` or `1`
78
92
79
-
The default authentication method is Negotiate.
93
+
The default authentication method is `Negotiate`.
80
94
81
-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
95
+
A Secure Sockets Layer (SSL) connection is required for the `Basic` authentication method.
Specifies the user account credentials to use to perform this task.
98
-
The default credentials are the credentials of the currently logged on user unless the cmdlet is run from an Active Directory module for Windows PowerShell provider drive.
99
-
If the cmdlet is run from such a provider drive, the account associated with the drive is the default.
100
111
101
-
To specify this parameter, you can type a user name, such as User1 or Domain01\User01 or you can specify a **PSCredential** object.
102
-
If you specify a user name for this parameter, the cmdlet prompts for a password.
112
+
Specifies the user account credentials to use to perform this task. The default credentials are the
113
+
credentials of the currently logged on user unless the cmdlet is run from an Active Directory module
114
+
for Windows PowerShell provider drive. If the cmdlet is run from such a provider drive, the account
115
+
associated with the drive is the default.
116
+
117
+
To specify this parameter, you can type a user name, such as `User1` or `Domain01\User01` or you can
118
+
specify a **PSCredential** object. If you specify a user name for this parameter, the cmdlet prompts
119
+
for a password.
103
120
104
-
You can also create a **PSCredential** object by using a script or by using the **Get-Credential** cmdlet.
105
-
You can then set the *Credential* parameter to the **PSCredential** object.
121
+
You can also create a **PSCredential** object by using a script or by using the `Get-Credential`
122
+
cmdlet. You can then set the **Credential** parameter to the **PSCredential** object.
106
123
107
-
If the acting credentials do not have directory-level permission to perform the task, Active Directory module for Windows PowerShell returns a terminating error.
124
+
If the acting credentials do not have directory-level permission to perform the task, Active
125
+
Directory module for Windows PowerShell returns a terminating error.
Specifies the properties of the output object to retrieve from the server.
208
-
Use this parameter to retrieve properties that are not included in the default set.
209
224
210
-
Specify properties for this parameter as a comma-separated list of names.
211
-
To display all of the attributes that are set on the object, specify * (asterisk).
225
+
Specifies the properties of the output object to get from the server. Use this parameter to get
226
+
properties that are not included in the default set.
212
227
213
-
To specify an individual extended property, use the name of the property.
214
-
For properties that are not default or extended properties, you must specify the LDAP display name of the attribute.
228
+
Specify the properties to get as a comma separated list of names. To display
229
+
all of the properties that are set on the object, specify an asterisk (`*`) wildcard.
215
230
216
-
To retrieve properties and display them for an object, you can use the Get-* cmdlet associated with the object and pass the output to the **Get-Member** cmdlet.
231
+
To specify an individual extended property, use the name of the property. For properties that are
232
+
not default or extended properties, you must specify the LDAP display name of the attribute.
Specifies the Active Directory Domain Services instance to connect to, by providing one of the following values for a corresponding domain name or directory server.
232
-
The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance.
233
247
234
-
Specify the Active Directory Domain Services instance in one of the following ways:
248
+
Specifies the Active Directory Domain Services instance to connect to, by providing one of the
249
+
following values for a corresponding domain name or directory server. The service may be any of the
250
+
following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active
251
+
Directory snapshot instance.
252
+
253
+
Specify the Active Directory Domain Services instance in one of the following ways:
235
254
236
255
Domain name values:
237
256
238
257
- Fully qualified domain name
239
258
- NetBIOS name
240
259
241
-
Directory server values:
260
+
Directory server values:
242
261
243
262
- Fully qualified directory server name
244
263
- NetBIOS name
245
264
- Fully qualified directory server name and port
246
265
247
-
The default value for this parameter is determined by one of the following methods in the order that they are listed:
266
+
The default value for this parameter is determined by one of the following methods in the order that
267
+
they are listed:
248
268
249
-
- By using the *Server* value from objects passed through the pipeline
250
-
- By using the server information associated with the Active Directory Domain Services Windows PowerShell provider drive, when the cmdlet runs in that drive
269
+
- By using the **Server** value from objects passed through the pipeline
270
+
- By using the server information associated with the Active Directory Domain Services Windows
271
+
PowerShell provider drive, when the cmdlet runs in that drive
251
272
- By using the domain of the computer running Windows PowerShell
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
287
+
288
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments