8
0

Move old projects to archive

This commit is contained in:
2025-03-05 09:08:58 +01:00
parent 97aa6cf5f8
commit eaac06615c
14 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
cls
Get-Mailbox digitaldata | foreach {
#Write-Host (Get-Mailbox digitaldata).PrimarySmtpAddress
try {
C:\Users\Administrator.APPEL-GMBH\Desktop\Create-Folders.ps1 $_.PrimarySmtpAddress "test" -ParentFolder inbox -EwsUrl https://appel-com01.appel-gmbh.local/EWS/Exchange.asmx -EWSManagedApiPath "C:\Program Files\Microsoft\Exchange\Web Services\2.0\Microsoft.Exchange.WebServices.dll"
} #end try
catch {
Write-Host (Get-Mailbox digitaldata).PrimarySmtpAddress
} #end catch
}