Archive for the ‘OCS’ Category

OCS – List All AD Enabled User Accounts That Are Also OCS Enabled

Monday, February 6th, 2012

2012-02-06 Initial Post
Windows Server 2003 SP2
Office Communications Server 2007 (non-R2)

csvde -f getOCSUsersListCSVDE-Output.csv -r "(&(objectCategory=user)(msRTCSIP-UserEnabled=TRUE)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))" -s dc001 -l "displayName" -j .

See http://support.microsoft.com/kb/269181 for explanation of userAccountControl and using bitwise filters with LDAP.

OCS 2007 On-Premise Web Conferencing Meeting Expiration

Friday, February 25th, 2011

2011-02-25 Updated

2011-01-28 Initial Post

I would really like someone to help me make sense of all the articles and posts about meeting expiration times and give me a definitive answer. And please don’t tell me about the ContentExpirationGracePeriod setting because it isn’t for setting the meeting expiration time itself—it’s for the content. Per the MS article, Managing Meeting Life Cycles, that setting is described as, “Grace period in addition to the expire time, after which the Web Conferencing Server should clean up content for a conference.” Note the terms “in addition to” and “content for a conference.” That means that it cleans up the content of the meeting after a certain grace period. It doesn’t mean that it sets a grace period for the meeting expiration time itself (and even if it did, that still doesn’t tell me how to set the actual meeting expiration time). (more…)

OCS – Find All Users With Federation Enabled via msRTCSIP-FederationEnabled Attribute

Saturday, February 12th, 2011

2011-02-12 Initial Post

Windows Server 2003 SP2

Office Communications Server 2007 (non-R2)

If you want to search for OCS users with federation enabled, use the simple LDAP query filter below. It took me some testing to figure out that "TRUE" had to be in all uppercase/all capitals. Other LDAP filters are case insenstitive, but it looks like searching for boolean values, at least in this case, requires upppercase. (more…)

Office Communications Server 2007 (non-R2) Install Notes

Sunday, February 6th, 2011

2011-02-06 Initial Post

Here are some notes that I made based on my experience  setting up my OCS test environment recently. I didn't use the R2 version because the client I work at doesn't use that version. (more…)

Office Communicator 2007 –> Save Password on Non-Domain-Member Computer For Automatic Sign In

Tuesday, January 26th, 2010

2010-01-21 Initial Post

If your computer is not a member of an AD domain that's trusted by your Office Communications Server 2007 Pool, your Office Communicator 2007 client will not display the option to save the password. You can enable a registry setting to have the OCS client display the checkbox that allows you to save your OCS password. You might wonder why you would ever need to do this, but you never know. I had a need for it since I work at a client and my computer is not a member of their domain. (more…)