Skip to content

Commit 4f68276

Browse files
authored
Merge pull request #10157 from MicrosoftDocs/chrisda
Formatting and weird character fixes
2 parents 6ea77d9 + 2dc7b01 commit 4f68276

11 files changed

+74
-177
lines changed

exchange/docs-conceptual/connect-to-exchange-online-protection-powershell.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ For detailed syntax and parameter information, see [Connect-IPPSSession](/powers
6969

7070
- If you're behind a proxy server, you can use the _PSSessionOption_ parameter in the connection command. First, run this command: `$ProxyOptions = New-PSSessionOption -ProxyAccessType <Value>`, where \<Value\> is `IEConfig`, `WinHttpConfig`, or `AutoDetect`. Then, use the value `$ProxyOptions` for the _PSSessionOption_ parameter. For more information, see [New-PSSessionOption](/powershell/module/microsoft.powershell.core/new-pssessionoption).
7171

72-
7372
### Connect to Security & Compliance PowerShell with an interactive login prompt
7473

7574
This example connects to Exchange Online Protection PowerShell in a Microsoft 365 organization:

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ The ShowProgress parameter specifies whether to show or hide the progress bar of
634634
Type: Boolean
635635
Parameter Sets: (All)
636636
Aliases:
637-
637+
Applicable: Exchange Online
638638
639639
Required: False
640640
Position: Named

exchange/exchange-ps/exchange/Set-Label.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ ms.reviewer:
1212
# Set-Label
1313

1414
## SYNOPSIS
15+
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1516

1617
Use the Set-Label cmdlet to modify sensitivity labels in your organization.
1718

19+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
1820

1921
## SYNTAX
2022

repo_docs/FAQ.md

Lines changed: 35 additions & 67 deletions
Large diffs are not rendered by default.

skype/skype-ps/skype/Get-CsExternalAccessPolicy.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,19 @@ That might be sufficient to meet your communication needs.
4040
If it doesn't meet your needs, you can use external access policies to extend the ability of your users to communicate and collaborate.
4141
External access policies can grant (or revoke) the ability of your users to do any or all of the following:
4242

43-
1.
44-
Communicate with people who have SIP accounts with a federated organization.
43+
1. Communicate with people who have SIP accounts with a federated organization.
4544
Note that enabling federation alone will not provide users with this capability.
4645
Instead, you must enable federation and then assign users an external access policy that gives them the right to communicate with federated users.
4746

48-
2.
49-
(Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](/azure/communication-services/concepts/teams-interop). This policy setting only applies if ACS federation has been enabled at the tenant level using the cmdlet [Set-CsTeamsAcsFederationConfiguration](/powershell/module/teams/set-csteamsacsfederationconfiguration).
47+
2. (Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](/azure/communication-services/concepts/teams-interop). This policy setting only applies if ACS federation has been enabled at the tenant level using the cmdlet [Set-CsTeamsAcsFederationConfiguration](/powershell/module/teams/set-csteamsacsfederationconfiguration).
5048

51-
3.
52-
Access Skype for Business Server over the Internet, without having to first log on to your internal network.
49+
3. Access Skype for Business Server over the Internet, without having to first log on to your internal network.
5350
This enables your users to use Skype for Business and log on to Skype for Business Server from an Internet café or other remote location.
5451

55-
4.
56-
Communicate with people who have SIP accounts with a public instant messaging service such as Skype.
52+
4. Communicate with people who have SIP accounts with a public instant messaging service such as Skype.
5753

5854
The Get-CsExternalAccessPolicy cmdlet provides a way for you to return information about all of the external access policies that have been configured for use in your organization.
5955

60-
6156
## EXAMPLES
6257

6358
### -------------------------- EXAMPLE 1 --------------------------
@@ -68,7 +63,6 @@ Get-CsExternalAccessPolicy
6863
Example 1 returns a collection of all the external access policies configured for use in your organization.
6964
Calling the Get-CsExternalAccessPolicy cmdlet without any additional parameters always returns the complete collection of external access policies.
7065

71-
7266
### -------------------------- EXAMPLE 2 -------------------------- (Skype for Business Online)
7367
```
7468
Get-CsExternalAccessPolicy -Identity "tag:RedmondExternalAccessPolicy"
@@ -77,8 +71,6 @@ Get-CsExternalAccessPolicy -Identity "tag:RedmondExternalAccessPolicy"
7771
Example 2 uses the Identity parameter to return the external access policy that has the Identity tag:RedmondExternalAccessPolicy.
7872
Because access policy Identities must be unique, this command will never return more than one item.
7973

80-
81-
8274
### -------------------------- EXAMPLE 2 -------------------------- (Skype for Business Server 2015)
8375
```
8476
Get-CsExternalAccessPolicy -Identity site:Redmond
@@ -125,7 +117,6 @@ NOTE: The ApplicableTo parameter can only be used with Skype for Business Online
125117

126118
NOTE: This command requires the Office 365 UsageLocation property to be configured for the user's Active Directory user account.
127119

128-
129120
## PARAMETERS
130121

131122
### -Identity
@@ -157,18 +148,16 @@ Accept wildcard characters: False
157148
**Below Content Applies To:** Lync Server 2010, Lync Server 2013, Skype for Business Server 2015
158149
159150
Enables you to do a wildcard search for external access policies.
160-
For example, to find all the policies configured at the site scope, use this Filter:
151+
For example, to find all the policies configured at the site scope, use this Filter:
161152
162153
`site:*`
163154

164-
To find the per-user policies Seattle, Seville, and Saskatoon (all of which start with the letter "S") use this Filter:
155+
To find the per-user policies Seattle, Seville, and Saskatoon (all of which start with the letter "S") use this Filter:
165156

166157
`"S*".`
167158

168159
Note that the Filter parameter can only be applied to the policy Identity.
169160

170-
171-
172161
**Below Content Applies To:** Skype for Business Online
173162

174163
Enables you to do a wildcard search for external access policies.
@@ -182,8 +171,6 @@ To find the per-user policies Seattle, Seville, and Saskatoon (all of which star
182171

183172
Note that the Filter parameter can only be applied to the policy Identity.
184173

185-
186-
187174
```yaml
188175
Type: String
189176
Parameter Sets: Filter, (All)
@@ -277,20 +264,16 @@ Accept wildcard characters: False
277264
### CommonParameters
278265
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
279266

280-
281267
## INPUTS
282268

283269
### None
284270

285-
286271
## OUTPUTS
287272

288273
### Microsoft.Rtc.Management.WritableConfig.Policy.ExternalAccess.ExternalAccessPolicy
289274

290-
291275
## NOTES
292276

293-
294277
## RELATED LINKS
295278

296279
[Grant-CsExternalAccessPolicy](Grant-CsExternalAccessPolicy.md)

skype/skype-ps/skype/Get-CsOnlineUser.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ Example 6 returns information for user accounts that are categorized as resource
111111
## PARAMETERS
112112

113113
### -AccountType
114-
This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate the user type. The possible values for the AccountType parameter are:
114+
This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate the user type. The possible values for the AccountType parameter are:
115+
115116
- `User` - to query for user accounts.
116117
- `ResourceAccount` - to query for app endpoints or resource accounts.
117118
- `Guest` - to query for guest accounts.
118119
- `Unknown` - to query for a user type that is not known.
119120

120-
121121
```yaml
122122
Type: UserIdParameter
123123
Parameter Sets: (All)
@@ -136,7 +136,6 @@ Indicates the Identity of the user account to be retrieved.
136136
137137
For TeamsOnly customers using the Teams PowerShell Module version 3.0.0 or later, you use the following values to identify the account (note that these changes are currently only rolled out in commercial environments and are currently **not** applicable to government environments):
138138
139-
140139
- GUID
141140
- SIP address
142141
- UPN
@@ -458,7 +457,7 @@ Accept wildcard characters: False
458457
```
459458

460459
### CommonParameters
461-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters(https://go.microsoft.com/fwlink/?LinkID=113216).
460+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
462461

463462
## OUTPUTS
464463

@@ -468,7 +467,8 @@ The following updates are applicable for organizations having TeamsOnly users th
468467

469468
*New user attributes*:
470469

471-
FeatureTypes – Array of unique strings specifying what features are enabled for a user. This attribute is an alternatitive to several attributes that have been dropped as outlined in the next section.
470+
FeatureTypes: Array of unique strings specifying what features are enabled for a user. This attribute is an alternative to several attributes that have been dropped as outlined in the next section.
471+
472472
Some of the commonly used FeatureTypes include:
473473

474474
- Teams
@@ -592,8 +592,8 @@ The following attributes are no longer relevant to Teams and have been dropped f
592592
- WindowsEmailAddress
593593
- SoftDeletedUsers (available in Teams PowerShell Module 4.4.3 and later)
594594

595-
596595
The following attributes are temporarily unavailable in the output when using the "-Filter" or when used without the "-Identity" parameter:
596+
597597
- WhenChanged
598598
- CountryAbbreviation
599599

@@ -625,7 +625,8 @@ In Teams PowerShell Modules 3.0.0 and above OnPremLineURI will only refer to the
625625
## INPUTS
626626

627627
## NOTES
628-
- These changes are currently only rolled out in commercial environments and are **not** applicable to government environments.
628+
629+
These changes are currently only rolled out in commercial environments and are **not** applicable to government environments.
629630

630631
## RELATED LINKS
631632

skype/skype-ps/skype/Grant-CsExternalAccessPolicy.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,15 @@ That might be sufficient to meet your communication needs.
3636
If it doesn't meet your needs you can use external access policies to extend the ability of your users to communicate and collaborate.
3737
External access policies can grant (or revoke) the ability of your users to do any or all of the following:
3838

39-
1.
40-
Communicate with people who have SIP accounts with a federated organization.
39+
1. Communicate with people who have SIP accounts with a federated organization.
4140
Note that enabling federation will not automatically provide users with this capability.
4241
Instead, you must enable federation, and then assign users an external access policy that gives them the right to communicate with federated users.
4342

44-
2.
45-
(Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](/azure/communication-services/concepts/teams-interop). This policy setting only applies if ACS federation has been enabled at the tenant level using the cmdlet [Set-CsTeamsAcsFederationConfiguration](/powershell/module/teams/set-csteamsacsfederationconfiguration).
43+
2. (Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](/azure/communication-services/concepts/teams-interop). This policy setting only applies if ACS federation has been enabled at the tenant level using the cmdlet [Set-CsTeamsAcsFederationConfiguration](/powershell/module/teams/set-csteamsacsfederationconfiguration).
4644

47-
3.
48-
Communicate with people who have SIP accounts with a public instant messaging service such as Skype.
45+
3. Communicate with people who have SIP accounts with a public instant messaging service such as Skype.
4946

50-
4.
51-
Access Skype for Business Server over the Internet, without having to first log on to your internal network.
47+
4. Access Skype for Business Server over the Internet, without having to first log on to your internal network.
5248
This enables your users to use Skype for Business and log on to Skype for Business Server from an Internet café or other remote location.
5349

5450
When you install Skype for Business Server, a global external access policy is automatically created for you.
@@ -64,7 +60,6 @@ For example, suppose you create a per-user policy that allows communication with
6460
As long as that policy is in force, Ken will be allowed to communicate with federated users even if this type of communication is not allowed by Ken's site policy or by the global policy.
6561
That's because the settings in the per-user policy take precedence.
6662

67-
6863
## EXAMPLES
6964

7065
### -------------------------- EXAMPLE 1 --------------------------
@@ -74,7 +69,6 @@ Grant-CsExternalAccessPolicy -Identity "Ken Myer" -PolicyName RedmondAccessPolic
7469

7570
Example 1 assigns the external access policy RedmondAccessPolicy to the user with the Active Directory display name Ken Myer.
7671

77-
7872
### -------------------------- EXAMPLE 2 --------------------------
7973
```
8074
Get-CsUser -LdapFilter "l=Redmond" | Grant-CsExternalAccessPolicy -PolicyName RedmondAccessPolicy
@@ -84,7 +78,6 @@ The command shown in Example 2 assigns the external access policy RedmondAccessP
8478
To do this, the command first uses the Get-CsUser cmdlet and the LdapFilter parameter to return a collection of all the users who work in Redmond; the filter value "l=Redmond" limits returned data to those users who work in the city of Redmond (the l in the filter, a lowercase L, represents the locality).
8579
That collection is then piped to the Grant-CsExternalAccessPolicy cmdlet, which assigns the policy RedmondAccessPolicy to each user in the collection.
8680

87-
8881
### -------------------------- EXAMPLE 3 --------------------------
8982
```
9083
Get-CsUser -LdapFilter "Title=Sales Representative" | Grant-CsExternalAccessPolicy -PolicyName SalesAccessPolicy
@@ -94,7 +87,6 @@ In Example 3, all the users who have the job title "Sales Representative" are as
9487
To perform this task, the command first uses the Get-CsUser cmdlet and the LdapFilter parameter to return a collection of all the Sales Representatives; the filter value "Title=Sales Representative" restricts the returned collection to users who have the job title "Sales Representative".
9588
This filtered collection is then piped to the Grant-CsExternalAccessPolicy cmdlet, which assigns the policy SalesAccessPolicy to each user in the collection.
9689

97-
9890
### -------------------------- EXAMPLE 4 --------------------------
9991
```
10092
Get-CsUser -Filter {ExternalAccessPolicy -eq $Null} | Grant-CsExternalAccessPolicy -PolicyName BasicAccessPolicy
@@ -104,7 +96,6 @@ The command shown in Example 4 assigns the external access policy BasicAccessPol
10496
(That is, users currently being governed by a site policy or by the global policy.) To do this, the Get-CsUser cmdlet and the Filter parameter are used to return the appropriate set of users; the filter value {ExternalAccessPolicy -eq $Null} limits the returned data to user accounts where the ExternalAccessPolicy property is equal to (-eq) a null value ($Null).
10597
By definition, ExternalAccessPolicy will be null only if users have not been assigned a per-user policy.
10698

107-
10899
### -------------------------- EXAMPLE 5 --------------------------
109100
```
110101
Get-CsUser -OU "ou=US,dc=litwareinc,dc=com" | Grant-CsExternalAccessPolicy -PolicyName USAccessPolicy
@@ -114,7 +105,6 @@ Example 5 assigns the external access policy USAccessPolicy to all the users who
114105
The command starts off by calling the Get-CsUser cmdlet and the OU parameter; the parameter value "ou=US,dc=litwareinc,dc=com" limits the returned data to user accounts found in the US OU.
115106
The returned collection is then piped to the Grant-CsExternalAccessPolicy cmdlet, which assigns the policy USAccessPolicy to each user in the collection.
116107

117-
118108
### -------------------------- EXAMPLE 6 --------------------------
119109
```
120110
Get-CsUser | Grant-CsExternalAccessPolicy -PolicyName $Null
@@ -124,7 +114,6 @@ Example 6 unassigns any per-user external access policy previously assigned to a
124114
To do this, the command calls the Get-CsUser cmdlet (without any additional parameters) in order to return a collection of all the users enabled for Skype for Business Server.
125115
That collection is then piped to the Grant-CsExternalAccessPolicy cmdlet, which uses the syntax "`-PolicyName $Null`" to remove any per-user external access policy previously assigned to these users.
126116

127-
128117
## PARAMETERS
129118

130119
### -Identity

0 commit comments

Comments
 (0)