Skip to content

Commit e615eae

Browse files
committed
Merge branch 'master' into DLP-chrisda
2 parents a9c851d + d7e7a01 commit e615eae

File tree

3 files changed

+12
-29
lines changed

3 files changed

+12
-29
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOUserInfo.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,19 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Removes user from user information list of specific site collection.
18-
19-
## SYNTAX
20-
21-
```powershell
22-
Remove-SPOUserInfo -LoginName <String> -Site <SpoSitePipeBind> [<CommonParameters>]
23-
```
17+
Do not use.
2418

2519
## DESCRIPTION
2620

27-
Can be used to remove user from user information lists of the specific site collections.
28-
29-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
21+
Do not use.
3022

3123
## EXAMPLES
3224

33-
### ------------ Example 1 --------------------
34-
35-
```powershell
36-
Remove-SPOUserInfo -LoginName [email protected] -Site https://contoso.sharepoint.com/sites/sc1
37-
```
38-
39-
Example 1 removes a user who has the e-mail address [email protected] from the user information list of <https://contoso.sharepoint.com/sites/sc1> site collection.
40-
4125
## PARAMETERS
4226

4327
### -LoginName
4428

45-
Specifies the login name of the user to removed from user information list.
29+
Do not use.
4630

4731
```yaml
4832
Type: String
@@ -59,7 +43,7 @@ Accept wildcard characters: False
5943
6044
### -Site
6145
62-
Specifies the URL of the site collection.
46+
Do not use.
6347
6448
```yaml
6549
Type: SpoSitePipeBind

skype/skype-ps/skype/Get-CsOnlineDialinConferencingPolicy.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Get-CsOnlineDialinConferencingPolicy
1414

1515
## SYNOPSIS
16-
Provide the topic introduction here.
16+
Retrieves the available Dial-in Conferencing policies in the tenant.
1717

1818
## SYNTAX
1919

@@ -28,22 +28,22 @@ Get-CsOnlineDialinConferencingPolicy [-Filter <String>] [-LocalStore] [<CommonPa
2828
```
2929

3030
## DESCRIPTION
31-
Provide the detailed description here.
31+
Retrieves the available Dial-in Conferencing policies in the tenant.
3232

3333
## EXAMPLES
3434

3535
### -------------------------- Example 1 --------------------------
3636
```
37-
Insert example commands for example 1.
37+
Get-CsOnlineDialinConferencingPolicy
3838
```
3939

40-
Insert descriptive text for example 1.
40+
This example retrieves all the available Dial in Conferencing policies in the tenant.
4141

4242

4343
## PARAMETERS
4444

4545
### -Filter
46-
PARAMVALUE: String
46+
This parameter accepts a wildcard string and returns all policies with identities matching that string. For example, a Filter value of tag:* will return all policies defined at the per-user level.
4747

4848
```yaml
4949
Type: String
@@ -59,7 +59,7 @@ Accept wildcard characters: False
5959
```
6060
6161
### -Identity
62-
PARAMVALUE: XdsIdentity
62+
A unique identifier specifying the scope and, in some cases the name, of the policy. If this parameter is omitted, all policies for the organization are returned.
6363
6464
```yaml
6565
Type: XdsIdentity
@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
```
7676
7777
### -LocalStore
78-
PARAMVALUE: SwitchParameter
78+
Reserved for Microsoft Internal use.
7979
8080
```yaml
8181
Type: SwitchParameter
@@ -100,4 +100,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
100100
## NOTES
101101
102102
## RELATED LINKS
103-

teams/teams-ps/teams/New-CsGroupPolicyAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It's helpful to think of rank as determining the position of each policy assignm
3232

3333
Group policy assignment allows you to easily manage policies across different subsets of users within your organization. Group policy assignment is recommended for groups of up to 50000 users, but it will also work with larger groups up to 100000 users. Segment your users into smaller groups, or make use of default policies for the majority of users with the most common policies and only use groups for those users that require other policies.
3434

35-
Group policy assignments are only propagated to users that are direct members of the group; the assignments are not propagated to members of nested groups.
35+
Propagation of the policy assignments to members of the group can take up to 24 hours. Policy assignments are only propagated to users that are direct members of the group; the assignments are not propagated to members of nested groups.
3636

3737
Group policy assignment is currently limited to the following policy types:
3838
TeamsAppSetupPolicy (App Setup policies), TeamsCallingPolicy (Calling policies), TeamsCallParkPolicy (Call park policies), TeamsChannelsPolicy, TeamsComplianceRecordingPolicy, TenantDialPlan, TeamsEducationAssignmentsAppPolicy, TeamsMeetingBroadcastPolicy (Live Events policies), TeamsMeetingPolicy (Meeting policies), TeamsMessagingPolicy (Messaging policies), TeamsShiftsPolicy, TeamsUpdateManagementPolicy.

0 commit comments

Comments
 (0)