Skip to content

Commit ebc3d5c

Browse files
authored
Merge pull request MicrosoftDocs#6745 from get-itips/patch-275
Adding missing parameters
2 parents 3ac636e + cdd5a5e commit ebc3d5c

File tree

2 files changed

+82
-3
lines changed

2 files changed

+82
-3
lines changed

skype/skype-ps/skype/New-CsTeamsIPPhonePolicy.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ New-CsTeamsIPPhonePolicy allows you to create a policy to manage features relate
2020
## SYNTAX
2121

2222
```
23-
New-CsTeamsIPPhonePolicy [-Description <String>] [-HotDeskingIdleTimeoutInMinutes <Int>]
23+
New-CsTeamsIPPhonePolicy [-AllowHomeScreen <String>] [-AllowBetterTogether <String>] [-Description <String>] [-HotDeskingIdleTimeoutInMinutes <Int>]
2424
2525
[-AllowHotDesking <Boolean>] [[-Identity] <XdsIdentity>] [-Tenant <Guid>] [-InMemory] [-SignInMode <String>]
2626
@@ -41,6 +41,45 @@ This example shows a new policy being created called "CommonAreaPhone" setting t
4141

4242
## PARAMETERS
4343

44+
### -AllowBetterTogether
45+
Determines whether Better Together mode is enabled, phones can lock and unlock in an integrated fashion when connected to their Windows PC running a 64-bit Teams desktop client.
46+
Possible values this parameter can take:
47+
48+
- Enabled
49+
- Disabled
50+
51+
```yaml
52+
Type: String
53+
Parameter Sets: (All)
54+
Aliases:
55+
56+
Required: False
57+
Position: Named
58+
Default value: Enabled
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -AllowHomeScreen
64+
Determines whether the Home Screen feature of the Teams IP Phones is enabled.
65+
Possible values this parameter can take:
66+
67+
- Enabled
68+
- EnabledUserOverride
69+
- Disabled
70+
71+
```yaml
72+
Type: String
73+
Parameter Sets: (All)
74+
Aliases:
75+
76+
Required: False
77+
Position: Named
78+
Default value: EnabledUserOverride
79+
Accept pipeline input: False
80+
Accept wildcard characters: False
81+
```
82+
4483
### -AllowHotDesking
4584
Determines whether hot desking mode is enabled. Set this to TRUE to enable. Set this to FALSE to disable hot desking mode.
4685

skype/skype-ps/skype/Set-CsTeamsIPPhonePolicy.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Set-CsTeamsIPPhonePolicy enables you to modify the properties of an existing Tea
2121

2222
```
2323
Set-CsTeamsIPPhonePolicy [-Description <String>] [-HotDeskingIdleTimeoutInMinutes <Int>]
24-
[-SearchOnCommonAreaPhoneMode <String>] [-AllowHotDesking <Boolean>] [[-Identity] <XdsIdentity>] [-Tenant <Guid>]
24+
[-SearchOnCommonAreaPhoneMode <String>] [-AllowHotDesking <Boolean>] [-AllowHomeScreen <String>] [-AllowBetterTogether <String>] [[-Identity] <XdsIdentity>] [-Tenant <Guid>]
2525
[-SignInMode <String>] [-WhatIf] [-Confirm] [-Force] [-Instance <Object>]
2626
```
2727

@@ -39,6 +39,46 @@ This example shows the SignInMode "CommonAreaPhoneSignIn" being set against the
3939

4040
## PARAMETERS
4141

42+
### -AllowBetterTogether
43+
Determines whether Better Together mode is enabled, phones can lock and unlock in an integrated fashion when connected to their Windows PC running a 64-bit Teams desktop client.
44+
Possible values this parameter can take:
45+
46+
- Enabled
47+
- Disabled
48+
49+
```yaml
50+
Type: String
51+
Parameter Sets: (All)
52+
Aliases:
53+
54+
Required: False
55+
Position: Named
56+
Default value: Enabled
57+
Accept pipeline input: False
58+
Accept wildcard characters: False
59+
```
60+
61+
### -AllowHomeScreen
62+
Determines whether the Home Screen feature of the Teams IP Phones is enabled.
63+
Possible values this parameter can take:
64+
65+
- Enabled
66+
- EnabledUserOverride
67+
- Disabled
68+
69+
```yaml
70+
Type: String
71+
Parameter Sets: (All)
72+
Aliases:
73+
74+
Required: False
75+
Position: Named
76+
Default value: EnabledUserOverride
77+
Accept pipeline input: False
78+
Accept wildcard characters: False
79+
```
80+
81+
4282
### -AllowHotDesking
4383
Determines if the hot desking feature is enabled or not. Set this to TRUE to enable. Set this to FALSE to disable hot desking mode.
4484
@@ -203,4 +243,4 @@ Accept wildcard characters: False
203243
204244
## NOTES
205245
206-
## RELATED LINKS
246+
## RELATED LINKS

0 commit comments

Comments
 (0)