Forum Discussion
px091
Nov 13, 2021Iron Contributor
can't retrieve trusted IP using powershell
I am trying to get Trusted IP list. I run the powershell command Get-CsTenantTrustedIPAddress -Tenant xxxxxxxx-xxxx-xxxx-xxxxxxxx, but it returns nothing.
Anyone know what I am missing?
Thanks in advance
- Ok I think I understand better now
Essentially you need to define those Trusted IPs
You can find more information here https://docs.microsoft.com/en-us/microsoftteams/manage-your-network-topology
6 Replies
Sort By
- Hello,
Did you run New-CsTenantTrustedIPAddress before that?
https://docs.microsoft.com/en-us/powershell/module/skype/new-cstenanttrustedipaddress?view=skype-ps- px091Iron ContributorThanks Andres for your help.
No, This is a good point. I checked the trusted IPs using Azure portal Security -> Conditional Access -> Named locations ->Configure MFA trusted IPs. There is no trusted IPs listed there.- Hello px091,
The cmdlet -CsTenantTrustedIPAddress is exclusive of Microsoft Teams.
From your message, it seems you are trying to configure MFA trusted IPs?