File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,10 @@ For permissions and the most current information about Windows PowerShell for Sh
34
34
35
35
### ------------------EXAMPLE 1------------------
36
36
```
37
- New-SPClaimProvider -Name "MyClaimProvider" -Type "MyClaimProvider.Providers.CustomProvider" -AllWebApplications
37
+ New-SPClaimProvider -Name "MyClaimProvider" -Type "MyClaimProvider.Providers.CustomProvider" -Default
38
38
```
39
39
40
- This example registers a claim provider in the farm.
41
-
42
- ### ------------------EXAMPLE 2------------------
43
- ```
44
- New-SPClaimProvider -Name "MyClaimProvider" -Type "MyClaimProvider.Providers.CustomProvider" -Scope (Get-SPWebApplication https://test)
45
- ```
46
-
47
- This example registers a claim provider scoped to a given Web application.
40
+ This example registers a claim provider to all Web applications and zones.
48
41
49
42
## PARAMETERS
50
43
You can’t perform that action at this time.
0 commit comments