(Get-AzureRmPublicIpAddress | Where-Object {$_.PublicIpAllocationMethod -eq 'Static' -and $_.IpC onfiguration.Id -like '*Microsoft.Network/networkinterfaces*'} | Select-Object -ExpandProperty IpAddress | ForEach-Objec t {"$_,"}) -join '' | clip