Articles tagged with "powershell"

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 


Windows PowerShell for Network Administration

Jul 25, 2017

Windows PowerShell is a new command line shell and task-based scripting technology that provides comprehensive control and automation of system administration tasks. Windows PowerShell allows Windows administrators to be more productive by providing over 100 system administration utilities, consistent syntax, and improved navigation of common management data such as the registry or Windows Management Instrumentation (WMI). Windows PowerShell also includes a scripting language which enables comprehensive automation of Windows system administration tasks. The Windows PowerShell language is intuitive and supports your organization’s existing scripts and command line tool investments. Exchange Server 2007 and System Center Operations Manager 2007 will leverage Windows PowerShell to provide improved command line automation. Read more 


Configure Windows Firewall using command line

Jul 25, 2011

Let's see manual configuring Windows Firewall using GUI and using command line. Possibilities of configuring Windows Firewall from command line are identical possibilities of configuring from GUI. Using command line allows you create batch file to run on other computers so you can essentially shorten a time spending for configuring firewall on workstations according to your requirements. Read more