Skip to content

Commit afd941a

Browse files
authored
Merge pull request MicrosoftDocs#851 from tseward/patch-485
Update Remove-SPClaimTypeMapping.md
2 parents c7240d4 + bb7d408 commit afd941a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Remove-SPClaimTypeMapping.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For permissions and the most current information about Windows PowerShell for Sh
2828

2929
### --------------------EXAMPLE-------------------------
3030
```
31-
C:\PS>Remove-SPClaimMapping "Email" | Get-SPIdentityProvider "LiveIDSTS"
31+
PS C:\>Remove-SPClaimMapping "Email" | Get-SPIdentityProvider "LiveIDSTS"
3232
```
3333

3434
This example removes an identity provider named LiveIDSTS.
@@ -55,13 +55,9 @@ Accept wildcard characters: False
5555
```
5656
5757
### -AssignmentCollection
58-
Manages objects for the purpose of proper disposal.
59-
Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management.
60-
Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory.
61-
When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
58+
Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
6259
63-
When the Global parameter is used, all objects are contained in the global store.
64-
If objects are not immediately used, or disposed of by using the `Stop-SPAssignment` command, an out-of-memory scenario can occur.
60+
When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
6561
6662
```yaml
6763
Type: SPAssignmentCollection
@@ -93,7 +89,7 @@ Accept wildcard characters: False
9389
```
9490
9591
### -TrustedIdentityTokenIssuer
96-
{{Fill TrustedIdentityTokenIssuer Description}}
92+
Specifies the token issuer or a valid SPTrustedIdentityTokenIssuerPipeBind object.
9793
9894
```yaml
9995
Type: SPTrustedIdentityTokenIssuerPipeBind

0 commit comments

Comments
 (0)