Warning: Declaration of WPSDAdminConfigAction::render() should be compatible with WPSDWPPlugin::render($ug_name, $ug_vars = Array, $action = NULL) in /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php:42) in /var/www/web680/html/wp-includes/rest-api/class-wp-rest-server.php on line 1719

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php:42) in /var/www/web680/html/wp-includes/rest-api/class-wp-rest-server.php on line 1719

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php:42) in /var/www/web680/html/wp-includes/rest-api/class-wp-rest-server.php on line 1719

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php:42) in /var/www/web680/html/wp-includes/rest-api/class-wp-rest-server.php on line 1719

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php:42) in /var/www/web680/html/wp-includes/rest-api/class-wp-rest-server.php on line 1719

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php:42) in /var/www/web680/html/wp-includes/rest-api/class-wp-rest-server.php on line 1719

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php:42) in /var/www/web680/html/wp-includes/rest-api/class-wp-rest-server.php on line 1719

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web680/html/wp-content/plugins/wp-stats-dashboard/classes/action/WPSDAdminConfigAction.php:42) in /var/www/web680/html/wp-includes/rest-api/class-wp-rest-server.php on line 1719
{"id":3060,"date":"2015-04-04T13:07:02","date_gmt":"2015-04-04T11:07:02","guid":{"rendered":"http:\/\/securitynetwork.de\/?p=3060"},"modified":"2015-04-29T13:19:50","modified_gmt":"2015-04-29T11:19:50","slug":"remote-call-control-mit-skype-for-business","status":"publish","type":"post","link":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/","title":{"rendered":"Remote Call Control mit Skype for Business"},"content":{"rendered":"

Remote Call Control mit Skype for Business Client<\/p>\n

Nach der Installation fällt auf dass der Skype for Business Client das Branding von Skype <\/span>hat. Eine Funktion die in diesem Skype Branding wegfällt ist "RemoteCallControl". Es ist dennoch möglich mit Skype for Business "Remote Call Control" zu betreiben.<\/p>\n

\"\"<\/p>\n

Dazu muss in der ClientPolicy "EnableSkypeUI" auf $false gestellt werden.<\/p>\n

\"\"<\/p>\n

Nach einen Neustart des Clients sehen sie wieder die Lync 2013 GUI und RemoteCallControl ist wieder möglich.<\/p>\n

\"\"<\/p>\n

 <\/p>\n

Hier ein Auszug von Microsoft Office Blog:<\/p>\n

Controlling the UI in Lync Online and Skype for Business Online<\/h3>\n

We demonstrate how this is performed for the online service on the show; once you’re logged into the online service via PowerShell, you can use Grant-CsClientPolicy<\/em> Cmdlet as shown below, to control the experience: Disable Skype user interface (UI) for all users:<\/p>\n

Grant-CsClientPolicy -PolicyName ClientPolicyDisableSkypeUI<\/p>\n

Enable Skype UI for all users:<\/p>\n

Grant-CsClientPolicy -PolicyName ClientPolicyEnableSkypeUI<\/p>\n

These Cmdlets will control the UI presented to all users in your Office 365 or Lync Online tenant. There are more options<\/a> for controlling the experience at an individual user or group level on TechNet.<\/p>\n

Controlling the UI in Lync Online and Skype for Business Online<\/h3>\n

We demonstrate how this is performed for the online service on the show; once you’re logged into the online service via PowerShell, you can use Grant-CsClientPolicy<\/em> Cmdlet as shown below, to control the experience: Disable Skype user interface (UI) for all users:<\/p>\n

Grant-CsClientPolicy -PolicyName ClientPolicyDisableSkypeUI<\/p>\n

Enable Skype UI for all users:<\/p>\n

Grant-CsClientPolicy -PolicyName ClientPolicyEnableSkypeUI<\/p>\n

These Cmdlets will control the UI presented to all users in your Office 365 or Lync Online tenant. There are more options<\/a> for controlling the experience at an individual user or group level on TechNet.<\/p>\n

Controlling the UI in Lync Server and Skype for Business Server<\/h3>\n

If you’re running Lync Server and want to roll out the updated Skype for Business UI to your organization, you can use the Set-CsClientPolicy<\/em> Cmdlet: Enable Skype UI for all users:<\/p>\n

Set-CsClientPolicy -Identity Global -EnableSkypeUI $true<\/p>\n

Disable Skype user interface (UI) for all users:<\/p>\n

Set-CsClientPolicy -Identity Global -EnableSkypeUI $false<\/p>\n

In addition to the options above for selecting between the Skype for Business UI and the Lync UI, we’ve created a number of resources to help with awareness, readiness and adoption<\/a>.  These resources, along with the ability to switch the UI between the two interfaces, will give users the resources they need to be prepared for this change.<\/p>\n

 <\/p>\n

In O365 sind folgende ClientPolicys schon angelegt Identity
\n——–
\nGlobal
\nTag:ClientPolicyNoSaveIMNoArchivingNoIMURL
\nTag:ClientPolicyNoIMURL
\nTag:ClientPolicyNoSaveIMNoArchiving
\nTag:ClientPolicyNoSaveIMNoArchivingNoIMURLPhoto
\nTag:ClientPolicyNoIMURLPhoto
\nTag:ClientPolicyNoSaveIMNoArchivingPhoto
\nTag:ClientPolicyDefault
\nTag:ClientPolicyDefaultPhoto
\nTag:ClientPolicyDisableSkypeUI
\nTag:ClientPolicyEnableSkypeUI<\/p>\n

Mit diesem Befehl könnt ihr für einen Online User die Policy für den Lync-Client 2013 GUI per Powershell setzen<\/p>\n

Get-CsOnlineUser <SIP@Adresse> | Grant-CsClientPolicy Tag:ClientPolicyDisableSkypeUI<\/p>\n

oder dann für alle<\/p>\n

Get-CsOnlineUser | Grant-CsClientPolicy Tag:ClientPolicyDisableSkypeUI  <\/p>\n","protected":false},"excerpt":{"rendered":"

Remote Call Control mit Skype for Business Client<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[1],"tags":[32,31,29,28,33,30],"yoast_head":"\nRemote Call Control mit Skype for Business -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Remote Call Control mit Skype for Business -\" \/>\n<meta property=\"og:description\" content=\"Remote Call Control mit Skype for Business Client\" \/>\n<meta property=\"og:url\" content=\"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/\" \/>\n<meta property=\"article:published_time\" content=\"2015-04-04T11:07:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-04-29T11:19:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stefan Planer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"http:\/\/securitynetwork.de\/#website\",\"url\":\"http:\/\/securitynetwork.de\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/securitynetwork.de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/#webpage\",\"url\":\"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/\",\"name\":\"Remote Call Control mit Skype for Business -\",\"isPartOf\":{\"@id\":\"http:\/\/securitynetwork.de\/#website\"},\"datePublished\":\"2015-04-04T11:07:02+00:00\",\"dateModified\":\"2015-04-29T11:19:50+00:00\",\"author\":{\"@id\":\"http:\/\/securitynetwork.de\/#\/schema\/person\/0d9c415cfa591c7fee585b2ee1eded83\"},\"breadcrumb\":{\"@id\":\"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"http:\/\/securitynetwork.de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Remote Call Control mit Skype for Business\"}]},{\"@type\":\"Person\",\"@id\":\"http:\/\/securitynetwork.de\/#\/schema\/person\/0d9c415cfa591c7fee585b2ee1eded83\",\"name\":\"Stefan Planer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"http:\/\/securitynetwork.de\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/0.gravatar.com\/avatar\/0dfaa4293cedcd93fc4560aa8992b329?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/0.gravatar.com\/avatar\/0dfaa4293cedcd93fc4560aa8992b329?s=96&d=mm&r=g\",\"caption\":\"Stefan Planer\"},\"sameAs\":[\"http:\/\/Securitynetwork.de\"],\"url\":\"http:\/\/securitynetwork.de\/blog\/author\/splaner\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Remote Call Control mit Skype for Business -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/","og_locale":"de_DE","og_type":"article","og_title":"Remote Call Control mit Skype for Business -","og_description":"Remote Call Control mit Skype for Business Client","og_url":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/","article_published_time":"2015-04-04T11:07:02+00:00","article_modified_time":"2015-04-29T11:19:50+00:00","twitter_card":"summary","twitter_misc":{"Verfasst von":"Stefan Planer","Gesch\u00e4tzte Lesezeit":"2 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"http:\/\/securitynetwork.de\/#website","url":"http:\/\/securitynetwork.de\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/securitynetwork.de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"WebPage","@id":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/#webpage","url":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/","name":"Remote Call Control mit Skype for Business -","isPartOf":{"@id":"http:\/\/securitynetwork.de\/#website"},"datePublished":"2015-04-04T11:07:02+00:00","dateModified":"2015-04-29T11:19:50+00:00","author":{"@id":"http:\/\/securitynetwork.de\/#\/schema\/person\/0d9c415cfa591c7fee585b2ee1eded83"},"breadcrumb":{"@id":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"http:\/\/securitynetwork.de\/"},{"@type":"ListItem","position":2,"name":"Remote Call Control mit Skype for Business"}]},{"@type":"Person","@id":"http:\/\/securitynetwork.de\/#\/schema\/person\/0d9c415cfa591c7fee585b2ee1eded83","name":"Stefan Planer","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"http:\/\/securitynetwork.de\/#\/schema\/person\/image\/","url":"http:\/\/0.gravatar.com\/avatar\/0dfaa4293cedcd93fc4560aa8992b329?s=96&d=mm&r=g","contentUrl":"http:\/\/0.gravatar.com\/avatar\/0dfaa4293cedcd93fc4560aa8992b329?s=96&d=mm&r=g","caption":"Stefan Planer"},"sameAs":["http:\/\/Securitynetwork.de"],"url":"http:\/\/securitynetwork.de\/blog\/author\/splaner\/"}]}},"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5cZKo-Nm","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":3057,"url":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/skype-for-business-servers-kommt\/","url_meta":{"origin":3060,"position":0},"title":"Skype for Business-Servers kommt!!!","date":"2015\/04\/04","format":false,"excerpt":"Es ist nun offiziell: der Skype for Business Client kommt am 14. April mit einem Office Update. Das Meldete der offizielle BLOG Microsoft Office Blog ver\u00f6ffentlicht.\u00a0Eine Preview Version des Skype for Business Clients gibt es bereits\u00a0hier zum Download. \u00a0 Die Ver\u00f6ffentlichung des Skype for Business-Servers folgt am\u00a01. Mai!","rel":"","context":"In "Allgemein"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3110,"url":"http:\/\/securitynetwork.de\/blog\/2015\/04\/18\/skype-for-business-resources\/","url_meta":{"origin":3060,"position":1},"title":"Skype for Business Resources","date":"2015\/04\/18","format":false,"excerpt":"Endlich sind auch die ersten Informationen \u00fcber Skype for Business \u201eSfB\u201c da. \u00a0 Hier sind einige Links f\u00fcr euch TechNet Documentation:\u00a0https:\/\/technet.microsoft.com\/en-us\/library\/gg398616.aspx Skype for Business change management and adoption:\u00a0https:\/\/support.office.com\/en-us\/article\/Skype-for-Business-change-management-and-adoption-d8d85da6-52e7-4819-8451-45c103fb5ccb?omkt=en-us&ui=en-US&rs=en-US&ad=US Skype for Business Protocol Workloads Poster:\u00a0http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=46448 Skype for Business Client awareness and readiness resources:\u00a0https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=46369 Skype for Business Solutions Catalog:\u00a0http:\/\/partnersolutions.skypeforbusiness.com\/solutionscatalog Skype for Business\u2026","rel":"","context":"In "Allgemein"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":219,"url":"http:\/\/securitynetwork.de\/blog\/2013\/11\/21\/219\/","url_meta":{"origin":3060,"position":2},"title":"Lync Powershell auf lokalen Computer\/Server \u00f6ffnen!","date":"2013\/11\/21","format":false,"excerpt":"Wenn du ein Script haben m\u00f6chtest was dich remote auf deine Lync Server mit der Powershell verbindet dann ist dies eins f\u00fcr dich!\u00a0 hier kannst Du alle Lync Server eintragen, mit den Du Dich verbinden m\u00f6chtest. \u00a0 #So kannst du mit Credentials in einem PS-Script arbeiten. Achtung das PW wird\u2026","rel":"","context":"In "Script"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3133,"url":"http:\/\/securitynetwork.de\/blog\/2015\/04\/29\/lync_2013-persistent_chat_service_stoppt-after_20_minuten\/","url_meta":{"origin":3060,"position":3},"title":"Lync 2013 persistent chat-service stoppt nach 20 minuten","date":"2015\/04\/29","format":false,"excerpt":"Im Event Log ist der Fehler mit der EventID 53503, LS Persistent Chat Server, dies k\u00f6nnte auf ein Problem deuten mit der Persistent Chat DB. Log Name: Lync Server Source: LS Persistent Chat Server Event ID: 53553 Level: Error Wenn dieser Fehler Auftritt m\u00fcssen sie die Konfiguration der \"Persistent Chat\"\u2026","rel":"","context":"In "Allgemein"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":166,"url":"http:\/\/securitynetwork.de\/blog\/2013\/11\/20\/166\/","url_meta":{"origin":3060,"position":4},"title":"zu einen Lync Server verbinden!","date":"2013\/11\/20","format":false,"excerpt":"Mit diesem Script kannst du dich auf einen Lync Server verbinden, per Remote powershell. Ohne das du immer wieder das Passwort angeben musst.\u00a0 Als erstes musst du mit read-host -AsSecureString | ConvertFrom-SecureString | Out-File \"C:Users%userprofil%DocumentsPowershellpass.txt\" dein Passwort in deinem User Verzeichniss abspeichert!! Aber sei vorsichtig solange wie du an deinem\u2026","rel":"","context":"In "Script"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3227,"url":"http:\/\/securitynetwork.de\/blog\/2018\/11\/29\/remove-delegate-from-sql-database\/","url_meta":{"origin":3060,"position":5},"title":"Remove Delegate from SQL Database","date":"2018\/11\/29","format":false,"excerpt":"Remove all Delegate from Skype SQL Database \"RTCLocal\" We know that we have sometimes Problem with Delegates, we can\u00b4t read \/ Change \/ remove with sefautil.exe. I create a Script for this issue, this is very helpful If you have more delegate under \"Manage Calls from:\" and no other Chance\u2026","rel":"","context":"In "Script"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/securitynetwork.de\/wp-content\/uploads\/sites\/6\/2018\/11\/SFBDelegate-2.jpg?resize=350%2C200","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/posts\/3060"}],"collection":[{"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/comments?post=3060"}],"version-history":[{"count":0,"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/posts\/3060\/revisions"}],"wp:attachment":[{"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/media?parent=3060"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/categories?post=3060"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/tags?post=3060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}