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
Create a new TeamsAppSetupPolicy and install VivaConnections App in users' personal Teams environment by setting these apps as AppPresetList.
89
102
90
103
## PARAMETERS
91
104
92
-
### -Description
93
-
Description of the app setup policy.
105
+
### -Identity
106
+
Name of App setup policy. If empty, all Identities will be used by default.
94
107
95
108
```yaml
96
109
Type: String
97
-
Parameter Sets: (All)
110
+
Parameter Sets: Identity
98
111
Aliases:
99
112
100
113
Required: False
101
-
Position: Named
114
+
Position: 1
102
115
Default value: None
103
116
Accept pipeline input: False
104
117
Accept wildcard characters: False
105
118
```
106
119
107
-
### -Identity
108
-
Name of App setup policy. If empty, all Identities will be used by default.
120
+
### -AllowSideLoading
121
+
This is also known as side loading. This setting determines if a user can upload a custom app package in the Teams app. Turning it on lets you create or develop a custom app to be used personally or across your organization without having to submit it to the Teams app store. Uploading a custom app also lets you test an app before you distribute it more widely by only assigning it to a single user or group of users.
This is also known as side loading. This setting determines if a user can upload a custom app package in the Teams app. Turning it on lets you create or develop a custom app to be used personally or across your organization without having to submit it to the Teams app store. Uploading a custom app also lets you test an app before you distribute it more widely by only assigning it to a single user or group of users.
150
+
### -AppPresetList
151
+
Choose which apps and messaging extensions you want to be installed in your users' personal Teams environment and in meetings they create. Users can install other available apps from the Teams app store.
Choose which apps and messaging extensions you want to be installed in your users' personal Teams environment and in meetings they create. Users can install other available apps from the Teams app store.
0 commit comments