If you need a list of users and their respective proxy addresses then the command below will do this 🙂 Get-ADUser –Filter * –Properties proxyaddresses | Select-Object Name, @{L = …
To connect to Skype online via PowerShell open an elevated PowerShell session and run the commands: # Download and install the Skype PowerShell Command http://go.microsoft.com/fwlink/?LinkId=294688 $credential = Get-Credential $session …