Tag Archives: Script

How to get a remote servers’ TCP/IP configuration: IP, DNS, GW via PowerShell

Hi

When you need to know the DNS configurations of a remote machine without logging in to that machine.  Using a script that can do the job on remote computers is the answer.

There are some very good Ebooks online that can teach you how to do this.

This nice Powershell script will do the work. The source I found on this web site and changed it for my needs.

Continue reading How to get a remote servers’ TCP/IP configuration: IP, DNS, GW via PowerShell

How to build a simple setup program you’ve developed yourself.

Hi SysAdmin

Ever wanted to build your own executable software? or protect your credentials included in a script?

There are some tools on the market like ‘wise installation system’ that can do the job.

But there is also a nice and free solution from Microsoft, embedded in your OS.

Continue reading How to build a simple setup program you’ve developed yourself.