Skip to content

Commit 1cdd484

Browse files
Update Get-CsHybridTelephoneNumber.md
adding input object parameter
1 parent fd9066c commit 1cdd484

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

teams/teams-ps/teams/Get-CsHybridTelephoneNumber.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This cmdlet displays information about one or more hybrid telephone numbers.
1919

2020
### Assignment (Default)
2121
```powershell
22-
Get-CsHybridTelephoneNumber [-TelephoneNumber <string>] [<CommonParameters>]
22+
Get-CsHybridTelephoneNumber [-TelephoneNumber <string>] -InputObject <IConfigApiBasedCmdletsIdentity> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -69,6 +69,21 @@ Accept pipeline input: False
6969
Accept wildcard characters: False
7070
```
7171
72+
### -InputObject
73+
The identity parameter.
74+
75+
```yaml
76+
Type: IConfigApiBasedCmdletsIdentity
77+
Parameter Sets: GetViaIdentity
78+
Aliases:
79+
80+
Required: True
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: True (ByValue)
84+
Accept wildcard characters: False
85+
```
86+
7287
### CommonParameters
7388
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
7489

0 commit comments

Comments
 (0)