Adobe Soundbooth error message NV_OGL

Started getting this error message NV_OGL when launching Soundbooth. Seems like a Video driver issue. So I reinstalled my NVidia drivers, even tried a beta version with no luck. Solution was to reinstall Soundbooth and it started working. Not sure how it got corrupt, but reinstall worked.

Check which users are editing profile details

I had to create a report to list which users are edting their profiles. Im not going to list all the details, but i created this PS script. You might have to change MySite URL and start date. $mysiteHostUrl = “http://mysite” $mysite = Get-SPSite $mysiteHostUrl $context = [Microsoft.Office.Server.ServerContext]::GetContext($mysite) $manager =  Read more…

BI Resources and Links

Here’s a list of blogs that has helped me configure Power Pivot for SharePoint 2010 and 2013 SharePoint 2013 Kereberos setup http://blog.blksthl.com/2012/09/26/the-first-kerberos-guide-for-sharepoint-2013-technicians/#step4 Installing 2013 BI features : http://blogs.msdn.com/b/querysimon/archive/2012/11/26/installing-the-bi-features-of-sharepoint-2013.aspx Installing 2010 BI features: http://blog.cloudshare.com/2012/05/22/step-by-step-guide-to-installing-sharepoint-with-sql-2012-powerpivot-powerview-and-reporting-services/ another 2010 BI blog: http://blogs.msdn.com/b/karang/archive/2012/04/13/step-by-step-guide-of-installing-power-view-with-powerpivot-2012.aspx Notes: things get tricky in a multi server farm. the SQL install Read more…

Application Pool Password Recovery

I had to figure out an App Pool password. Depending on your version of IIS you can extract passwords. You just need to login remotely and have local admin access. For IIS 6 Download resource kit from http://www.microsoft.com/en-us/download/details.aspx?id=17275 And run Metabase Explorer, then just browse to your App Pool. Change Read more…