Posted by aidas | Posted in Command line, Windows 2008 | Posted on 19-05-2009
0
This post will show you how to open secure command line on remote Windows server 2008. All communications between client and remote host will be encrypted by Kerberos or NTLM keys. Lets say we want to connect to server named “testserver”. To do it open command line on your Windows server 2008 and type:
winrs -r:testserver cmd
This post will show you how to clear up Winsock Catalog on your Windows server 2003 or Windows XP machine. To do it open command line and type:
netsh winsock reset
Restart your computer after this.
Note that you might need to run IP reset afterwards to completely rebuild your IP stack.
? Winsock catalog – is the interface between your applications and internet. Many spyware reside there when they infect your OS.
Posted by aidas | Posted in Command line, Windows 2008 | Posted on 19-05-2009
0
This post will show you how to create full system backup of your Windows server 2008 using command line. Lets say we want to create full system backup and place it to network share \\Backupserver\Data . Open command line and type:
wbadmin start backup -backuptarget \\Backupserver\Data -allCritical -vssFull
Posted by aidas | Posted in Windows Vista | Posted on 19-05-2009
0
This post will show you how to renew certificate in Windows Vista OS. To renew certificate:
Press Start > Run, type certmgr.msc and click OK
Select certificate you want to renew
On menu click Actions > All Tasks
Select:
* Renew certificate with New Key
or
* Advanced Operations > Renew this certificate with the same key
Follow wizard to complete renew process
Posted by aidas | Posted in Tools, Windows 2003, Windows XP | Posted on 19-05-2009
0
If you are looking for quick way to get information about remote system this how to is for you. I present you network scan tool – Winfingerprint. This tool is designed to gather information about Microsoft systems and applications. It can use RPC, ICMP, SMB, SNMP, TCP and UDP to obtain various information. You can quickly get information about remote OS version, users, groups, SID, password policies, services, shares, disks and much more.
You can read more about this tool here .
Tool can be downloaded from this location .