How to enable Circular logging in Exchange 2007

Here's a quick one;

 

 Set-StorageGroup -Identity "First Storage Group" -CircularLoggingEnabled $true
  
 (the identity should be "SERVER NAME\STORAGE GROUP NAME")