Wednesday, November 18, 2009

Helicon Ape (Apache emulator for Microsoft IIS)

It literally implements Apache configuration model (like .htaccess and httpd.conf files) and all most demanded Apache modules in a single IIS add-on, not only making IIS compatible with Apache, but also extending it’s functionality by a number of highly essential features.

Source : www.helicontech.com/ape/

Monday, November 16, 2009

How to add a Windows group in the SharePoint Farm Administrator’s group

I know what’s your gone say: “it’s easy just add the Windows group in the Farm Administrator’s group from Central Admin”. You’re almost right.

Here’s the thing :

One of our developers created a custom  “Self-Service Site Creation” application. Has you know, to be able to create a new site collection you must be a member of the “Farm Administrator’s group”, so his application has to do an impersonate with an account that is a member of that group.

We always prefer to use Windows Groups (when possible), so we have created a new windows group “SharePoint Farm Admins”, added the impersonated user in that group and added that group to the SharePoint Administrator’s group.

Here’s the problem :

When the Self-Service Site Creation application try to create a new site collection an error is generated :

Insufficient SQL database permissions for user ‘***** ’in database 'SharePoint_AdminContent_******’ on SQL Server instance ‘****’. Additional error information from SQL Server is included below.  The EXECUTE permission was denied on the object …

Here’s the solution :

Just logon once in Central Admin with your impersonated account and recyle the application pool in IIS.

Here’s the explanation :

I’m not a SharePoint engineer (so I could be wrong), but as I understand it any account that logon to SharePoint must have a profile stored in the database (tables UserInfo and  AllUserData in SharePoint_AdminCoutent DB ). When you logon for the first time through a SharePoint page a new profile is created by SharePoint. When you use system’s API to do an impersonate the new profile doesn’t get created at your first logon, so you get an error.

That’s why you simply have to logon once to Central Admin, your new profile gets created and everything starts to work after that.

Note :

This type of profile is not visible in any Central Admin’s UI pages. You have to dig in SharePoint DB to see it.

Thursday, November 12, 2009

REPORT: VW takes over #1 carmaker slot, sings "Wir sind die Meister, mein Freund"

It was a little more than a year ago when Volkswagen, because of Porsche's stock market finagling, briefly became the most valuable company in the world. This was just after it passed Ford for the number three slot in global sales. Now the big company that could -- powered by the little car that could -- has passed Toyota to take the number one slot as the world's largest automaker.

Source : Autoblog

Wednesday, November 11, 2009

VHD Attach

This is small tool that adds Attach and Detach option to contextual (aka right-click) menu of Virtual disk (vhd) files. That enables those operations to be done without trip to Disk Management console. Detach option is available on hard drive contextual menu also.

Additionally program can be used as classic utility in order to see various information about virtual disk, even without attaching it.

Do notice that this program only works with Windows 7 and Windows Server 2008 R2. Older operating systems are not supported.

vhdattach

Download

Source : Bink.nu

Double click to mount a virtual hard disk (Windows 7 Style)

I have been wanting to come up with a workable solution for mounting virtual hard disks by double clicking on them in Windows 7 for a while now.  The problem is that:

  • There is no easily scriptable API for VHD mounting
  • You need to be elevated (running “As Administrator”) in order to mount a virtual hard disk

The best idea I could think of for a simple solution was to try scripting the DISKPART tool.  Unfortunately – once I got going I got a bit carried away.  The result is this batch file …

Source : Virtual PC Guy's WebLog

Thursday, October 29, 2009

Access Services in SharePoint 2010 or: How I Learned to Stop Worrying and Love Access 2010

Like most .NET developers I had looked as Access as more of a file format than an application, something from the past.

So enters Office 2010 and SharePoint 2010 Access Services, for me this changes the game. For those who don’t know this technology, you can create an Access database locally on your PC then publish it to SharePoint. Tables become SharePoint lists, macros become workflows and forms well become forms. Access becomes a RAD tool to create data driven SharePoint sites.

Source : Richard Fennell

Short Overview of SharePoint Features in Visual Studio 2010

As you probably know, Visual Studio 2010 was announced last week and it contains a lot of great features and project templates for SharePoint developers. Below is a short overview for some of the SharePoint development related features and project templates.

  • Configurable deployment
  • Sandboxed and farm solutions
  • Extending SharePoint Tools
  • Feature and Package Designer
  • SharePoint Explorer
  • SharePoint Project and Project Item Templates
  • Project Templates
  • Project Item Templates

Source : Microsoft SharePoint Team Blog

Tuesday, October 27, 2009

Active Directory management with PowerShell v2

The introduction of PowerShell was a major improvement for all administrators who are not afraid of the CLI. However, it also has some drawbacks. For instance, it is not included in the OS and it lacks many features. Microsoft wanted to correct those shortcomings. PowerShell Version 2 is now a part of Windows 7 and Windows Server 2008 RC2 and offers many new Cmdlets. One area that was improved is the management of the Active Directory (AD).

If you want to use these new features, you have to add the Cmdlets first. PowerShell v2 is now modularized.

Source : 4sysops

Thursday, October 22, 2009

Windows Virtual PC / Windows XP Mode RTM now available for general download

Go and get it:

http://www.microsoft.com/windows/virtual-pc/download.aspx

Cheers,
Ben

Source : Virtual PC Guy's WebLog

Microsoft releases Windows 7 sponsored themes

As the official Windows 7 launch is set in motion, a bunch of new content is being released online to support the wider public availability. To kick things off, a handful of new first-party theme pack have been released on Windows.com.

Source : Bink.nu