Forum Discussion
Tien Ngo Thanh
Jun 28, 2019Iron Contributor
How to deny user connect powershell office365 and trust ip connect ?
Hi as Current then all user can connect powershell office 365 and can get list all user in office365 .How to deny or allow only some user can connect powershell office365 ? and can trust white ...
VasilMichev
Jun 28, 2019MVP
There's no IP whitelist or anything similar, PowerShell access is controlled on per-user basis via Set-User. If you want something like a whitelist, you can try Conditional access policies, but you cannot scope those to just PowerShell.
- Tien Ngo ThanhJul 01, 2019Iron Contributor
VasilMichev : we can disbale user connect by powershell ? Conditional access policies seem need license AD premium
- VasilMichevJul 01, 2019MVP
Yes you can disable it via the Set-User cmdlet as I mentioned above.