9 Feb, 2010
The Set-SPWebApplication cmdlet configures the Web application specified by the Identity parameter. For any settings that are zone-specific (for the Zone parameter set), the zone to configure must be provided. The provided zone must already exist.
Get-SPWebApplication http://server | Set-SPWebApplication -Zone “Extranet” -HostHeader “http://www.justsharepoint.com” – AllowAnonymousAccess
This example sets the HostHeader URL for the Extranet zone of the given Web application as http://www.justsharepoint.com and enables anonymous access.
28 Jan, 2010
The following PowerShell cmdlet will get all the diagnostic configuration values
Get-SPDiagnosticConfig

If you want to change the location of your diagnostic configuration log use the following PowerShell cmdlet
Set-SPDiagnosticConfig -LogLocation D:\SharePointLogs\
27 Jan, 2010
Last week or so, my good old mate, Ivan Brebner launched Digital Atmosphere public facing site on SharePoint 2010 Foundation (Beta)!
Congratulations to Ivan on this launch! I believe this is not only Aussie First but possibly the first SharePoint Consulting company (in Asia Pacific) to launch on SharePoint 2010 Foundation (Beta).
Check out the site which has been customised by Ivan himself and has a good mix of Silverlight as well!
Digital Atmosphere http://mysp.in/brebinator
27 Jan, 2010
Early this week (Monday), I had tweeted that SharePoint 2010 Beta and Exchange 2010 Download was available for Microsoft Partners – SDPS. If you are following me on http://twitter.com/alpesh you know about it! This download has now been made available for everyone.
To quote from the download page:
Overview
This download contains a two Virtual Machine set for evaluating and demonstrating Office 2010 and SharePoint 2010.
Virtual machine “a” contains the following pre-configured software:
1. Windows Server 2008 SP2 Standard Edition x64, running as an Active Directory Domain Controller for the “CONTOSO.COM” domain with DNS and WINS Read more... (624 words, estimated 2:30 mins reading time)
26 Jan, 2010
In order to execute farm level cmdlets in SharePoint Management Shell you will need to be given Shell Admin access. Even if you are a farm administrator and you have not been given Shell Admin Access, then you won’t be able to execute farm administrative operation using PowerShell. There are lots of operations that you cannot do via the Central Administration GUI and for which you will require Shell Admin Access.
List who has SP Shell Admin Access
Before you get started with addition, it would be good to check who has Shell Admin access using the following PowerShell cmdlet Read more... (236 words, 5 images, estimated 57 secs reading time)