Matt McNabb
Matt McNabb
I can only assume that the original API has finally been deprecated as expected in #2. I am now making time to create a V2 of this module, so please...
@VinceRibs 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...
@ahamin01 yes, that would be expected as new PowerShell Gallery features (prerelease versions) require the latest PowerShellGet module.
@KarunaPrasad `New-SCSession` no longer exists in the V2 module so `Connect-O365ServiceCommunications` is the correct command. What version of PowerShell and OS are you using? Are you certain the module is...
Welp! It looks like v2.0 of the API is now deprecated as well! This has now been integrated into the Microsoft Graph API, and as such will have a different...
@KarunaPrasad This project appears to be superseded by the Microsoft Graph PowerShell SDK found [here.](https://github.com/microsoftgraph/msgraph-sdk-powershell) In particular, look for the module "Microsoft.Graph.Devices.ServiceAnnouncement" and you'll be able to retrieve the information...
@onidaR Make sure you download the V2 module instead of the v1 module - it's in preview so you'll have to add the `-Prerelease` switch to `Install-Module`.
@mnaveensamrat It appears you mis-typed that command - it should be `Ipmo`, not `Impo`.
@mnaveensamrat `Import-Module` will load a module into your PowerShell session, but will not download it. To do that you need `Install-Module`.
Do you know what version of PowerShell you are working with? You can run `PSVersionTable` to check that. Feel free to copy and paste the results of that command here...