Skip to content

Commit 200f25b

Browse files
authored
Merge branch 'master' into patch-5
2 parents 0b2025f + d4ea80d commit 200f25b

File tree

6 files changed

+23
-22
lines changed

6 files changed

+23
-22
lines changed

exchange/exchange-ps/exchange/devices/Export-ActiveSyncLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This example exports the Exchange ActiveSync log for the date range 06/08/18 to
4141

4242
### -------------------------- Example 2 --------------------------
4343
```
44-
Dir D:\Logs\*.log | Export-ActiveSyncLog -Filename:"c:\Windows\System32\LogFiles\W2SVC1\ex072018.log" -StartDate:"06/20/18" -EndDate:"07/20/18" -UseGMT:$true -Force $true -Confirm -OutputPath:"c:\exreports\easreports"
44+
Get-Childitem D:\Logs\*.log | foreach { Export-ActiveSyncLog -Filename $_.FullName -StartDate:"06/20/18" -EndDate:"07/20/18" -UseGMT:$true -Force $true -Confirm -OutputPath:"c:\exreports\easreports" }
4545
```
4646

4747
This example exports the Exchange ActiveSync log for the date range 06/20/18 to 07/20/18 by reading all log files in the D:\\logs directory. All prompts are suppressed while running the report and a confirmation message is displayed. The times on the report are in UTC and the report is saved in c:\\exreports\\easreports.

sharepoint/sharepoint-ps/sharepoint-server/New-SPEnterpriseSearchMetadataCrawledProperty.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ For more information about valid values for this property, see VARIANT Type Cons
244244

245245
The type must be an integer that specifies the variant data type of the property set.
246246

247+
> [!NOTE]
248+
> This parameter is required although the value is not used in SharePoint Server 2013 through SharePoint Server 2019. You will see an Obsolete warning when running the cmdlet. You may ignore this message.
247249

248250
```yaml
249251
Type: Int32

sharepoint/sharepoint-ps/sharepoint-server/Set-SPContentDatabase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ Accept wildcard characters: False
127127
### -Status
128128
Specifies the status of the SQL Server database.
129129
Set this parameter to Online to make the database available to host new sites.
130-
Set this parameter to Offline to make the database unavailable to host new sites.
130+
Set this parameter to Disabled to make the database unavailable to host new sites.
131131

132-
The type must be either of the following: Online or Offline
132+
The type must be either of the following: Online or Disabled
133133

134134
```yaml
135135
Type: SPObjectStatus

sharepoint/sharepoint-ps/sharepoint-server/Start-SPAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Ensure that you run `Stop-SPAssignment` before you attempt any iterations of mul
6060
$gc = Start-SPAssignment
6161
$web = $gc | Get-SPWeb https://MyWeb
6262
$web | Set-SPWeb -title "Accounting"
63-
Stop-SPAssignment -Identity $gc
63+
Stop-SPAssignment -SemiGlobal $gc
6464
```
6565

6666
This example sets the title of the SPWeb object in multiple lines and controls the rate of disposal.

sharepoint/sharepoint-ps/sharepoint-server/Uninstall-SPFeature.md

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

3131
### ------------------EXAMPLE 1-----------------------
3232
```
33-
Uninstall-SPFeature -path "MyCustomFeature"
33+
Uninstall-SPFeature -Identity "MyCustomFeature"
3434
```
3535

3636
This example uninstalls the feature at $env:ProgramFiles\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\FEATURES\MyCustomFeature/feature.xml.
3737

3838
### ------------------EXAMPLE 2-----------------------
3939
```
40-
Uninstall-SPFeature -path "MyCustomFeature" -CompatibilityLevel 14
40+
Uninstall-SPFeature -Identity "MyCustomFeature" -CompatibilityLevel 14
4141
```
4242

4343
This example uninstalls the feature at $env:ProgramFiles\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\FEATURES\MyCustomFeature/feature.xml.

skype/skype-ps/skype/Get-CsOnlineDirectoryTenant.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,26 @@ ms.reviewer:
1515
Use the Get-CsOnlineDirectoryTenant cmdlet to retrieve a tenant and associated parameters from the Business Voice Directory.
1616

1717
## SYNTAX
18-
1918
```
2019
Get-CsOnlineDirectoryTenant [[-Tenant] <Guid>] [-DomainController <Fqdn>] [-Force] [-WhatIf] [-Confirm]
2120
[<CommonParameters>]
2221
```
2322

2423
## DESCRIPTION
25-
The following is an example of the Get-CsOnlineDirectoryTenant cmdlet's console output.
26-
27-
Get-CsOnlineDirectoryTenant
28-
29-
RunspaceId : 8fa40044-7bcf-465b-b7c8-76e54f124c8d
30-
31-
Id : 7a205197-8e59-487d-b9fa-3fc1b108f1e5
32-
33-
DefaultBridge : 00000000-0000-0000-0000-000000000000
34-
35-
Numbers : {13479167372, 13479167375, 13479167377, 13479167386...}
36-
37-
Bridges : {Id = \[5bc815ae-d9e9-4fb6-af74-cf4fa73ceaa6\], Name = \[Conference Bridge\], DefaultServiceNumber = \[\],
38-
39-
IsDefaultBridge = \[False\]}
24+
The following is an example of the Get-CsOnlineDirectoryTenant cmdlet's console output:
25+
26+
RunspaceId : 27655c26-8142-4f23-a7a7-0c18303b809f
27+
Id : f71eaa50-9e75-4058-8c39-dba6fdd51b28
28+
AnnouncementsDisabled : False
29+
NameRecordingDisabled : False
30+
ServiceNumberCount : 0
31+
SubscriberNumberCount : 0
32+
DefaultPoolFqdn :
33+
DefaultBridge : ae9ae5d8-c440-4ccd-8960-42792a9bcb0d
34+
Bridges : {Id = [ae9ae5d8-c440-4ccd-8960-42792a9bcb0d], Name = [Conference Bridge], DefaultServiceNumber = [], IsDefaultBridge = [True], IsShared = [False], Region = [NOAM]}
35+
Domains : {}
36+
Pools : {sippoolsn44a06.infra.lync.com}
37+
TnmAccountId :
4038

4139
## EXAMPLES
4240

@@ -180,3 +178,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
180178

181179
## RELATED LINKS
182180

181+
[Get-CsOnlineTelephoneNumber](Get-CsOnlineTelephoneNumber.md)

0 commit comments

Comments
 (0)