App-Shell-PowerShell

From KRayWiki
Revision as of 19:30, 5 January 2021 by Krb (talk | contribs) (Start page for PowerShell notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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>"