From fb6c56e1aa379dc9ab5c536065ca4c38a114552c Mon Sep 17 00:00:00 2001 From: Sigma Devops Date: Sat, 11 May 2024 06:08:43 +0500 Subject: [PATCH] Add powershell text (#5147) * Update 101-powershell.md * Update src/data/roadmaps/devops/content/102-live-in-terminal/scripting/101-powershell.md Co-authored-by: dsh --------- Co-authored-by: Sigma Devops Co-authored-by: Kamran Ahmed Co-authored-by: dsh --- .../content/102-live-in-terminal/scripting/101-powershell.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/devops/content/102-live-in-terminal/scripting/101-powershell.md b/src/data/roadmaps/devops/content/102-live-in-terminal/scripting/101-powershell.md index 6645d5e0a..6e4a3976f 100644 --- a/src/data/roadmaps/devops/content/102-live-in-terminal/scripting/101-powershell.md +++ b/src/data/roadmaps/devops/content/102-live-in-terminal/scripting/101-powershell.md @@ -1,3 +1,5 @@ # Powershell -- [PowerShell Documentation](https://learn.microsoft.com/en-us/powershell/) \ No newline at end of file +Windows PowerShell is a command-line shell and scripting language designed specifically for system administration. Its counterpart in Linux is called Bash Scripting. Built on the .NET Framework, Windows PowerShell enables IT professionals to control and automate the administration of the Windows operating system and applications that run in a Windows Server environment. + +- [PowerShell Documentation](https://learn.microsoft.com/en-us/powershell/)