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
Policy-based recording applications are used in automatic policy-based recording scenarios.
35
-
When Microsoft Teams users participate in meetings or make or receive calls, the policy-based recording applications i.e. bots associated with the user's Teams compliance recording policy are invited into the call or meeting to record audio, video and video-based screen sharing activity.
35
+
When Microsoft Teams users participate in meetings or make or receive calls, the policy-based recording applications i.e. bots associated with the user's Teams recording policy are invited into the call or meeting to enforce compliance with the administrative set policy.
36
36
37
-
Instances of these applications are created using CsOnlineApplicationInstance cmdlets and are then associated with Teams compliance recording policies.
37
+
Instances of these applications are created using CsOnlineApplicationInstance cmdlets and are then associated with Teams recording policies.
38
38
39
-
Note that application instances of policy-based recording applications must be associated with a Teams compliance recording policy using the CsTeamsComplianceRecordingApplication cmdlets.
40
-
Once the association is done, the Identity of these application instances becomes \<Identity of the associated Teams compliance recording policy\>/\<ObjectId of the application instance\>.
41
-
For example, the Identity of an application instance can be \"Tag:ContosoPartnerComplianceRecordingPolicy/39dc3ede-c80e-4f19-9153-417a65a1f144\", which indicates that the application instance with ObjectId 39dc3ede-c80e-4f19-9153-417a65a1f144 is associated with the Teams compliance recording policy with Identity ContosoPartnerComplianceRecordingPolicy.
39
+
Note that application instances of policy-based recording applications must be associated with a Teams recording policy using the CsTeamsComplianceRecordingApplication cmdlets.
40
+
Once the association is done, the Identity of these application instances becomes \<Identity of the associated Teams recording policy\>/\<ObjectId of the application instance\>.
41
+
For example, the Identity of an application instance can be \"Tag:ContosoPartnerComplianceRecordingPolicy/39dc3ede-c80e-4f19-9153-417a65a1f144\", which indicates that the application instance with ObjectId 39dc3ede-c80e-4f19-9153-417a65a1f144 is associated with the Teams recording policy with Identity ContosoPartnerComplianceRecordingPolicy.
42
42
43
-
Note that if neither the Identity nor the Filter parameters are specified, then Get-CsTeamsComplianceRecordingApplication returns all application instances of policy-based recording applications that are associated with a Teams compliance recording policy.
43
+
Note that if neither the Identity nor the Filter parameters are specified, then Get-CsTeamsComplianceRecordingApplication returns all application instances of policy-based recording applications that are associated with a Teams recording policy.
44
44
45
45
Please work with your Microsoft certified policy-based recording application provider to obtain an instance of their recording application.
46
46
Please refer to the documentation of the CsOnlineApplicationInstance cmdlets for information on how to create an application instance of a policy-based recording application.
@@ -53,7 +53,7 @@ Please also refer to the documentation of CsTeamsComplianceRecordingPolicy cmdle
53
53
PS C:\> Get-CsTeamsComplianceRecordingApplication
54
54
```
55
55
56
-
The command shown in Example 1 returns information for all the application instances of policy-based recording applications associated with Teams compliance recording policies.
56
+
The command shown in Example 1 returns information for all the application instances of policy-based recording applications associated with Teams recording policies.
57
57
58
58
### Example 2
59
59
```powershell
@@ -67,22 +67,22 @@ In Example 2, information is returned for a single application instance of a pol
The command shown in Example 3 returns all the application instances associated with Teams compliance recording policies at the per-user scope.
70
+
The command shown in Example 3 returns all the application instances associated with Teams recording policies at the per-user scope.
71
71
To do this, the command uses the Filter parameter and the filter value "Tag:\*"; that filter value limits the returned data to policies that have an Identity that begins with the string value "Tag:".
The command shown in Example 4 returns all the application instances associated with Teams compliance recording policy with Identity ContosoPartnerComplianceRecordingPolicy.
78
+
The command shown in Example 4 returns all the application instances associated with Teams recording policy with Identity ContosoPartnerComplianceRecordingPolicy.
79
79
To do this, the command uses the Filter parameter and the filter value "Tag:ContosoPartnerComplianceRecordingPolicy\*"; that filter value limits the returned data to policies that have an Identity that begins with the string value "Tag:ContosoPartnerComplianceRecordingPolicy".
80
80
81
81
## PARAMETERS
82
82
83
83
### -Filter
84
84
Enables you to use wildcards when retrieving one or more application instances of policy-based recording applications.
85
-
For example, to return all the application instances associated with Teams compliance recording policies at the per-user scope, use this syntax:
85
+
For example, to return all the application instances associated with Teams recording policies at the per-user scope, use this syntax:
86
86
87
87
-Filter "Tag:\*"
88
88
@@ -103,9 +103,9 @@ Unique identifier of the application instance of a policy-based recording applic
103
103
104
104
You cannot use wildcard characters when specifying the Identity.
105
105
106
-
Note that application instances of policy-based recording applications must be associated with a Teams compliance recording policy using the CsTeamsComplianceRecordingApplication cmdlets.
107
-
Once the association is done, the Identity of these application instances becomes \<Identity of the associated Teams compliance recording policy\>/\<ObjectId of the application instance\>.
108
-
For example, the Identity of an application instance can be \"Tag:ContosoPartnerComplianceRecordingPolicy/39dc3ede-c80e-4f19-9153-417a65a1f144\", which indicates that the application instance with ObjectId 39dc3ede-c80e-4f19-9153-417a65a1f144 is associated with the Teams compliance recording policy with Identity ContosoPartnerComplianceRecordingPolicy.
106
+
Note that application instances of policy-based recording applications must be associated with a Teams recording policy using the CsTeamsComplianceRecordingApplication cmdlets.
107
+
Once the association is done, the Identity of these application instances becomes \<Identity of the associated Teams recording policy\>/\<ObjectId of the application instance\>.
108
+
For example, the Identity of an application instance can be \"Tag:ContosoPartnerComplianceRecordingPolicy/39dc3ede-c80e-4f19-9153-417a65a1f144\", which indicates that the application instance with ObjectId 39dc3ede-c80e-4f19-9153-417a65a1f144 is associated with the Teams recording policy with Identity ContosoPartnerComplianceRecordingPolicy.
Teams compliance recording policies are used in automatic policy-based recording scenarios.
35
-
When Microsoft Teams users participate in meetings or make or receive calls, the policy-based recording applications i.e. bots associated with the user's Teams compliance recording policy are invited into the call or meeting to record audio, video and video-based screen sharing activity.
34
+
Teams recording policies are used in automatic policy-based recording scenarios.
35
+
When Microsoft Teams users participate in meetings or make or receive calls, the policy-based recording applications i.e. bots associated with the user's Teams recording policy are invited into the call or meeting to record audio, video and video-based screen sharing activity.
36
36
37
-
Note that if neither the Identity nor the Filter parameters are specified, then Get-CsTeamsComplianceRecordingPolicy returns all the Teams compliance recording policies configured for use in the tenant.
37
+
Note that if neither the Identity nor the Filter parameters are specified, then Get-CsTeamsComplianceRecordingPolicy returns all the Teams recording policies configured for use in the tenant.
38
38
39
-
Note that simply assigning a Teams compliance recording policy to a Microsoft Teams user will not activate automatic policy-based recording for all Microsoft Teams calls and meetings that the user participates in.
39
+
Note that simply assigning a Teams recording policy to a Microsoft Teams user will not activate automatic policy-based recording for all Microsoft Teams calls and meetings that the user participates in.
40
40
Among other things, you will need to create an application instance of a policy-based recording application i.e. a bot in your tenant and will then need to assign an appropriate policy to the user.
41
41
42
42
Please work with your Microsoft certified policy-based recording application provider to obtain an instance of their recording application.
43
43
Please refer to the documentation of the CsOnlineApplicationInstance cmdlets for information on how to create an application instance of a policy-based recording application.
44
44
45
-
Assigning your Microsoft Teams users a Teams compliance recording policy activates automatic policy-based recording for all new Microsoft Teams calls and meetings that the users participate in.
45
+
Assigning your Microsoft Teams users a Teams recording policy activates automatic policy-based recording for all new Microsoft Teams calls and meetings that the users participate in.
46
+
The system will load the recording application and join it to appropriate calls and meetings in order for it to enforce compliance with the administrative set policy.
46
47
Existing calls and meetings are unaffected.
47
48
48
49
## EXAMPLES
@@ -52,27 +53,27 @@ Existing calls and meetings are unaffected.
52
53
PS C:\> Get-CsTeamsComplianceRecordingPolicy
53
54
```
54
55
55
-
The command shown in Example 1 returns information for all the Teams compliance recording policies configured for use in the tenant.
56
+
The command shown in Example 1 returns information for all the Teams recording policies configured for use in the tenant.
In Example 2, information is returned for a single Teams compliance recording policy: the policy with the Identity ContosoPartnerComplianceRecordingPolicy.
63
+
In Example 2, information is returned for a single Teams recording policy: the policy with the Identity ContosoPartnerComplianceRecordingPolicy.
The command shown in Example 3 returns information about all the Teams compliance recording policies configured at the per-user scope.
70
+
The command shown in Example 3 returns information about all the Teams recording policies configured at the per-user scope.
70
71
To do this, the command uses the Filter parameter and the filter value "Tag:\*"; that filter value limits the returned data to policies that have an Identity that begins with the string value "Tag:".
71
72
72
73
## PARAMETERS
73
74
74
75
### -Filter
75
-
Enables you to use wildcards when retrieving one or more Teams compliance recording policies.
76
+
Enables you to use wildcards when retrieving one or more Teams recording policies.
76
77
For example, to return all the policies configured at the per-user scope, use this syntax:
Teams compliance recording policies are used in automatic policy-based recording scenarios.
38
-
When Microsoft Teams users participate in meetings or make or receive calls, the policy-based recording applications i.e. bots associated with the user's Teams compliance recording policy are invited into the call or meeting to record audio, video and video-based screen sharing activity.
37
+
Teams recording policies are used in automatic policy-based recording scenarios.
38
+
When Microsoft Teams users participate in meetings or make or receive calls, the policy-based recording applications i.e. bots associated with the user's Teams recording policy are invited into the call or meeting to record audio, video and video-based screen sharing activity.
39
39
40
-
Note that simply assigning a Teams compliance recording policy to a Microsoft Teams user will not activate automatic policy-based recording for all Microsoft Teams calls and meetings that the user participates in.
40
+
Note that simply assigning a Teams recording policy to a Microsoft Teams user will not activate automatic policy-based recording for all Microsoft Teams calls and meetings that the user participates in.
41
41
Among other things, you will need to create an application instance of a policy-based recording application i.e. a bot in your tenant and will then need to assign an appropriate policy to the user.
42
42
43
43
Please work with your Microsoft certified policy-based recording application provider to obtain an instance of their recording application.
44
44
Please refer to the documentation of the CsOnlineApplicationInstance cmdlets for information on how to create an application instance of a policy-based recording application.
45
45
46
-
Assigning your Microsoft Teams users a Teams compliance recording policy activates automatic policy-based recording for all new Microsoft Teams calls and meetings that the users participate in.
46
+
Assigning your Microsoft Teams users a Teams recording policy activates automatic policy-based recording for all new Microsoft Teams calls and meetings that the users participate in.
47
+
The system will load the recording application and join it to appropriate calls and meetings in order for it to enforce compliance with the administrative set policy.
47
48
Existing calls and meetings are unaffected.
48
49
49
50
## EXAMPLES
@@ -53,20 +54,20 @@ Existing calls and meetings are unaffected.
The command shown in Example 1 assigns the per-user Teams compliance recording policy ContosoPartnerComplianceRecordingPolicy to the user with the display name "Ken Myer".
57
+
The command shown in Example 1 assigns the per-user Teams recording policy ContosoPartnerComplianceRecordingPolicy to the user with the display name "Ken Myer".
0 commit comments