| | 
| Getting the Right Output in PowerShell Posted in Windows > Development by tutorialgrub on May 23, 2011
In this tutorial, we will show you how to get the exact output you are looking for in PowerShell. | | | 
| Understanding the Windows Management Instrumentation (WMI) Part II Posted in Windows > Development by tutorialgrub on May 20, 2011
In this tutorial you will learn how to make PowerShell interact with WMI. | | | 
| How to set up NAT Routing on Windows XP Posted in Windows > Development by tutorialgrub on Mar 14, 2011
Hello again! I decided to stop making programming tutorials for a couple of days so in this tutorial you will learn how to set up NAT Routing on Windows XP. Some of you know that some time ago I was working on a project in Visual Basic 6 that would do this thing. So, in Windows there is a tool that is used to manage network stuff like setting IP Addresses, set up routing etc. This tool’s name is netsh (short for network shell). Using netsh you will need 2 NICs (Network Interface Cards), one to connect to the public network(to the Internet) and the other to connect to the private network(to other computers in LAN). So the network schema will look like this: |
1 | |
|