Hi
I have a list of extracted users that currently have powershell recording enabled
I would like to import this csv and disable skype recording using powershell.
For one user I use
Get-CsOnlineUser -identity "user" | Grant-CsConferencingPolicy -PolicyName 'BposSAllModality'
Can I use a for each to import my csv to do all users at once?
I am new to PS and the skype portal is a nightmare at the moment
Can anyone help?