#exchange logon sessions from a particular ip

Get-LogonStatistics -Server “MyServer” | where {$_.ClientIPAddress -like “10.1.1.1”}