CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

PowerShell

PowerShell

PowerShell – Managing Processes

PowerShell provides cmdlets, to manage the Processes currently running on the local Computer or on the remote Computer. In this Article, we are going to discuss the commands to Display & Manage the Processes using PowerShell. Get-Process cmdlet to Display Currently Running Processes Get-Process is the cmdlet, we use to display the currently running Processes […]

PowerShell – Display files and folders list

PowerShell provides commands, to display the list of files & folders in the file system. Below are the cmdlets, commonly we use to get these details; Display files and folders list Get-Item is one of the cmdlet used to get the item (for example: directory, file, registry entry etc.,) details at the specified location. By defaultm […]

PowerShell – An Introduction

PowerShell is an Open Source programming & scripting language from Microsoft, mainly useful for the Administrators to automate the processes related to the Applications running on the Operating Systems. PowerShell contains commands (call them cmdlets – command-lets). Each cmdlet is for a different purpose. We can use a combination of these cmdlets to perform some […]

Scroll to top