Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2af4af8
chore: update on ExplicitRecordingConsent in TeamsMeetingPolicy
Jan 2, 2025
ab9f79e
Update Grant-CsTeamsAppPermissionPolicy.md
srimantabagchi Jan 13, 2025
7ca0a2b
Update New-CsTeamsAppPermissionPolicy.md
srimantabagchi Jan 13, 2025
45e7ce9
Update Remove-CsTeamsAppPermissionPolicy.md
srimantabagchi Jan 13, 2025
a3bc297
Update Get-CsTeamsAppPermissionPolicy.md
srimantabagchi Jan 13, 2025
fd9066c
Update Set-CsPhoneNumberAssignment.md
michbrown-png Jan 16, 2025
1cdd484
Update Get-CsHybridTelephoneNumber.md
michbrown-png Jan 16, 2025
5e8b614
Update Set-CsTeamsAppSetupPolicy.md
michbrown-png Jan 16, 2025
e3042b0
Update New-CsTeamsAppSetupPolicy.md
michbrown-png Jan 16, 2025
be685cb
Update Set-CsOnlineVoicemailPolicy.md
michbrown-png Jan 16, 2025
8824f5e
Update New-CsTeamsCallParkPolicy.md
michbrown-png Jan 16, 2025
903fcaf
Update Set-CsOnlineVoicemailPolicy.md
michbrown-png Jan 16, 2025
72e7937
Update New-CsTeamsVoiceApplicationsPolicy.md
michbrown-png Jan 16, 2025
8a9284d
Update New-CsOnlineVoicemailPolicy.md
michbrown-png Jan 16, 2025
1b84d6b
Update Get-CsTeamsUpdateManagementPolicy.md
michbrown-png Jan 16, 2025
e9614b5
Update Set-CsTeamsUpdateManagementPolicy.md
michbrown-png Jan 16, 2025
6ff75be
Update New-CsTeamsUpdateManagementPolicy.md
michbrown-png Jan 16, 2025
41d5608
Update Get-CsPolicyPackage.md
michbrown-png Jan 16, 2025
b40bf5b
Update Set-CsTeamsFilesPolicy.md
michbrown-png Jan 16, 2025
f788db2
Update New-CsTeamsFilesPolicy.md
michbrown-png Jan 16, 2025
499a942
Adding missing cmdlet documentation
michbrown-png Jan 16, 2025
c43ed03
Update Set-CsTeamsCallingPolicy.md
michbrown-png Jan 16, 2025
244a07e
Update teams.md
michbrown-png Jan 16, 2025
68df4e7
Merge branch 'main' into patch-8
aditisrivastava07 Jan 16, 2025
ef10a80
Merge pull request #12464 from michbrown-png/updatingdocumentation
aditisrivastava07 Jan 16, 2025
82c8c8f
Merge branch 'main' into patch-6
aditisrivastava07 Jan 16, 2025
58c6786
Fixed suggestion and added period
aditisrivastava07 Jan 16, 2025
05683ab
Merge pull request #12448 from srimantabagchi/patch-6
aditisrivastava07 Jan 16, 2025
75a524b
Merge branch 'main' into patch-10
aditisrivastava07 Jan 16, 2025
6c3568e
Fixed suggestion and added period
aditisrivastava07 Jan 16, 2025
bd4b57c
Merge pull request #12451 from srimantabagchi/patch-10
aditisrivastava07 Jan 16, 2025
c3a1f6e
Merge branch 'main' into patch-11
aditisrivastava07 Jan 16, 2025
51bc7ce
Fixed suggestion and added period
aditisrivastava07 Jan 16, 2025
a792be7
Merge pull request #12452 from srimantabagchi/patch-11
aditisrivastava07 Jan 16, 2025
5144106
Merge branch 'main' into users/ronwa/legitimateinterest
aditisrivastava07 Jan 16, 2025
7396351
Merge branch 'main' into patch-8
aditisrivastava07 Jan 16, 2025
a28f83d
Fixed suggestion and added period
aditisrivastava07 Jan 16, 2025
b3b5d9d
Merge pull request #12437 from wattlebird/users/ronwa/legitimateinterest
aditisrivastava07 Jan 16, 2025
c6247b7
Merge branch 'main' into patch-8
aditisrivastava07 Jan 16, 2025
a14054c
Merge pull request #12449 from srimantabagchi/patch-8
aditisrivastava07 Jan 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion teams/teams-ps/teams/Get-CsHybridTelephoneNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This cmdlet displays information about one or more hybrid telephone numbers.

### Assignment (Default)
```powershell
Get-CsHybridTelephoneNumber [-TelephoneNumber <string>] [<CommonParameters>]
Get-CsHybridTelephoneNumber [-TelephoneNumber <string>] -InputObject <IConfigApiBasedCmdletsIdentity> [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -69,6 +69,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -InputObject
The identity parameter.
```yaml
Type: IConfigApiBasedCmdletsIdentity
Parameter Sets: GetViaIdentity
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
```
### CommonParameters
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).
Expand Down
20 changes: 18 additions & 2 deletions teams/teams-ps/teams/Get-CsPolicyPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This cmdlet supports retrieving all the policy packages available on a tenant.

## SYNTAX

```
Get-CsPolicyPackage [[-Identity] <String>] [<CommonParameters>]
```powershell
Get-CsPolicyPackage [[-Identity] <String>] -InputObject <IConfigApiBasedCmdletsIdentity> [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -80,6 +80,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -InputObject
The identity parameter.
```yaml
Type: IConfigApiBasedCmdletsIdentity
Parameter Sets: GetViaIdentity
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
```
### CommonParameters
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).
Expand Down
4 changes: 3 additions & 1 deletion teams/teams-ps/teams/Get-CsTeamsAppPermissionPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Get-CsTeamsAppPermissionPolicy
schema: 2.0.0
ms.reviewer: mhayrapetyan
manager: prkosh
ms.author: guptaashish
ms.author: prkosh
author: ashishguptaiitb
---

Expand All @@ -17,6 +17,8 @@ author: ashishguptaiitb

As an admin, you can use app permission policies to allow or block apps for your users. Learn more about the app permission policies at <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies> and about app centric management at <https://learn.microsoft.com/microsoftteams/app-centric-management>.

**This is only applicable for tenants who have not been migrated to ACM or UAM.**

## SYNTAX

### Identity (Default)
Expand Down
22 changes: 19 additions & 3 deletions teams/teams-ps/teams/Get-CsTeamsUpdateManagementPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ Use this cmdlet to retrieve the current Teams Update Management policies in the
## SYNTAX

### Identity (Default)
```
```powershell
Get-CsTeamsUpdateManagementPolicy [[-Identity] <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
```

### Filter
```
```powershell
Get-CsTeamsUpdateManagementPolicy [-Filter <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Retrieves the current Teams Update Management policies in the organization.
The Teams Update Management Policy allows admins to specify if a given user is enabled to preview features in Teams.

## EXAMPLES

Expand Down Expand Up @@ -57,6 +57,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -Filter

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.

```yaml
Type: String
Parameter Sets: Filter
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

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

Expand Down
4 changes: 3 additions & 1 deletion teams/teams-ps/teams/Grant-CsTeamsAppPermissionPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Grant-CsTeamsAppPermissionPolicy
schema: 2.0.0
ms.reviewer: mhayrapetyan
manager: prkosh
ms.author: guptaashish
ms.author: prkosh
author: ashishguptaiitb
---

Expand All @@ -17,6 +17,8 @@ author: ashishguptaiitb

As an admin, you can use app permission policies to allow or block apps for your users. Learn more about the app permission policies at <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies> and about app centric management at <https://learn.microsoft.com/microsoftteams/app-centric-management>.

This is only applicable for tenants who have not been migrated to ACM or UAM.

## SYNTAX

### Identity (Default)
Expand Down
Loading
Loading