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")
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Here's a quick one;
Set-StorageGroup -Identity "First Storage Group" -CircularLoggingEnabled $true
(the identity should be "SERVER NAME\STORAGE GROUP NAME")