Install-LrsAdmin
Downloads and installs Lync Room System admin web interface, along with all dependencies.
Syntax
Install-LrsAdmin.ps1 [[-LrsAppUser] <String>] [[-LrsAppUserOU] <String>] [[-LrsSupportAdminGroup] <String>] [[-LrsSupportAdminGroupOU] <String>] [[-LrsFullAccessAdminGroup] <String>] [[-LrsFullAccessAdminGroupOU] <String>] [[-PoolName] <String>] [[-SipDomain] <String>] [<CommonParameters>]
Parameters
| Name | Description | Required? | Pipeline Input? | Default Value |
|---|---|---|---|---|
| LrsAppUser | Name of the user who the app will run as. This user will be created if it doesn't exist. | false | false | LRSApp |
| LrsAppUserOU | Active Directory OU to create the user in. This must already exist. | false | false | CN=Users |
| LrsSupportAdminGroup | Name of the group that will get read-only support role assigned. This group will be created if it doesn't exist. | false | false | LRSSupportAdminGroup |
| LrsSupportAdminGroupOU | Active Directory OU to create the group in. This must already exist. | false | false | CN=Users |
| LrsFullAccessAdminGroup | Name of the group that will get full admin role assigned. This group will be created if it doesn't exist. | false | false | LRSFullAccessAdminGroup |
| LrsFullAccessAdminGroupOU | Active Directory OU to create the group in. This must already exist. | false | false | CN=Users |
| PoolName | Name of the Lync pool the LrsAppUser will be enabled in. This will be auto-detected if it isn't specified. | false | false | |
| SipDomain | SIP Domain to assign to LrsAppUser when it's enabled for Lync. | false | false |
Notes
Version 1.0.0 (2015-01-05)
Written by Paul Vaillant
http://technet.microsoft.com/en-us/library/dn436324.aspx