powershell
12 TopicsGet-CsOnlineVoicemailUserSettings really slow, is there a Graph alternative?
Get-CsOnlineVoicemailUserSettings takes around 1,5 seconds per user to get VoicemailEnabled value. I need to run this in a tenant with 100.000 users, leading to a VERY LONG TIME. Is there a faster PowerShell or Graph API alternative? Thanks, IvanSolved2.2KViews8likes2CommentsTeams powershell module Get-CsCallQueue Statistics are now blank?
We has been using the Get-CsCallQueue cmdlet that comes in the powershell Teams module to get the Number of Calls In Queue statistic for our call queues. As of a few days ago, this field has been coming back blank for all our queues. Does anyone know what causes this? A search of the web shows other people have had this issue over the last few years but I don't know if there is a solution on our end or if it is some change in Azure that is causing it?2.7KViews1like8CommentsManual Install of Teams PowerShell Module?
Instead of using Install-Module to install the latest version (1.1.6) of the Teams PowerShell module, is it possible to download the NUPKG file and manually install? I would like to install the module on a machine that has limited access to external sites and adding the PowerShell Gallery to that list is not an option at the moment. I've attempted to use the instructions at the link below but doing so results in a bunch of "could not load file or assembly" errors when attempting Import-Module MicrosoftTeams. Is a manual install even possible? https://docs.microsoft.com/en-us/powershell/scripting/gallery/how-to/working-with-packages/manual-download?view=powershell-7.1#using-manual-download-to-acquire-a-packageSolved16KViews1like4Comments