Skip to content

Commit f2516a6

Browse files
authored
Merge pull request MicrosoftDocs#935 from MicrosoftDocs/master
Master to live to remove geocode broken link in skype.
2 parents 0c40fea + 7bcebbe commit f2516a6

File tree

47 files changed

+269
-1014166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+269
-1014166
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Add-SPProfileSyncConnection.md

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

3939
### ----------EXAMPLE-----------
4040
```
41-
C:\PS>Add-SPProfileSyncConnection -ProfileServiceApplication 888ds256-9ad9-53a9-f135-99eecd245670b -ConnectionForestName "fabrikam.com"-ConnectionDomain "Fabrikam" -ConnectionUserName "Testupa" -ConnectionPassword convertto-securestring "Password1" -asplaintext -force -ConnectionSynchronizationOU "OU=SharePoint Users,DC=fabrikam,DC=com"
41+
PS C:\>Add-SPProfileSyncConnection -ProfileServiceApplication 888ds256-9ad9-53a9-f135-99eecd245670b -ConnectionForestName "fabrikam.com"-ConnectionDomain "Fabrikam" -ConnectionUserName "Testupa" -ConnectionPassword convertto-securestring "Password1" -asplaintext -force -ConnectionSynchronizationOU "OU=SharePoint Users,DC=fabrikam,DC=com"
4242
```
4343

4444
This example adds a user from the fabrikam ___domain using a specific user profile service application.
@@ -316,7 +316,7 @@ Accept wildcard characters: False
316316
```
317317

318318
### -ConnectionFilterOutUnlicensed
319-
{{Fill ConnectionFilterOutUnlicensed Description}}
319+
Do not use.
320320

321321
```yaml
322322
Type: Boolean
@@ -332,13 +332,16 @@ Accept wildcard characters: False
332332
```
333333

334334
### -ConnectionUseDisabledFilter
335-
{{Fill ConnectionUseDisabledFilter Description}}
335+
Filters out disabled accounts.
336+
337+
>[!NOTE]
338+
This will only filter out accounts which are in a disabled state prior to being imported. It will not filter out accounts which have been disabled after importing.
336339

337340
```yaml
338341
Type: Boolean
339342
Parameter Sets: (All)
340343
Aliases:
341-
Applicable: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016
344+
Applicable: SharePoint Server 2013, SharePoint Server 2016
342345
343346
Required: False
344347
Position: Named

sharepoint/sharepoint-ps/sharepoint-server/Get-SPAccessServicesApplication.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ schema: 2.0.0
88
# Get-SPAccessServicesApplication
99

1010
## SYNOPSIS
11-
Returns an Access Services application or a collection of Access Services applications.
11+
12+
Gets an Access Services Service Application.
13+
1214

1315
## SYNTAX
1416

@@ -18,28 +20,34 @@ Get-SPAccessServicesApplication [[-Identity] <SPServiceApplicationPipeBind>]
1820
```
1921

2022
## DESCRIPTION
21-
The `Get-SPAccessServicesApplication` cmdlet retrieves an Access Services Service Applications. If an identity is not specified, the cmdlet returns the collection of Access Services applications that are in the farm. The properties returned from this cmdlet are read-only.
23+
24+
Returns Access Services service applications available in the farm.
25+
2226

2327
## EXAMPLES
2428

2529
### Example 1
2630
```
27-
PS C:\>Get-SPAccessServicesApplication
31+
32+
PS C:\>$sa = Get-SPServiceApplication| ?{$_.TypeName -eq 'Access Services Web Service Application'}
33+
PS C:\>Get-SPAccessServicesApplication -Identity $sa
34+
2835
```
29-
Gets all Access Services Service Applications in the farm
36+
Returns the Access Services application using a service application pipebind.
3037

31-
### Example 2
38+
### Example 2
3239
```
33-
PS C:\>Get-SPAccessServicesApplication -Identity 'Access Services Application'
40+
PS C:\>Get-SPAccessServicesApplication -Identity 0d1da6e4-5cd6-4ccf-9ae1-ace2e964223a
3441
```
3542

36-
Gets the Access Services Service Application named 'Access Services Application'.
43+
Returns the Access Services application with the specified GUID.
44+
3745

3846
## PARAMETERS
3947

4048
### -AssignmentCollection
41-
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
42-
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.
49+
50+
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.
4351

4452
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.
4553

@@ -57,7 +65,9 @@ Accept wildcard characters: False
5765
```
5866
5967
### -Identity
60-
The identity of the Access Services Service Application. This can be in the format of a string, GUID, or a pipe bind object.
68+
69+
Must be in the form of a Service Application pipe bind or a GUID.
70+
6171
6272
```yaml
6373
Type: SPServiceApplicationPipeBind

sharepoint/sharepoint-ps/sharepoint-server/Get-SPAccessServicesDatabase.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-SPAccessServicesDatabase
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns an Access Services database.
1212

1313
## SYNTAX
1414

@@ -19,21 +19,26 @@ Get-SPAccessServicesDatabase [[-Identity] <AccessServicesDatabasePipeBind>]
1919
```
2020

2121
## DESCRIPTION
22-
{{Fill in the Description}}
22+
Returns an Access Services database.
2323

2424
## EXAMPLES
2525

2626
### Example 1
2727
```
28-
PS C:\> {{ Add example code here }}
28+
PS C:\>Get-SPAccessServicesDatabase -Identity https://apps-eec88dc5f597c6.contoso-apps.com/sites/team/accessApp
2929
```
30+
Using the App Web, this example returns the Access database named 'accessApp'.
3031

31-
{{ Add example description here }}
32+
### Example 2
33+
```
34+
PS C:\>Get-SPAccessServicesDatabase -ContentDb WSS_Content
35+
```
36+
This example returns all Access databases associated with sites in the content database, WSS_Content.
3237

3338
## PARAMETERS
3439

3540
### -AccessAppsOnly
36-
{{Fill AccessAppsOnly Description}}
41+
Returns only Access Apps.
3742

3843
```yaml
3944
Type: Boolean
@@ -49,7 +54,9 @@ Accept wildcard characters: False
4954
```
5055
5156
### -AssignmentCollection
52-
{{Fill AssignmentCollection Description}}
57+
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.
58+
59+
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.
5360
5461
```yaml
5562
Type: SPAssignmentCollection
@@ -65,7 +72,7 @@ Accept wildcard characters: False
6572
```
6673
6774
### -ContentDb
68-
{{Fill ContentDb Description}}
75+
The Content Database to return Access Apps from.
6976
7077
```yaml
7178
Type: SPContentDatabasePipeBind
@@ -81,7 +88,7 @@ Accept wildcard characters: False
8188
```
8289
8390
### -Identity
84-
{{Fill Identity Description}}
91+
The URL to the Access App. Must be the App Web URL.
8592
8693
```yaml
8794
Type: AccessServicesDatabasePipeBind

sharepoint/sharepoint-ps/sharepoint-server/Get-SPAccessServicesDatabaseServer.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-SPAccessServicesDatabaseServer
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Returns SQL Server instances associated with Access Services.
1212

1313
## SYNTAX
1414

@@ -27,21 +27,32 @@ Get-SPAccessServicesDatabaseServer [-ServiceContext] <SPServiceContextPipeBind>
2727
```
2828

2929
## DESCRIPTION
30-
{{Fill in the Description}}
30+
Returns the SQL Server instances that are available for use with Access Services.
3131

3232
## EXAMPLES
3333

3434
### Example 1
3535
```
36-
PS C:\> {{ Add example code here }}
36+
PS C:\>Get-SPAccessServicesDatabaseServer
3737
```
3838

39-
{{ Add example description here }}
39+
Returns all SQL Server instances available for use.
40+
41+
42+
### Example 2
43+
```
44+
PS C:\>Get-SPAccessServicesDatabaseServer -DatabaseServer ACCSQL -ServiceContext http://siteUrl -DatabaseServergroup DEFAULT
45+
```
46+
47+
Returns the database server ACCSQL from the DEFAULT database server group using the service context from http://siteUrl.
48+
4049

4150
## PARAMETERS
4251

4352
### -AssignmentCollection
44-
{{Fill AssignmentCollection Description}}
53+
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.
54+
55+
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.
4556

4657
```yaml
4758
Type: SPAssignmentCollection
@@ -57,7 +68,7 @@ Accept wildcard characters: False
5768
```
5869
5970
### -DatabaseServer
60-
{{Fill DatabaseServer Description}}
71+
Specifies an existing Database Server associated with Access Services.
6172
6273
```yaml
6374
Type: AccessServicesDatabaseServerPipeBind
@@ -73,7 +84,7 @@ Accept wildcard characters: False
7384
```
7485
7586
### -DatabaseServerGroup
76-
{{Fill DatabaseServerGroup Description}}
87+
The name of the database server group.
7788
7889
```yaml
7990
Type: AccessServicesDatabaseServerGroupPipeBind
@@ -102,7 +113,7 @@ Accept wildcard characters: False
102113
```
103114
104115
### -ServiceContext
105-
{{Fill ServiceContext Description}}
116+
Specifies the service context to retrieve Access Services database server information from.
106117
107118
```yaml
108119
Type: SPServiceContextPipeBind

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ For permissions and the most current information about FAST Search Server 2010 f
3131

3232
### ---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010)
3333
```
34-
C:\PS>$title = Get-FASTSearchMetadataManagedProperty -name title
35-
$crawledproperties = $title.GetCrawledPropertyMappings()
36-
$crawledproperties # To List the output before the removal
37-
Remove-FASTSearchMetadataCrawledPropertyMapping -managedproperty $title -crawledproperty $crawledproperties[4]
38-
$crawledproperties # To list the output after the removal
34+
PS C:\>$title = Get-FASTSearchMetadataManagedProperty -name title
35+
PS C:\>$crawledproperties = $title.GetCrawledPropertyMappings()
36+
PS C:\>$crawledproperties # To List the output before the removal
37+
PS C:\>Remove-FASTSearchMetadataCrawledPropertyMapping -managedproperty $title -crawledproperty $crawledproperties[4]
38+
PS C:\>$crawledproperties # To list the output after the removal
3939
```
4040

4141
This example removes the mapping of the crawled property "sitemap.title" to the managed property "title".

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ For permissions and the most current information about FAST Search Server 2010 f
2828

2929
### ---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010)
3030
```
31-
C:\PS>$fulltextindex = Get-FASTSearchMetadataFullTextIndex -Name content
32-
$managedproperty = Get-FASTSearchMetadataManagedProperty -Name CreatedBy
33-
$fulltextindexmapping = Get-FASTSearchMetadataFullTextIndexMapping -ManagedProperty $managedproperty -FullTextIndex $fulltextindex
34-
Remove-FASTSearchMetadataFullTextIndexMapping -mapping $fulltextindexmapping
31+
PS C:\>$fulltextindex = Get-FASTSearchMetadataFullTextIndex -Name content
32+
PS C:\>$managedproperty = Get-FASTSearchMetadataManagedProperty -Name CreatedBy
33+
PS C:\>$fulltextindexmapping = Get-FASTSearchMetadataFullTextIndexMapping -ManagedProperty $managedproperty -FullTextIndex $fulltextindex
34+
PS C:\>Remove-FASTSearchMetadataFullTextIndexMapping -mapping $fulltextindexmapping
3535
```
3636

3737
This example removes the mapping of the managed property "CreatedBy" from the full text index "content".

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ For permissions and the most current information about FAST Search Server 2010 f
3434

3535
### ---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010)
3636
```
37-
C:\PS>Remove-FASTSearchMetadataManagedProperty -Name title
37+
PS C:\>Remove-FASTSearchMetadataManagedProperty -Name title
3838
```
3939

4040
This example removes the managed property named "title" from the system.
4141
It will ask for confirmation before going through with the removal unless Force is specified.
4242

4343
### ---------------EXAMPLE 2----------------- (FAST Server for SharePoint 2010)
4444
```
45-
C:\PS>$createdby = Get-FASTSearchMetadataManagedProperty -name CreatedBy
46-
Remove-FASTSearchMetadataManagedProperty -ManagedProperty $createdby -Force
45+
PS C:\>$createdby = Get-FASTSearchMetadataManagedProperty -name CreatedBy
46+
PS C:\>Remove-FASTSearchMetadataManagedProperty -ManagedProperty $createdby -Force
4747
```
4848

4949
This example removes the managed property represented by the object $managedproperty.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ For permissions and the most current information about FAST Search Server 2010 f
3737

3838
### ---------------EXAMPLE 1----------------- (FAST Server for SharePoint 2010)
3939
```
40-
C:\PS>Remove-FASTSearchMetadataRankProfile -Name webcontent
40+
PS C:\>Remove-FASTSearchMetadataRankProfile -Name webcontent
4141
```
4242

4343
This example removes the rank profile "webcontent".
4444

4545
### ---------------EXAMPLE 2----------------- (FAST Server for SharePoint 2010)
4646
```
47-
C:\PS>$rankprofile = Get-FASTSearchMetadataRankProfile -Name newrankprofile
48-
Remove-FASTSearchMetadataRankProfile -Force -RankProfile $rankprofile
47+
PS C:\>$rankprofile = Get-FASTSearchMetadataRankProfile -Name newrankprofile
48+
PS C:\>Remove-FASTSearchMetadataRankProfile -Force -RankProfile $rankprofile
4949
```
5050

5151
This example deletes the rank profile object which represents the rank profile named "newrankprofile".

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For permissions and the most current information about FAST Search Server 2010 f
2929

3030
### (FAST Server for SharePoint 2010)
3131
```
32-
C:\PS>
32+
PS C:\>Remove-FASTSearchSpelltuning
3333
```
3434

3535
## PARAMETERS

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ For permissions and the most current information about Windows PowerShell for Sh
3030

3131
### ------------------EXAMPLE------------------
3232
```
33-
C:\PS>$ssa = Get-SPEnterpriseSearchServiceApplication
34-
$linksDatabase = $ssa | Get-SPEnterpriseSearchLinksDatabase Links2
35-
36-
Remove-SPEnterpriseSearchLinksDatabase -Identity $linksDatabase
33+
PS C:\>$ssa = Get-SPEnterpriseSearchServiceApplication
34+
PS C:\>$linksDatabase = $ssa | Get-SPEnterpriseSearchLinksDatabase Links2
35+
PS C:\>Remove-SPEnterpriseSearchLinksDatabase -Identity $linksDatabase
3736
```
3837

3938
This example removes the links database referenced by $linksDatabase.
@@ -60,13 +59,9 @@ Accept wildcard characters: False
6059
```
6160
6261
### -AssignmentCollection
63-
Manages objects for the purpose of proper disposal.
64-
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.
65-
Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory.
66-
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.
62+
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.
6763
68-
When the Global parameter is used, all objects are contained in the global store.
69-
If objects are not immediately used, or disposed of by using the `Stop-SPAssignment` command, an out-of-memory scenario can occur.
64+
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.
7065
7166
```yaml
7267
Type: SPAssignmentCollection

0 commit comments

Comments
 (0)