Skip to content

Instantly share code, notes, and snippets.

@amandadebler
Last active July 16, 2016 10:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Create a new CsAnalogDevice to integrate an outside phone number into Skype for Business
New-CsAnalogDevice -LineURI 'tel:+4915112345678' -DisplayName 'Maintenance Crew' `
-OU 'mandie.net/Contacts/Phones' -Gateway 'nue-sbc01.mandie.net' -SipAddress `
'sip:maintenancecrew@mandie.net' -RegistrarPool 'nue-FE01.mandie.net' `
-AnalogFax:$false -DomainController nue-dc01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment