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/)