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")
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
Here's a quick one;
Set-StorageGroup -Identity "First Storage Group" -CircularLoggingEnabled $true
(the identity should be "SERVER NAME\STORAGE GROUP NAME")