Skip to content

Instantly share code, notes, and snippets.

@Atreidae
Created June 30, 2020 15:28
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 Atreidae/cd0fb8fa7f17bb22670e1008fa7ce6d8 to your computer and use it in GitHub Desktop.
Save Atreidae/cd0fb8fa7f17bb22670e1008fa7ce6d8 to your computer and use it in GitHub Desktop.
Create Always On IP Phone Policy
New-CsIPPhonePolicy -Identity "Always-On" -EnablePowerSaveMode $false
Get-Csuser -filter {<your filter syntax here>} | Grant-CsIPPhonePolicy -PolicyName "Always-On"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment