Hello, recently a few of our skypeForBusiness Ps commands start throwing error, the one in question,
Get-csConferencingPolicy,
I could be wrong but looking at the error, its almost like, eventhough I am trying to run an onprem command, PS is trying to run it on teams!!
I have been trying to figure out how to solve this issue, the only thing I came up with was to prefix the command with SkypeForBusiness
and call it like this
SkypeForBusiness\Get-CsConferencingPolicy
is this the right thing to do here, how many other commands have changed
please advise as our scripts are failing in prod

