Forum Discussion
Deleted
Dec 02, 2016Extract list of Third party apps integrated with Users profile
We are on E3 plan and i am looking for way to extract the list of third party apps which are integrated by our end users. Anybody has any idea how do i do it? I know E5 has admin panel to deal w...
- Dec 02, 2016
You should be able to get most of this via Get-MsolServicePrincipal and related cmdlets. Cloud App Secutiry can do this from a different perspectiv, by analizing the network logs on your proxy/firewall servers, so the requirements there are not only the license...
VasilMichev
Dec 02, 2016MVP
You should be able to get most of this via Get-MsolServicePrincipal and related cmdlets. Cloud App Secutiry can do this from a different perspectiv, by analizing the network logs on your proxy/firewall servers, so the requirements there are not only the license...
- DeletedDec 02, 2016
Thanks VasilMichev