Microsoft FireFox

Just could not resist posting this on a quite Sunday afternoon… (not for me)… I am studying for my final exams…

What if Firefox was developed by Microsoft?

Well then you would have Microsoft FireFox 2007 Professional Edition.

This domain was registered on 24th October 2006, the day FireFox2 was released on its FTP Server, if you got there from the link I had blogged. Officially FireFox was RTM on 25th October 2006.

Interesting to note, the registrant has gone underground ;-) We don’t know who it is, because they have decided to pay for ‘privacy protection’…

Well in the end, the link to download points to IE7!

Why? What do you think of this?

Link to MsFireFox

Technorati tags:

del.icio.us tags:

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment:

Comment moderation is enabled. Your comment may take some time to appear.

PowerShell To Delete Site Collection « Alpesh Nakar's Blog

PowerShell To Delete Site Collection

It’s easy to create a site collection using PowerShell as seen in an earlier post. Now let’s see how easy it is to delete a site collection using PowerShell cmdlet. It’s any day efficient way to create and delete site collections using PowerShell then use Central Administration GUI.

For the purpose of testing we will

· Create a site collection named 2Delete using a site template STS#0

· Delete a site collection named 2Delete

  1. New site collection created using SharePoint 2010 Management Shell.
    clip_image002
  2. Site collection created. as per confirmation. Delete site collection using SharePoint 2010 Management Shell.
    clip_image004
  3. Press ENTER.
    clip_image006
  4. Site collection deleted.
    clip_image008

Comments so far »

  1. Irman said,

    Wrote on July 2, 2010 @ 9:18 am

    i was try to remove site with “Remove-SPSite http://…..
    But i get error below :
    Remove-SPSite : Cannot find an SPSite object with Id or Url: http://win-2k8:23349/algolab/.
    At line:1 char:14
    + Remove-SPSite <<<< http://win-2k8:23349/algolab/
    + CategoryInfo : InvalidData: (Microsoft.Share…mdletRemoveSite:SPCmdletRemoveSite) [Remove-SPSite], SPCmdletPipeBindException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletRemoveSite

    The site that i want to delete is in http://win-2k8:23349/algolab.
    Why i get error like that?help me please..

Comment RSS · TrackBack URI

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment:

Comment moderation is enabled. Your comment may take some time to appear.