Windows PowerShell de Microsoft 365 Exchange ve SharePoint tarafında işlem yapmak için aşağıdaki modülleri kurmanız gerekiyor. Yönetici olarak açtığınız PowerShell komutlarını sırasıyla çalıştırınız ve kurunuz Install-Module -Name ExchangeOnlineManagement -RequiredVersion 3.1.0#Install-Module ExchangeOnlineManagementSet-ExecutionPolicy RemoteSignedInstall-Module PowershellGet -ForceUpdate-Module PowershellGetInstall-Module MSOnlineInstall-Module -Name ExchangeOnlineManagement -Force -Scope AllUsersImport-Module ExchangeOnlineManagementGet-Module ExchangeOnlineManagementInstall-PackageProvider -Name NuGet -ForceInstall-Module PowerShellGet -AllowClobber -ForceSet-PSRepository -Name PSGallery -InstallationPolicy TrustedInstall-Module -Name Microsoft.Online.SharePoint.PowerShellInstall-Module …