//
archives

Desktop Feedbag

Desktop Feedbag has written 152 posts for Desktop Feedbag

Don’t forget to apply your Exchange 2010 DAG Hotfixes

These also apply to post Service Pack 2. http://blogs.technet.com/b/exchange/archive/2011/11/20/recommended-windows-hotfix-for-database-availability-groups-running-windows-server- 2008-r2.aspx

Good one liner for Exchange 2007 and 2010 to find DSN Failures

Good one liner for Exchange 2007 and 2010 to find DSN Failures. Get-MessageTrackingLog -resultsize unlimited -start "12/13/2011 3:00PM" -End "12/13/2011 6:00PM" -Server srv-hub02 | ? {$_.EventId -eq "DSN" -and $_.SourceContext -eq "Failure"} | select timestamp,recipients,messagesubject

SAN iSCSI testing

I started using Openfiler, very nice open source tool for creating shared storage within ESX and Hyper-V, perfect for home lab use.

Hyper-V: Create a Virtual SAN appliance for shared storage testing

http://searchservervirtualization.techtarget.com/tip/How-to-install-an-open-source-iSCSI-SAN-server-inside-Microsoft-Hyper-V

Hurricane Irene: News reporter covered in raw sewage

http://www.myfoxny.com/dpp/news/fox-reporter-gives-update-covered-in-sea-foam-20110827#.TlpYR34fqrE.facebook

Hmmm, what’s up with Droid and Apple? Not good.

http://www.ibtimes.com/articles/182074/20110718/android-apple-htc-itc-mobile-os-patent-infringement-oracle-motorola-oem-samsung-iphone-steve-jobs-li.htm

MS Office 2010 Service Pack 1, what’s changed

This spreadsheet will show all. http://download.microsoft.com/download/5/1/2/512CC712-4070-4CFF-BC4A-B3AFF0E21A1E/Microsoft%20Office%202010%20Service%20Pack%201%20Changes.xlsx

Microsoft Lync Server 2010 Group Chat SQL Query

Use the SQL query below to get Who, What, Where, and When out of Microsoft Lync Group Chat. SELECT dbo.tblChat.userId, dbo.tblPrincipal.prinName, dbo.tblChat.[content], dbo.tblNode.nodeName, dbo.fnTicksToDate(dbo.tblChat.chatDate) AS date FROM dbo.tblChat INNER JOIN dbo.tblPrincipal ON dbo.tblChat.userId = dbo.tblPrincipal.prinID INNER JOIN dbo.tblNode ON dbo.tblChat.channelId = dbo.tblNode.nodeID

Lync Server 2010 Archiving Report

This looks interesting. http://dusk1911.wordpress.com/2011/03/02/lync-2010-im-archive-report/

How to: Remove Lync SQL Store from Active Directory and start a new Central Management Store

So today I was publishing the Lync topology into SQL and tried using a DNS alias to our SQL server(s). No go, however it built my Central Management Store and put the DNS alias into Active Directory. No matter what I did I could not republish a new topology with a different SQL CMS location … Continue reading »

Just got my Lync Server 2010 Unleashed Book

Wow……..great book so far. I would recommend this book to anyone supporting or getting ready to rollout Microsoft Lync Server. http://www.amazon.com/Microsoft-Lync-Server-2010-Unleashed/dp/0672330342

What schema changes are part of Lync?

Found this good read. http://blogs.technet.com/b/dodeitte/archive/2010/10/20/what-happens-during-schemaprep-in-lync-server-2010.aspx

MDOP 2011 released

Major updates include App-V 4.6 SP1 http://blogs.technet.com/b/appv/archive/2011/03/10/mdop-2011-including-app-v-4-6-sp1-is-now-available.aspx

Instance-GUID Exchange 2010 Outlook 2003 fix, COMING SOON

Just saw this pass through the forums, this is good news. Issue: Server name properties in Outlook 2003 profiles were being changed to an Instance-{GUID} value. This resulted in multiple issues within the Outlook 2003 client. In some extreme cases, clients would lose connectivity to Exchange entirely. In other cases, the clients would experience issues … Continue reading »

Print from any device

Google cloud printing. http://goo.gl/2kKz8

Exchange 2010: How to see how many OWA users are connected

A simple way is to use Performance Monitor. Hook to MSExchange OWA and the add current user. It doesn’t tell you who, but it will at least give you a count. In my example I have the Exchange tools loaded on my desktop so within Performance Monitor on that remote machine I was able to … Continue reading »

Failed Exchange 2010 Jetress within ESXi vSphere 4.1

A grueling couple of days of running the MS Exchange 2010 Jetstress tool and watching it fail for the read latency tests. This was for 4 mailbox servers and 12 databases with one passive copy in the DAG. The active copy disk lives on an EMC CX4 SAN and the passive lives on an EMC … Continue reading »

How to monitor and log, centrally, OCS 2007 R2 desktop sharing logs

First, install an OCS 2007 R2 monitoring server, on a seperate server from the OCS pool.  Once that is setup using the MS directions in the link at the beginning of this post.  Create a new SQL View on the LcsCDR database with the following code below. USE [LcsCDR] SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER … Continue reading »

PowerShell BING Site

Bing has released a web interface to all the Powershell cmdlets, very cool, searchable and examples on how to use each cmdlet. http://www.bing.com/visualsearch?g=powershell_cmdlets&FORM=SGEWEB&qpvt=powershell#r=53

Great OCS 2007 R2 lab setup guide

Go here for an excellent write up with screenshots on deploying OCS 2007 R2 into a hyper-v lab environment. http://tinyurl.com/7yf9fy I got OCS up and running into a production enviornment and love it, next up is connecting to the P BX.

Follow

Get every new post delivered to your Inbox.

Join 31 other followers