From 59d034a8dcd6ca7d4b6d68e61136e8c4648b4257 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 21 Oct 2023 19:27:48 +0200 Subject: [PATCH] Ajouter Exchange/Modification-quota.ps1 --- Exchange/Modification-quota.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Exchange/Modification-quota.ps1 diff --git a/Exchange/Modification-quota.ps1 b/Exchange/Modification-quota.ps1 new file mode 100644 index 0000000..e8db053 --- /dev/null +++ b/Exchange/Modification-quota.ps1 @@ -0,0 +1,2 @@ + +Set-mailbox $User.Identity -UseDatabaseQuotaDefaults $true -ProhibitSendReceiveQuota 'Unlimited' -ProhibitSendQuota 'unlimited' -CalendarLoggingQuota 1GB \ No newline at end of file