Powershell Windows

Powershell Microsoft 365 Exchange Modülleri kurumları

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 ExchangeOnlineManagement
Set-ExecutionPolicy RemoteSigned
Install-Module PowershellGet -Force
Update-Module PowershellGet
Install-Module MSOnline
Install-Module -Name ExchangeOnlineManagement -Force -Scope AllUsers
Import-Module ExchangeOnlineManagement
Get-Module ExchangeOnlineManagement
Install-PackageProvider -Name NuGet -Force
Install-Module PowerShellGet -AllowClobber -Force
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module -Name Microsoft.Online.SharePoint.PowerShell
Install-Module -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser
Update-Module -Name Microsoft.Online.SharePoint.PowerShell
$PSVersionTable.psversion
Update-Module

Bunlar da hoşunuza gidebilir...

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir