And the winners of one of three Visual Studio 2010 with MSDN are…..

As most of you would have seen, I ran a mini competition here to win one of THREE Visual Studio 2010 with MSDN subscriptions here – please note that this offer is now CLOSED.

Before I get to the names of the lucky people, I would like to thank all of the 1020 applicants for their entries, although I understand your disappointment I can assure you that if I get another chance to do run a similar offer I will let you all know.

So without further “ado” (pardon the pun) the winners were:

  • David Hannah
  • Chris Board
  • Mutahir Ali

Congratulations to all of the winners and I hope to see you all putting this opportunity to use in the wider communities.

Last Updated (Tuesday, 20 July 2010 20:28)

 

3 Free Microsoft Visual Studio 2010 with MSDN Ultimate Subscriptions to give away…

VisualStudio

***** Please note that this offer is now CLOSED *****

Yep, you have read that correctly, thanks to Microsoft and the MVP programme I have 3 (three) Microsoft Visual Studio 2010 Ultimate with MSDN subscriptions to give away to three of my lucky readers – each subscription is worth around £10,000 ($15176.58 - USD) if you bought them new (you could find them cheaper if you shop around – but it is still a large amount of cash).

So between Microsoft and I that is around 30 (45 - USD) grands worth of prize to you folks out there!

These are to all intents and purposes fully functional 12 month subscriptions to MSDN with Visual Studio 2010 – with the only limitations of the subscriptions are:

  1. No technical support benefits (e.g. no support incidents)
  2. MSDN Magazine is not included
  3. Access to the products which are included with the MSDN subscription are for development and test purposes only

 

Last Updated (Tuesday, 20 July 2010 20:27)

Read more...

 

Powershell v2.0 Script to Rename Local and Remote Machine User Accounts…

One of the things that I do once I have built a server is to re-name the default Administrative Account on the local machine (which I am sure is common amongst most of you) .
I have been meaning for a while to write a Script in Powershell which accomplishes the above task (rather than relying on either manual methods or indeed a trusty VBScript) – but until recently I have not had the chance to sit down a compose one.

In this article I would like to share with you a sample Powershell v2.0 script which can rename accounts on either a local or remote machine (as long as both machines are running Powershell v2.0 and have Windows Remote Management enabled to accept remote management requests).

Last Updated (Sunday, 16 May 2010 18:31)

Read more...

 

Exchange 2007 Service Pack 2 with the Exchange Plug-in, Recovery Storage Groups and Windows 2008 Server Backup…

Well I guess the title of this article perhaps might belong in a techno nerdy film (or perhaps not); but as it indeed suggests I have been playing around with Exchange 2007 SP2 (like many Exchange admins) but more to the point the new (and long awaited) VSS plug in for Windows 2008 Server.

The Exchange Plug-in for Windows 2008 contained within Exchange SP 2 has been on my radar over the last few weeks, mainly because I was asked to write a separate article for a very well known technical website (more on this in a later post I cannot say too much here) based around Exchange 2007 Disaster Recovery and as with all my articles I had performed quite a bit of research.

For those of you whom have missed it – or indeed just perhaps might not care, Service Pack 1 for Exchange 2007 was a but of a milestone for Exchange Server as it was made compatible (or perhaps more to the point was supported on Windows 2008 SP1) – however; public outcry was not far behind this particular event; as many Exchange Admin quickly noticed that in a rather cruel deviation from history there was no native support to back-up Exchange within Windows.

For the benefit of those of you whom have not been with us for the last 10 years  in essence; Windows Server from Windows NT 4.0 and Exchange 5.5 once Exchange was installed on the host platform the native Windows back-up tool was upgraded to support Exchange backup. This was enjoyed all the way through many versions of Windows and Exchange up to Windows 2003 x64 and Exchange 2007 (RTM, SP1 and 2) however in the event of Windows 2008 support for Exchange 2007 (from Exchange SP1) this support stopped.

The only way in which you could back-up Exchange here on in (on a Windows 2008 platform) was via a file backup – which of course meant dismounting your databases – performing the backup and then remount databases – all possible, but a little messy and meant downtime on your store.

Last Updated (Sunday, 27 June 2010 13:48)

Read more...

 

Quick Tip – Powershell Remote - The client cannot connect to the destination specified in the request…

Quick tip this one, and indeed one which solves a pretty simple issue when trying to remote to a server which has Powershell v2.0 installed.

To give you a very quick overview I have been writing a few scripts for Exchange which execute both locally and on remote machines to perform certain tasks (where the remote execution takes advantage of the secure remote management features which Powershell v2.0 provides via WinRM). The Servers which I have been using these scripts on are Windows 2008 based with Exchange 2007.

Initially when executing  the remote portions of my scripts (at the point where I attempt to establish a remote Powershell session to one of the servers) I would receive the following error message:

PS C:\> New-PSSession -ComputerName lab-dc-01
[lab-dc-01] Connecting to remote server failed with the following error message : The client cannot connect to the destination specified in the request. Verify that the service on the destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see the about_Remote_Troubleshooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportException
    + FullyQualifiedErrorId : PSSessionOpenFailed
PS C:\>

Last Updated (Sunday, 16 May 2010 17:01)

Read more...

 
English (United Kingdom)