Posts

Windows Command (CMD)

View User Information net user 4700678 /domain

Cisco Command

Show Port-Channel Status  # show etherchannel summary

Transaction

BEGIN TRANSACTION BEGIN TRY      [statement]       COMMIT END TRY BEGIN CATCH      ROLLBACK END CATCH

Test Radius

 For all schemes than “PAP” it is recommended to test it via CLI:           # diagnose  test  authserver  radius           <server_name> <chap | pap | mschap | mschap2> <username> <password> For example:           # diagnose  test  authserver  radius "Radius Profile" mschap2 radiususer1 P@$$w0rd1           authenticate 'radiususer1' against 'mschap2' succeeded, server=primary assigned_rad_session_id=457812022 session_timeout=0 secs idle_timeout=0 secs!  Group membership(s) - radiusgroup

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="/*" ...

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"