CodeSteps

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

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