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":1598,"date":"2014-10-14T20:24:55","date_gmt":"2014-10-14T18:24:55","guid":{"rendered":"http:\/\/securitynetwork.de\/?p=1598"},"modified":"2015-04-29T13:19:50","modified_gmt":"2015-04-29T11:19:50","slug":"check-your-lync-environment","status":"publish","type":"post","link":"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/","title":{"rendered":"check your Lync environment"},"content":{"rendered":"

Heute habe ich mal ein neues Modul für euch erstellt.<\/p>\n

Damit könnt ihr eure Lync Umgebung Testen!<\/p>\n

 Im ersten Teil des Scriptes müsst ihr die Variable eintragen<\/p>\n

#########################################################################################<\/p>\n

# Set Credential and Variable<\/font><\/p>\n

<\/font><\/p>\n

$Global:UserName1 ="TestUser1"                    # TestUser1 SamAccountName
\n$Global:UserName2 ="TestUser2"                    # TestUser2 SamAccountName<\/font>
\n$Global:UserName3 ="TestUser3"                    # TestUser3 SamAccountName
\n$Global:UserPW1 = "PW2014!!"                # TestUser1 Password
\n$Global:UserPW2 = "PW2014!!"                # TestUser2 Password<\/font>
\n$Global:UserPW3 = "PW2014!!"                # TestUser3 Password
\n$Global:LogonDomain = "contoso"                    # Logon Domain
\n$Global:TargetPSTNNr = "+123456789"                # a Mobil number maybe
\n$Global:SIPDomain = "contoso.com"                # Sip Domain
\n$Global:Language = "de-DE"                        # Primary Language
\n$global:LyncFE01FQDN = "LyncFE01.contoso.com"    # Lync Frontend FQDN for SE and EE<\/font>
\n$global:LyncFE02FQDN = "LyncFE02.contoso.com"    # Lync Frontend FQDN for EE<\/font>
\n$Global:isSE = "TRUE"                             # if Standard Edition type True, If Enterprise edition type false<\/font><\/p>\n

<\/font><\/p>\n

# CommonAreaPhone Part<\/font><\/p>\n

<\/font><\/p>\n

$Global:CommonAreaPhoneExt= "short dial"        # PhoneExtension<\/font>
\n$Global:CommonAreaPhonePIN= "159753"            # PIN<\/font>
\n$Global:CommonAreaPhoneName= "TestPhone"        # SIPName from commonAreaPhone with out SIPDomain<\/font><\/p>\n

#########################################################################################<\/p>\n

Hier findet ihr den Download zu dem Script    <\/font><\/h2>\n

 Lync_Test_CSLyncInfrastructur.zip<\/a><\/p>\n

Folgende Test cmdlet von dem Modul Lync sind in dem Modul eingebaut:<\/p>\n

#            Lync-TestAddressBookService
\n#            Lync-TestAddressBookWebQuery
\n#            Lync-TestAVConference
\n#            Lync-TestCertificateConfiguration
\n#            Lync-TestClientAuth
\n#            Lync-TestComputer
\n#            Lync-TestDialInConferencing
\n#            Lync-TestFederation
\n#            Lync-TestGroupExpansion
\n#            Lync-TestGroupIm
\n#            Lync-TestIM
\n#            Lync-TestKerberosAccountAssignment
\n#            Lync-TestMcxConference
\n#            Lync-TestMcxP2PIM
\n#            Lync-TestMcxPushNotification
\n#            Lync-TestOUPermission
\n#            Lync-TestP2PAV
\n#            Lync-TestPhoneBootstrap
\n#            Lync-TestPresence
\n#            Lync-TestPstnOutboundCall
\n#            Lync-TestPstnPeerToPeerCall
\n#            Lync-TestRegistration
\n#            Lync-TestSetupPermission
\n#            Lync-TestTopology
\n#            Lync-TestTrunkConfiguration
\n#            Lync-TestVoiceUser
\n#            Lync-TestWebApp
\n#            Lync-TestWebAppAnonymous<\/p>\n


\n<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

Heute habe ich mal ein neues Modul für euch erstellt. Damit könnt ihr eure Lync Umgebung Testen!<\/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":[2],"tags":[23,26,25,27,24],"yoast_head":"\ncheck your Lync environment -<\/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\/2014\/10\/14\/check-your-lync-environment\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"check your Lync environment -\" \/>\n<meta property=\"og:description\" content=\"Heute habe ich mal ein neues Modul für euch erstellt. Damit könnt ihr eure Lync Umgebung Testen!\" \/>\n<meta property=\"og:url\" content=\"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/\" \/>\n<meta property=\"article:published_time\" content=\"2014-10-14T18:24:55+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=\"3 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/securitynetwork.de\/#website\",\"url\":\"https:\/\/securitynetwork.de\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/securitynetwork.de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/#webpage\",\"url\":\"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/\",\"name\":\"check your Lync environment -\",\"isPartOf\":{\"@id\":\"https:\/\/securitynetwork.de\/#website\"},\"datePublished\":\"2014-10-14T18:24:55+00:00\",\"dateModified\":\"2015-04-29T11:19:50+00:00\",\"author\":{\"@id\":\"https:\/\/securitynetwork.de\/#\/schema\/person\/0d9c415cfa591c7fee585b2ee1eded83\"},\"breadcrumb\":{\"@id\":\"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/securitynetwork.de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"check your Lync environment\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/securitynetwork.de\/#\/schema\/person\/0d9c415cfa591c7fee585b2ee1eded83\",\"name\":\"Stefan Planer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/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":"check your Lync environment -","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\/2014\/10\/14\/check-your-lync-environment\/","og_locale":"de_DE","og_type":"article","og_title":"check your Lync environment -","og_description":"Heute habe ich mal ein neues Modul für euch erstellt. Damit könnt ihr eure Lync Umgebung Testen!","og_url":"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/","article_published_time":"2014-10-14T18:24:55+00:00","article_modified_time":"2015-04-29T11:19:50+00:00","twitter_card":"summary","twitter_misc":{"Verfasst von":"Stefan Planer","Gesch\u00e4tzte Lesezeit":"3 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/securitynetwork.de\/#website","url":"https:\/\/securitynetwork.de\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/securitynetwork.de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"WebPage","@id":"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/#webpage","url":"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/","name":"check your Lync environment -","isPartOf":{"@id":"https:\/\/securitynetwork.de\/#website"},"datePublished":"2014-10-14T18:24:55+00:00","dateModified":"2015-04-29T11:19:50+00:00","author":{"@id":"https:\/\/securitynetwork.de\/#\/schema\/person\/0d9c415cfa591c7fee585b2ee1eded83"},"breadcrumb":{"@id":"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/securitynetwork.de\/blog\/2014\/10\/14\/check-your-lync-environment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/securitynetwork.de\/"},{"@type":"ListItem","position":2,"name":"check your Lync environment"}]},{"@type":"Person","@id":"https:\/\/securitynetwork.de\/#\/schema\/person\/0d9c415cfa591c7fee585b2ee1eded83","name":"Stefan Planer","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/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-pM","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":3060,"url":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/remote-call-control-mit-skype-for-business\/","url_meta":{"origin":1598,"position":0},"title":"Remote Call Control mit Skype for Business","date":"2015\/04\/04","format":false,"excerpt":"Remote Call Control mit Skype for Business Client Nach der Installation f\u00e4llt auf dass der Skype for Business Client das Branding von Skype hat. Eine Funktion die in diesem Skype Branding wegf\u00e4llt ist \"RemoteCallControl\". Es ist dennoch m\u00f6glich mit Skype for Business \"Remote Call Control\" zu betreiben. Dazu muss in\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":1598,"position":1},"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":166,"url":"http:\/\/securitynetwork.de\/blog\/2013\/11\/20\/166\/","url_meta":{"origin":1598,"position":2},"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":3133,"url":"http:\/\/securitynetwork.de\/blog\/2015\/04\/29\/lync_2013-persistent_chat_service_stoppt-after_20_minuten\/","url_meta":{"origin":1598,"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":3057,"url":"http:\/\/securitynetwork.de\/blog\/2015\/04\/04\/skype-for-business-servers-kommt\/","url_meta":{"origin":1598,"position":4},"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":[]}],"_links":{"self":[{"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/posts\/1598"}],"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=1598"}],"version-history":[{"count":0,"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/posts\/1598\/revisions"}],"wp:attachment":[{"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/media?parent=1598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/categories?post=1598"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/securitynetwork.de\/wp-json\/wp\/v2\/tags?post=1598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}