diff --git a/teams/teams-ps/teams/Get-CsOnlineDialInConferencingUser.md b/teams/teams-ps/teams/Get-CsOnlineDialInConferencingUser.md index 7c7a3686cb..de18825b1a 100644 --- a/teams/teams-ps/teams/Get-CsOnlineDialInConferencingUser.md +++ b/teams/teams-ps/teams/Get-CsOnlineDialInConferencingUser.md @@ -18,9 +18,7 @@ Use the `Get-CsOnlineDialInConferencingUser` cmdlet to view the properties and s ## SYNTAX ``` -Get-CsOnlineDialInConferencingUser [-BridgeName ] [-ServiceNumber ] [-TenantDomain ] - [-LdapFilter ] [[-Identity] ] [-Tenant ] [-BridgeId ] [-ResultSize ] - [-DomainController ] [-Force] [] +Get-CsOnlineDialInConferencingUser [[-Identity] ] [-ResultSize ] [] ``` ## DESCRIPTION @@ -28,19 +26,6 @@ This cmdlet will only return users that have been enabled for audio conferencing Users that are enabled for audio conferencing using a third-party audio conferencing provider won't be returned. If there are no users in the organization that have been enabled for audio conferencing, then the cmdlet will return no results. -The see a list of users with conferencing providers other than Microsoft use the Get-CsUserAcp cmdlet. - -**NOTE**: In the Teams PowerShell Module version 3.0 or later, the following input parameters have been deprecated for TeamsOnly customers (removed or very low usage): - -- BridgeId -- BridgeName -- DomainController -- Force -- LdapFilter -- ServiceNumber -- TenantDomain -- Common Parameters - ## EXAMPLES ### -------------------------- Example 1 -------------------------- @@ -52,48 +37,9 @@ This example uses the User Principal Name (UPN) to retrieve the BridgeID and Ser ## PARAMETERS -### -BridgeId - -*This parameter has been deprecated from Teams PowerShell Modules 3.0 and above due to limited usage*. - -Specifies the globally-unique identifier (GUID) for the audio conferencing bridge. - -```yaml -Type: Guid -Parameter Sets: (All) -Aliases: -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BridgeName - -*This parameter has been deprecated from Teams PowerShell Modules 3.0 and above due to limited usage*. - -Specifies the name for the audio conferencing bridge. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Identity Specifies the user to retrieve. -The user can be specified by using one of four formats: 1) the user's SIP address; 2) the user's user principal name (UPN); 3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer); and, 4) the user's Active Directory display name (for example, Ken Myer). -You can also reference a user account by using the user's Active Directory distinguished name. +A user identity can be specified by using one of the formats: 1) the user's SIP address; 2) the user's user principal name (UPN); 3) the user's object id. ```yaml Type: UserIdParameter @@ -108,89 +54,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ServiceNumber - -*This parameter has been deprecated from Teams PowerShell Modules 3.0 and above due to limited usage*. - -Specifies a service number to serve as a filter for the returned user collection. -Only users who have been assigned the specified number will be returned. -The service number can be specified in the following formats: E.164 number, +\ and tel:\. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DomainController - -*This parameter has been deprecated from Teams PowerShell Modules 3.0 and above due to limited usage*. - -This parameter is reserved for internal Microsoft use. - -```yaml -Type: Fqdn -Parameter Sets: (All) -Aliases: DC -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Force - -*This parameter has been deprecated from Teams PowerShell Modules 3.0 and above due to limited usage*. - -The Force switch specifies whether to suppress warning and confirmation messages. -It can be useful in scripting to suppress interactive prompts. -If the Force switch isn't provided in the command, you're prompted for administrative input if required. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -LdapFilter - -*This parameter has been deprecated from Teams PowerShell Modules 3.0 and above due to limited usage*. - -Enables you to limit the returned data by filtering on generic Active Directory attributes (that is, attributes that are not specific to Skype for Business Server 2015). -For example, you can limit returned data to users who work in a specific department, or users who have a specified manager or job title. -The LdapFilter parameter uses the LDAP query language when creating filters. -For example, a filter that returns only users who work in the city of Redmond would look like this: "l=Redmond", with "l" (a lowercase L) representing the Active Directory attribute (locality); "=" representing the comparison operator (equal to); and "Redmond" representing the filter value. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResultSize Enables you to limit the number of records returned by the cmdlet. For example, to return seven users (regardless of the number of users that are in your forest) include the ResultSize parameter and set the parameter value to 7. @@ -212,50 +75,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Tenant - -*This parameter has been deprecated from Teams PowerShell Modules 3.0 and above due to limited usage*. - -NOTE: This parameter is reserved for internal Microsoft use. - -Specifies the globally unique identifier (GUID) of your Skype for Business Online tenant account. -For example: -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308". -You can find your tenant ID by running this command: - -`Get-CsTenant | Select-Object DisplayName, TenantID` - -```yaml -Type: Guid -Parameter Sets: (All) -Aliases: -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -TenantDomain - -*This parameter has been deprecated from Teams PowerShell Modules 3.0 and above due to limited usage*. - -This parameter is reserved for internal Microsoft use. - -```yaml -Type: Object -Parameter Sets: (All) -Aliases: -applicable: Microsoft Teams - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters 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).