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")
Denne nettleseren støttes ikke lenger.
Oppgrader til Microsoft Edge for å dra nytte av de nyeste funksjonene, sikkerhetsoppdateringene og den nyeste tekniske støtten.
Here's a quick one;
Set-StorageGroup -Identity "First Storage Group" -CircularLoggingEnabled $true
(the identity should be "SERVER NAME\STORAGE GROUP NAME")