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