martensnico / Office365.Connect

One line to connect to all your Office 365 tenants using PowerShell
6 stars 0 forks source link

SkypeOnlineConnector is not downloadable from the PowerShell Gallery #5

Closed thomasvochten closed 6 years ago

thomasvochten commented 6 years ago

I could not find the SkypeOnlineConnector module through the PowerShell Gallery, although the module suggests this should be possible. Automatically installing it therefore fails too. Probably need to include a download link, link the Microsoft Online Services Sign-in Assistant

kilasuit commented 6 years ago

@martensnico - this could be replaced with using an Invoke-WebRequest to the url for the Skype Online Connector Module and use -OutFile and then Start-Process to the path to install it

Something similar to https://github.com/kilasuit/PoshFunctions/blob/Dev/Scripts/Install-Win10RSATTools.ps1

martensnico commented 6 years ago

I'm working on making automatic install of the Skype module and the sign-in assistant optional. So people can decide. Thanks!

martensnico commented 6 years ago

You now have the choice to automatically download and install: