Skip to content

Commit 17e8978

Browse files
authored
Merge pull request MicrosoftDocs#856 from tseward/patch-490
Update Remove-SPEnterpriseSearchCrawlCustomConnector.md
2 parents 4519de5 + 6fc0cf7 commit 17e8978

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

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

3030
### --------------------EXAMPLE------------------
3131
```
32-
C:\PS>Get-SPEnterpriseSearchCrawlCustomConnector -SearchApplication MySearchServiceApp" - Identity "dctm://" | Remove-SPEnterpriseSearchCrawlCustomConnector
32+
PS C:\>Get-SPEnterpriseSearchCrawlCustomConnector -SearchApplication MySearchServiceApp" - Identity "dctm://" | Remove-SPEnterpriseSearchCrawlCustomConnector
3333
```
3434

3535
This example removes a custom connector for the dctm:// protocol from the MySearchServiceApp search service application.
@@ -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
@@ -111,7 +107,7 @@ Accept wildcard characters: False
111107
```
112108

113109
### -SearchApplication
114-
{{Fill SearchApplication Description}}
110+
The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid search application name (for example, SearchApp1); or an instance of a valid SearchServiceApplicationobject.
115111

116112
```yaml
117113
Type: SearchServiceApplicationPipeBind

0 commit comments

Comments
 (0)