SOLVED

teams implementation with power shell

Copper Contributor

how can i  implement  Call sharing and group call pickup Microsoft Teams wih Powershell?

1 Reply
best response confirmed by ThereseSolimeno (Microsoft)
Solution

@saraefaf 

 

I think they are looking to release a version of the Microsoft Teams PowerShell module that will incorporate both Teams and the calling side of it (Skype for Business PowerShell Modules), which fall under the commands starting with CS.

 

CS is a nod to way back when Skype, that used to be Lync and before that was Office Communication Server. At least that is the logic I see behind the CS.

 

Basically if it is a calling feature that can be configured by way of PowerShell you want to take a look at:

 

https://docs.microsoft.com/en-us/powershell/module/skype/?view=skype-ps

 

You might want to also take a look at https://www.powershellgallery.com/packages/TeamsFunctions/20.6.28.1

 

Thanks

 

Henry

1 best response

Accepted Solutions
best response confirmed by ThereseSolimeno (Microsoft)
Solution

@saraefaf 

 

I think they are looking to release a version of the Microsoft Teams PowerShell module that will incorporate both Teams and the calling side of it (Skype for Business PowerShell Modules), which fall under the commands starting with CS.

 

CS is a nod to way back when Skype, that used to be Lync and before that was Office Communication Server. At least that is the logic I see behind the CS.

 

Basically if it is a calling feature that can be configured by way of PowerShell you want to take a look at:

 

https://docs.microsoft.com/en-us/powershell/module/skype/?view=skype-ps

 

You might want to also take a look at https://www.powershellgallery.com/packages/TeamsFunctions/20.6.28.1

 

Thanks

 

Henry

View solution in original post