Skip to content

Instantly share code, notes, and snippets.

@amandadebler
Last active July 16, 2016 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandadebler/15365227b52ef95e052fefbd91117e38 to your computer and use it in GitHub Desktop.
Save amandadebler/15365227b52ef95e052fefbd91117e38 to your computer and use it in GitHub Desktop.
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