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
@@ -39,6 +39,46 @@ This example shows the SignInMode "CommonAreaPhoneSignIn" being set against the
39
39
40
40
## PARAMETERS
41
41
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: Object
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
+
42
82
### -AllowHotDesking
43
83
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.
0 commit comments