Updated: Microsoft #Lync Server 2010 Protocol Workloads Poster

image

This poster shows each workload in Lync Server 2010, describing relationships, dependencies, the servers that initiate connections, and certificate requirements. Relationships between Microsoft Lync 2010 communications software, Microsoft Lync 2010 Phone Edition, Microsoft Office Live Meeting 2007, Microsoft Lync Web App, and other communications software are also described. SIP and XMPP connection patterns are shown for Yahoo!, MSN, AOL, Gmail, and Jabber.

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ad8ff3fb-014e-4fd7-8003-436d896ab0c6

List all #OCS users that are:

Enabled

get-wmiobject -class MSFT_SIPESUserSetting | Where-Object {$_.Enabled -eq $True}

UCEnabled

get-wmiobject -class MSFT_SIPESUserSetting | Where-Object {$_.UCEnabled -eq $True}

or whatever..

Just look in the output and change the Where-Object field to something that you want to search for.

 

Can easily be outputted to a csv or html for further data processing.

OCS 2007 R2 – The Identity of Application Pool LSGroupExpAppPool is Invalid

Event ID: 5021

Source: Windows Process Activation Service (WAS)

The identity of application pool LSGroupExpAppPool is invalid. The user name or password that is specified for the identity may be incorrect, or the user may not have batch logon rights. If the identity is not corrected, the application pool will be disabled when the application pool receives its first request. If batch logon rights are causing the problem, the identity in the IIS configuration store must be changed after rights have been granted before Windows Process Activation Service (WAS) can retry the logon. If the identity remains invalid after the first request for the application pool is processed, the application pool will be disabled. The data field contains the error number.

 

The issue was caused by a Group Policy that was conflicting with the rights applied by the OCS installation to the ‘Log on as a batch job’ and ‘Log on as a service’ user rights in the Local Security Policy on the OCS server.

The fix is to ensure that the RTC Service and RTCComponentService accounts have the ‘Log on as a batch job’ and ‘Log on as a service’ user rights on the OCS server. This right can be found in Local Security Policy > Computer Configuration > Windows Settings > Local Policies > User Rights Assignment. Either remove the conflicting Group Policy and fix the Local Policy or add the rights to the Group Policy.

Thanks to

http://waveformation.com/2009/06/08/event-5021-the-identity-of-application-pool-lsgroupexpapppool-is-invalid/

#Zune and the music video pricing?

Ok so I’m living my 3 screens and a cloud life and all is great, I stream / download all the music I want and haven’t been a pirate for many years now. Until I wanted to look at a music video in my WP7.

So a 3 minutes SD music video is 159 points Surprised smile that’s 3 min of standard def for 159 points folks…

image

I mean come on, I can just go to Youtube and look at the same video for FREE in HD

and the best part of this is that a fairly new blockbuster movie is only 320 point?

image

So there is something seriously messed up with the music industry and how they do their pricing of music videos for zune compared to youtube.

And Microsoft… what’s up with the points, I want a $

Off topic: Add drive extender back to Vail

Removing drive extender from Vail is a mistake. It may make sense for businesses, but drive extender and automatic duplication of data is the key selling point of WHS. It means consumers don’t have to deal with RAID or other third party duplication software. Please add it back to WHS.

Please log in to connect and show MS that we want it back. it will only take 15 sec.

https://connect.microsoft.com/WindowsHomeServer/feedback/details/624029/add-drive-extender-back-to-vail?wa=wsignin1.0#tabs

So I repeat

  1. Go to https://connect.microsoft.com/WindowsHomeServer/feedback/details/624029/add-drive-extender-back-to-vail?wa=wsignin1.0#tabs
  2. Click this button
    1. image
    2. Post a comment

Save hours: Exchange 2010 can not create new database

I got a fresh installed Exchange 2010 and I just wanted to add one more database. I could do Everything else but when adding a database I got the error:

——————————————————–
Microsoft Exchange Error
——————————————————–
Failed to mount database ‘Mailbox’.
Mailbox
Failed
Error:
Active Directory operation failed on bdc3.propel.com. This error is not retriable. Additional information: Access is denied.
Active directory response: 00000005: SecErr: DSID-03151E04, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
The user has insufficient access rights.

 

The solution was simple after an hour on google and in the forums.

Just re-run the setup with /preparedomain and it will solve the problem.

Or actually it created the database just fine, but didn’t mount it.. So just wait a few minutes and then try again and it will mount.