Название: PowerShell: A Beginner's Guide to Windows PowerShell
Автор: Roger Wilson
Издательство: Ingram Publishing
Год: 2022
Страниц: 108
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB
Windows PowerShell is a scripting language and automation engine that is designed using object-oriented concepts with the .NET framework. It provides a Graphical User Interface (GUI) and command line components to manipulate servers and workstations using a scripting language that offers easy syntax. PowerShell works simply by invoking cmdlets and scripts locally or remotely. PowerShell uses the background Intelligent Transfer Service (BITS) to transfer files between machines in an asynchronized and prioritized manner. PowerShell has several advantages, including the ability to execute powerful scripts to accomplish tasks that cannot be executed using a few lines of code. Further, PowerShell variables can hold output from values, commands, and objects, and it is not necessary to specify the type of a particular variable. PowerShell can be used as a scripting language to automate the management of systems and to deploy solutions in continuous integration/continuous delivery (CI/CD) environments. PowerShell scripting language is fully extensible with its classes, modules, scripts, and functions.