28.6 Set-DraCsUserAcp

Synopsis

Updates the Skype for Business Online audio conferencing provider information for a user.

Syntax

Set-DraCsUserAcp -Domain <String> -DraDomain <String> -Identifier <String> -Name <String> -ParticipantPasscode <String> -TollNumber <String> [-IsDefault <Boolean>] [-TollFreeNumbers <String[]>] [-Url <String>] [-DRARestServer <String>] [-DRARestPort <Int32>] [-IgnoreCertificateErrors <SwitchParameter>] [-Force <SwitchParameter>] [-Timeout <Int32>] [<CommonParameters>]

Description

The Set-DraCsUserAcp cmdlet updates the Skype for Business Online audio conferencing provider information for the specified user.

Parameters

Attribute / Description

Parameters / Values

Required

Position

Default Value

Accept Pipeline input?

Accept wildcard characters?

Identifier <String>

The name or distinguished name of an existing Active Directory object. When the name is specified, an additional call to the DRA Server is needed to obtain the distinguished name for the object.

true

named

 

true (ByPropertyName)

false

Domain <String>

The domain of the object in fqdn format. For example: mydomain.corp

true

named

 

true (ByPropertyName)

false

DraDomain <String>

The fully qualified domain name of the object.

true

named

 

true (ByPropertyName)

false

Name <String>

The name of the audio conferencing provider.

true

named

 

true (ByPropertyName)

false

ParticipantPasscode <String>

The passcode required to connect to a conference.

true

named

 

true (ByPropertyName)

false

TollNumber <String>

The toll number used for audio conferences.

false

named

 

true (ByPropertyName)

false

TollFreeNumbers [<String[]>]

The toll-free phone number used for audio conferences. Multiple numbers can be specified by separating values with commas.

false

named

 

true (ByPropertyName)

false

Url [<String>]

The URL for the audio conferencing provider.

true

named

 

true (ByPropertyName)

false

IsDefault [<Nullable`1>]

Flag indicating this audio conferencing provider should be set as the default for the user

false

named

 

true (ByPropertyName)

false

DRARestServer [<String>]

The name of the computer running the DRA Rest Service. The requested DRA operation will execute on this server. If the parameter is not specified, the value defaults to 'localhost'.

false

named

 

true (ByPropertyName)

false

DRARestPort [<Int32>]

The port where the DRA REST Service listens for requests. If the parameter is not specified, the value defaults to 8755.

false

named

8755

true (ByPropertyName)

false

IgnoreCertificateErrors [<SwitchParameter>]

Allows the request to bypass any SSL certificate errors, such as the InvalidOperation error that occurs when the REST Service is bound to a self-signed certificate.

false

named

 

false

false

Force [<SwitchParameter>]

Suppresses any request for user input and supplies a 'yes' response. For example: -Force with a delete request will perform the delete without presenting the confirmation request to the user.

false

named

 

false

false

Timeout [<Int32>]

The number of seconds to wait before the request to the DRA REST server times out. To specify an infinite timeout, you can set this parameter to -1.

false

named

100 seconds

false

false

<CommonParameters>

Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see About CommonParameters.

 

 

 

 

 

NOTE:For more information, type "Get-Help Set-DraCsUserAcp -detailed". For technical information, type "Get-Help Set-DraCsUserAcp -full".

Example 28-8 1

PS C:\>Set-DraCsUserAcp -Domain MyDomain.corp -Identifier "CN=Bob Jones,OU=Accounting,DC=MyDomain,DC=corp" -Domain acp.att.com -Name "ATT Conferencing" -ParticipantPasscode 999999 -TollNumber "14255551234" -TollFreeNumbers "18005556666", "18005557777", "18005558888" -Url "https://www.teleconference.att.com/servlet/glbAccess"

This example assigns the ATT Conferencing Skype for Business Online audio conferencing policy to the user Bob Jones and configures the participant passcode, toll number, three toll-free numbers, and a conference URL for the policy.