Matt McNabb

Results 44 comments of Matt McNabb
trafficstars

Ok, you probably need to install PowerShell v5.1 in order to take advantage of the PowerShell Gallery using the PowerShellGet module. If you can't do that, you can download this...

I'm wondering if this is a problem with the version of PowerShellGet? Can you try: ```PowerShell Install-Package PowerShellGet ``` And if that is successful you can try installing the module...

Please see #2 - I'm now beginning work on a V2 of this module.

@jlapchuk I have just release an alpha of the module that supports the V2 API. Please run `Install-Module O365ServiceCommunications -AllowPrerelease` to install it and try it out. It's a completely...