All about Information Technology!

on

Wake On Lan

To enable a computer on lan, you have to enable the wake on magic packet feature. On most NICs this is enabled by default. To Enable it, 1. Open Network and Sharing Center 2. Choose Change Adapter Settings 3. Right click on currently active adapter (usually Local Area Connection) 4. Choose Properties 5. Select Configure [...]

>>

, , , , ,

Get a list of currently logged in users in Windows Server

To get a list of currently logged in users in your Windows Server, open a cmd console and issue the following command: query session You will get a response like this: X:\path\to\somewhere>query session SESSIONNAME USERNAME ID STATE TYPE DEVICE services 0 Disc >console my_user_name 3 Active rdp-tcp 65536 Listen   X:\path\to\somewhere>

>>

, , , , , , , , , , , ,