Install-Module -Name MSOnline -Scope AllUsers -Force
Install-Module -Name MSCommerce -Scope AllUsers -Force
Install-Module -Name AzureAD -Scope AllUsers -Force
Install-Module -Name ExchangeOnlineManagement -Scope AllUsers -Force
Install-Module -Name Microsoft.Online.SharePoint.PowerShell -Scope AllUsers -Force
Install-Module -Name SharePointPnPPowerShellOnline -Scope AllUsers -Force
Install-Module -Name MicrosoftTeams -Scope -Scope AllUsers -Force
Install-Module Microsoft.Graph -Scope AllUsers -Force
Install-Module -Name SqlServer -Scope AllUsers -Force
Install-Module -Name PowerShellGet -Force
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope AllUsers -Force