You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,6 +41,45 @@ This example shows a new policy being created called "CommonAreaPhone" setting t
41
41
42
42
## PARAMETERS
43
43
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: Object
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
+
44
83
### -AllowHotDesking
45
84
Determines whether hot desking mode is enabled. Set this to TRUE to enable. Set this to FALSE to disable hot desking mode.
0 commit comments