Skip to content

Instantly share code, notes, and snippets.

@ploegert
Created June 25, 2015 13:54
Show Gist options
  • Select an option

  • Save ploegert/1ab0279840b01f1a147a to your computer and use it in GitHub Desktop.

Select an option

Save ploegert/1ab0279840b01f1a147a to your computer and use it in GitHub Desktop.
Setup Skype Online Connector
$path = "HKCU:\Software\Microsoft\Office\Lync"
$prop = "EnableSkypeUI"
$value = "1"
Set-ItemProperty -Path $path -Name $prop -Value $value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment