Articles tagged with "windows"

LizardSystems Setup Exit Codes

Aug 02, 2017

Setup program may return one of the following exit codes Read more 


Setup Command Line Parameters for LizardSystems program

Aug 02, 2017

The Setup program accepts optional command line parameters. These can be useful to system administrators, and to other programs calling the Setup program. Read more 


112 Windows run commands

Jul 25, 2017

Wanted to Browse fast in windows? Remember these commands. This will really save a lot of time of your. There are many commands which you might have never seen or never knew. There are certain properties of windows which you hardly know exist in windows. Read more 


Full List of Key Commands for the Command Prompt

Jul 25, 2017

You thought that a command line was a small black window with prompt line and blinking cursor, didn’t you? As did I :) Read more 


Configuring network settings from command line using netsh

Jul 25, 2017

Netsh is a command-line scripting utility that allows you to, either locally or remotely, display or modify the network configuration of a computer that is currently running. Netsh also provides a scripting feature that allows you to run a group of commands in batch mode against a specified computer. Netsh can also save a configuration script in a text file for archival purposes or to help you configure other servers. Read more 


Managing DHCP from PowerShell

Jul 25, 2017

This article represents using PowerShell for managing network settings and managing DHCP. Read more 


Viewing Network Settings from PowerShell

Jul 25, 2017

Earlier I have already written about pinging from PowerShell and now this article represents using PowerShell for viewing network settings. Further tthere will be some other articles about using PowerShell in network administration. Read more 


Pinging from PowerShell

Jul 25, 2017

This article represents using ping from PowerShell. PowerShell is a new command-line/scripting environment from Microsoft. Further there will be some other articles about using PowerShell in network administration. Read more 


Creating and Manipulating Network Shares with Powershell

Jul 25, 2017

This article represents manipulating network shares with PowerShell on local or remote computer. You can create or delete network shares using Win32_Share. Read more 


Shutdown (Power off) or Reboot a Remote Computer from Powershell

Jul 25, 2017

This article represents shutting down or rebooting a local or remote computer from PowerShell. You can shutting down or rebooting a computer using Win32Shutdown method of the Win32_OperatingSystem WMI class. Read more