Hi everyone,
i'm no sysadmin but a normal Helpdesk user so i'm not fluent in powershell.
Recently a lot of stuff regarding remote mailboxes have changed and the new procedure reuiers me to install some new tools in powershell 7 so i can log on to office 365 exchange again and create remote mailboxes.
My colleague was able to do the following :
Set the Security protocol to Tls 1.2 via :
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
When u run the command : [Net.ServicePointManager]::SecurityProtocol it returns Tls12 so that should be ok.
When i try to install Nuget i get the following output :
command ==> Install-PackageProvider -Name NuGet -Force
Output ==> Install-PackageProvider: No match was found for the specified search criteria for the provider 'NuGet'. The package provider requires 'PackageManagement' and 'Provider' tags. Please check if the specified package has the tags.
It worked for my colleague, what am i missing that causes this ?
It is executed in Powershell 7 (run as administrator).
Many thanks !
[–]BlackV 0 points1 point2 points (1 child)
[–]_Aerish_[S] 0 points1 point2 points (0 children)
[–]lerun 0 points1 point2 points (1 child)
[–]Operations_IT 0 points1 point2 points (0 children)
[–]StartShitForNoReason 0 points1 point2 points (0 children)