Skip to content

Commit 71af026

Browse files
authored
Update Get-CsHybridApplicationEndpoint.md
1 parent 52764b7 commit 71af026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/Get-CsHybridApplicationEndpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This cmdlet was introduced in the July 2017 cumulative update for the Lync Serve
1414

1515
## SYNTAX
1616
```
17-
Get-CsHybridApplicationEndpoint [-Filter <String>] [-LdapFilter <String>] [-OU <OUIdParameter>] [-DomainController <Fqdn>] [-Credential <PSCredential>] [[-Identity] <UserIdParameter>] [-ResultSize <Microsoft.Rtc.Management.ADConnect.Core.Unlimited`1[System.UInt32]>] [<CommonParameters>]
17+
Get-CsHybridApplicationEndpoint [-Filter <String>] [-LdapFilter <String>] [-OU <OUIdParameter>] [-DomainController <Fqdn>] [-Credential <PSCredential>] [[-Identity] <UserIdParameter>] [-ResultSize <UInt32>] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -161,7 +161,7 @@ Enables you to limit the number of records returned by the cmdlet. For example,
161161
The result size can be set to any whole number between 0 and 2147483647, inclusive. If set to 0 the command will run, but no data will be returned. If you set the ResultSize to 7 but you have only three endpoints in your forest, the command will return those three endpoints, and then complete without error.
162162
163163
```yaml
164-
Type: Microsoft.Rtc.Management.ADConnect.Core.Unlimited`1[System.UInt32]
164+
Type: UInt32
165165
Parameter Sets: (All)
166166
Aliases:
167167
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019

0 commit comments

Comments
 (0)