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
Retrieves the available Dial-in Conferencing policies in the tenant.
32
32
33
33
## EXAMPLES
34
34
35
35
### -------------------------- Example 1 --------------------------
36
36
```
37
-
Insert example commands for example 1.
37
+
Get-CsOnlineDialinConferencingPolicy
38
38
```
39
39
40
-
Insert descriptive text for example 1.
40
+
This example retrieves all the available Dial in Conferencing policies in the tenant.
41
41
42
42
43
43
## PARAMETERS
44
44
45
45
### -Filter
46
-
PARAMVALUE: String
46
+
This parameter accepts a wildcard string and returns all policies with identities matching that string. For example, a Filter value of tag:* will return all policies defined at the per-user level.
A unique identifier specifying the scope and, in some cases the name, of the policy. If this parameter is omitted, all policies for the organization are returned.
0 commit comments