Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Microsoft Lync Server 2010 Front End : Administration & Troubleshooting

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
8/17/2011 5:52:54 PM

Administration

This section reviews common administration tasks for Lync Server. The focus is primarily on the use of the PowerShell-based Management Shell. The most common administrative function is enabling a user for Lync Server. For example, to enable the user Rand Morimoto with the SIP address of [email protected], you use the following command:

Enable-csUser –Identity "Rand Morimoto" –RegistrarPool
"cspool.companyabc.com" –SIPAddress "sip:[email protected]"

This example explicitly specifies the SIP address to be used. Lync Server can also automatically generate the address using the SIPAddressType parameter based on a number of options including first.last name (firstLastName), email address (emailaddress), UPN (userPrincipalName), and SAM account name (SAMAccountName). This is helpful when enabling a large number of users and when specifying the actual SIP address isn’t practical. To enable a user with a SIP address that is his email address, use the following cmdlet syntax:

Enable-csuser –Identity <user Identity> -RegistrarPool <front end
pool FQDN> -SIPAddressType EmailAddress

Obviously, enabling a user can also be done in the Lync Server Control Panel. However, it’s often faster to simply use the management shell.

Let’s look at a more traditional PowerShell concept applied to Lync Server: the Get-CsUser and Get-CsAdUser cmdlets. On the surface, you might think these cmdlets are almost identical; however, that is not the case. They are actually different. The biggest difference is that Get-CsUser returns results only for Lync Server–enabled users. So, if users are currently enabled or the Identity parameter is specified to be a nonenabled user, the cmdlet won’t return any data. Get-CsAdUser returns data for both enabled and nonenabled users.

That leads to the question, “Why not use Get-CsAdUser all the time?” The answer is the cmdlets return different information when used appropriately. Table 1 displays the attributes returned by each. As you can see, Get-CsAdUser returns general Active Directory information, whereas Get-CsUser returns Lync Server-specific information. There is a small bit of overlap, but only where Lync Server references a generic Active Directory field.

Table 1. Information Returned by Get-CsUser and Get-CsAdUser Cmdlets
Get-CsUserGet-CsAdUser
 AddressListMembership AltSecurityIdentities
ArchivingPolicy 
 Assistant
AudioVideoDisabled 
 City
ClientPolicy 
ClientVersionPolicy 
 Company
ConferencingPolicy 
 CountryAbbreviation

CountryCode

CountryOrRegionDisplayName
CSEnabledCSEnabled

Department

Description
DialPlan 
DisplayNameDisplayName DistinguishedName
 EmployeeId
EnabledForRichPresence

EnterpriseVoiceEnabled

ExternalAccessPolicy
 
 Fax

FirstName

Guid

HomePhone
HomeServer

HostedVoiceMail

HostedVoicemailPolicy

HostingProvider
 
 Id
IdentityIdentity

Info

Initials
IPPBXSoftPhoneRoutingEnabled 
 IPPhone

IsValid

LastName
LineServerURI 
LineURI 
LocationPolicy 
 Manager

MiddleName

MobilePhone

Name

ObjectCategory
 ObjectCategoryCN

ObjectClass

ObjectState

Office

OriginatingServer
OriginatorSid 
 OtherFax

OtherHomePhone

OtherIPPhone

OtherMobile

OtherPager

OtherTelephone

Pager

PasswordLastSet

Phone
PinPolicy 
 PostalCode

PostOfficeBox

PreferredLanguage
PresencePolicy 
 PrimaryGroupId
PrivateLine 
 ProxyAddresses
RegistrarPool 
RemoteCallControlTelephonyEnabled 
SamAccountNameSamAccountName

Sid

SidHistory
SipAddressSipAddress

StateOrProvince

Street

StreetAddress
TargetHomeServer 
TargetRegistrarPool 
TenantIdTenantId

Title

Url

UserAccountControl
UserPrincipalNameUserPrincipalName
VoicePolicy 
 WebPage

WhenChanged

WhenCreated

WindowsEmailAddress

Troubleshooting

As with previous versions of Communications Server, there are two major gremlins with the Front End role: certificates and DNS. The new Deployment Wizard takes most of the guesswork out of certificate generation by automatically filling the SAN fields with the appropriate FQDNs for a given deployment. However, in more complex environments manual configuration might be necessary.

The added convenience of the Deployment Wizard doesn’t lessen the importance of certificates. They are still core to all server and server-client communications. DNS, on the other hand, is not automated. For each pool created, the administrator needs to create an A record for each pool pointing to the load-balanced VIP for multiple-server pools or to the front end IP address for single-server pools.

The Lync Server event log is also a good place to check for errors. From the Start menu, select Administrative Tools, and then select Event Viewer. Expand the Applications and Services Logs item and select Lync Server. All events related to Lync Server functions reside here. Often, the error description is enough to identify the problem and make clear the resolution.

Other -----------------
- Microsoft Lync Server 2010 Front End : Configuration
- Microsoft Dynamic NAV : Rapid Implementation Methodology
- Managing stylesheets in Dynamics NAV
- Exchange Server 2010 : Mastering Mobile Device and Wireless Access Essentials & Mastering Remote Mail and Outlook Anywhere Essentials
- Exchange Server 2010 : Managing Mobile Messaging Users - Mastering Outlook Web App Essentials
- Microsoft SQL Server 2008 Analysis Services : Designing More Complex Dimensions - Grouping and Banding
- Microsoft SQL Server 2008 Analysis Services : Building a Simple Cube
- Migrating to Windows Small Business Server 2011 Standard : Preparing Your Server (part 4) - Running the Migration Preparation Tool
- Migrating to Windows Small Business Server 2011 Standard : Preparing Your Server (part 3) - Best Practices Analyzer & Optimize Exchange Mailboxes
- Migrating to Windows Small Business Server 2011 Standard : Preparing Your Server (part 2) - Install Router, Firewall & Configuring Active Directory
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server