Difference between revisions of "App-Shell-PowerShell"

From KRayWiki
Jump to navigation Jump to search
(Start page for PowerShell notes)
 
(No difference)

Latest revision as of 19:30, 5 January 2021

See Also 
App-Shells


"PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and the associated scripting language. Initially a Windows component only, known as Windows PowerShell, it was made open-source and cross-platform on 18 August 2016 with the introduction of PowerShell Core. The former is built on the .NET Framework, the latter on .NET Core." @ Wikipedia

External Links

FAQ

How to recursively delete a directory tree

PS C:\> rm -r -fo "<path-to-directory>"