Posts

Showing posts from 2020

Installation and Run Node.JS on IIS

 Web Server Requirement IIS URL Rewrite Node.js IISNode for IIS server.js var express = require('express'); var app = express(); app.get('/', function (req, res) {     res.send('Express is working on IISNode!'); });  app.listen(process.env.PORT); web.config <configuration>     <system.webServer>         <handlers>             <add name="iisnode" path="server.js" verb="*" modules="iisnode" />         </handlers>         <rewrite>             <rules>                 <rule name="sendToNode">                     <match url="/*" />                     <action type="Rewrite" url="server.js" />                 </rule>             </rules>         </rewrite>     </system.webServer> </configuration>

Room Screen Meeting of Connect Package

Step for Google G Suite. 1. Create Workspace of google cloud and Enable Google Calendar API Service. 2. Create Service account and  Enable Google Calendar API Service. 3. Generate JSON file. 4. Add Service on Condeco Connect and upload JSON File then set Key Passphrase. 5. Add API Client Access on G Suite but using Unique ID from Service Account (2) 6. Add resources on G Suite which got email format for each room on Condeco Connect (Room Mailbox) Step for Microsoft Office 365 1. Create Resource of O365 which you got email and password. 2. Add Service on Condeco Connect.

Events data collection failure issue

Hyper-V Host :: Allow firewall "Remote Event Log Management" and "Com+ Network Access"

Powershell Command

Test Connection with Computer #Test-NetConnection -ComputerName MyComputer -Port 135 Check Count of Bad Password dsquery * -filter "(&(objectCategory=User)(objectClass=Person)(sAMAccountName=%username%))" -attr givenName sn badPwdCount View Account Locked Search-ADAccount –LockedOut

Attach file limit of MS Outlook

Go to Regedit Go to  Outlook 2010: HKEY_CURRENT_USER\­Software\­Microsoft\­Office\­14.0\­Outlook\­Preferences. Outlook 2013: HKEY_CURRENT_USER\­Software\­Microsoft\­Office\­15.0\­Outlook\­Preferences. Outlook 2016: HKEY_CURRENT_USER\­Software\­Microsoft\­Office\­16.0\­Outlook\­Preferences. click Edit > New > DWORD (32-bit) Value  then  rename the value to "MaximumAttachMentSize."  Add a size limit  (in kilobytes). 0 is no limit.

Grandstream GXP1628 have been Lock

Grandstream GXP1628 ขึ้นรูปกุญแจ Lock ไม่รู้ว่าเกิดขึ้นได้อย่างไรเป็นบางเครื่องเท่านั้น หา IP ของเครื่อง IP Phone ให้ได้ก่อนว่าได้ IP อะไร โดยที่อาจดูที่ DHCP Server จาก Mac Address ของตัวเครื่องเอง เข้าไปที่ Browser แล้วเข้าไปที่ IP ข้างต้น เข้าไปที่เมนู Maintenance > Security Settings > Security Enable STAR Key Keypad Locking ให้เลือกเป็น Yes Password to Lock/Unlock ให้กำหนดเป็นอะไรก็ได้เช่น 1234  กด Save and Apply ไปที่ IP Phone ให้กด * ค้างไว้ประมาณ 4 วินาที ให้ทำการใส่ Password ที่กำหนดไว้เช่น 1234 และกด OK และ IP Phone จะปลดล็อคให้เป็นที่เรียบร้อย กลับไปที่หน้าเว็บอีกครั้งให้ทำการกำหนดค่าดังนี้ Enable STAR Key Keypad Locking ให้เลือกเป็น Yes กด Save and Apply เสร็จสิ้นกระบวนการ 

HP Switching - Add New OUI List

system-view [sw]  voice vlan mac-address c074-ad00-0000 mask ffff-ff00-0000 description GrandStream IP Phone

Repair and cleanup of the Backup Exec database

Go to the  C:\Program Files\Veritas\Backup Exec\  directory (  default location ), and double-click on  BEUtility.exe  to run it. Repair Database Rebuilding Database Indices Compacting Database Aging Database Checking Database Consistency