Skip to content

Commit c997c6e

Browse files
authored
Adding missing description
1 parent 5183898 commit c997c6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

skype/skype-ps/skype/Get-CsOnlineDialinConferencingPolicy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Get-CsOnlineDialinConferencingPolicy
1414

1515
## SYNOPSIS
16-
Provide the topic introduction here.
16+
Retrieves the available Dial in Conferencing policies in the tenant.
1717

1818
## SYNTAX
1919

@@ -28,22 +28,22 @@ Get-CsOnlineDialinConferencingPolicy [-Filter <String>] [-LocalStore] [<CommonPa
2828
```
2929

3030
## DESCRIPTION
31-
Provide the detailed description here.
31+
Retrieves the available Dial in Conferencing policies in the tenant.
3232

3333
## EXAMPLES
3434

3535
### -------------------------- Example 1 --------------------------
3636
```
37-
Insert example commands for example 1.
37+
Get-CsOnlineDialinConferencingPolicy
3838
```
3939

40-
Insert descriptive text for example 1.
40+
This example retrieves all the available Dial in Conferencing policies in the tenant.
4141

4242

4343
## PARAMETERS
4444

4545
### -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.
4747

4848
```yaml
4949
Type: String
@@ -59,7 +59,7 @@ Accept wildcard characters: False
5959
```
6060
6161
### -Identity
62-
PARAMVALUE: XdsIdentity
62+
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.
6363
6464
```yaml
6565
Type: XdsIdentity
@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
```
7676
7777
### -LocalStore
78-
PARAMVALUE: SwitchParameter
78+
Reserved for Microsoft Internal use.
7979
8080
```yaml
8181
Type: SwitchParameter

0 commit comments

Comments
 (0)