Products related to PowerShell:
-
PowerShell Pocket Reference : Portable Help for PowerShell Scripters
This portable reference to PowerShell summarizes the command shell and scripting language and provides a concise guide to the many tasks that make PowerShell so useful.If you're a busy administrator and don't have time to plow through huge books or in-depth online searches, this is the ideal on-the-job tool. Written by PowerShell team member Lee Holmes and excerpted from his PowerShell Cookbook, this edition offers up-to-date coverage of Windows PowerShell 5.1 and open source PowerShell Core up to 7 and beyond. Beginning with a guided tour of PowerShell, this handy guide covers:PowerShell language and environmentRegular expression referenceXPath quick reference.NET string formatting.NET DateTime formattingSelected .NET classes and their usesWMI referenceSelected COM objects and their usesStandard PowerShell verbs
Price: 23.99 £ | Shipping*: 3.99 £ -
Practical Automation with PowerShell
Take PowerShell beyond simple scripts and build time-saving automations for your team, your users, and the world. In Practical Automation with PowerShell you will learn how to: Build PowerShell functions to automate common and complex tasksCreate smart automations that are adaptable to new challengesStructure your code for sharing and reusabilityStore and secure your automationsExecute automations with Azure Automation, Azure Functions, and JenkinsShare your automations with your team and non-technical colleaguesStore and retrieve data, credentials, and variablesUse source control solutions to maintain and test code changesProvide front-end UI solutions for PowerShell automations Practical Automation in PowerShell reveals how you can use PowerShell to build automation solutions for a huge number of common admin and DevOps tasks.It takes you beyond scripting basics and shows you how to handle the unforeseen complexities that can keep automations from becoming reusable and resilient.You'll discover tools and platforms that let you share your automations with your team and even roll them out to non-technical users through easy-to-understand Sharepoint frontends. about the technology Most repetitive tasks you face as an administrator or DevOps engineer can be automated using PowerShell.Mastering the basics of this powerful language, along with some best practices for saving and sharing your automations, can radically improve the consistency and efficiency of your work. about the book Practical Automation with PowerShell teaches you how to build, organize, and share useful automations with PowerShell.You'll start with development skills you might not have learned as a sysadmin, including techniques to help you structure and manage your code, and common pitfalls to avoid.You'll quickly progress to essential factors for sharable automations, such as securely storing information, connecting to remote machines, and creating automations that can adapt to different use cases.Finally, you'll take your automations out into the world.You'll learn how to share them with your team or end users, and build front ends that allow non-technical people to run them at the touch of a button.
Price: 37.99 £ | Shipping*: 0.00 £ -
Mastering Windows PowerShell Scripting : Automate and manage your environment using PowerShell Core 6.0
Grasp advanced PowerShell Core 6.0 functionalities to automate your environmentKey FeaturesKeep up with changes introduced in PowerShell Core 6.0Easily maintain appropriate compatibility with older versionsAutomate complex tasks, manipulate data, and secure your environment with PowerShell Core 6.0Book DescriptionPowerShell scripts offer a handy way to automate various chores, however working effectively with these scripts can be a difficult task. This comprehensive guide starts with the fundamentals before moving on to advanced-level topics to help you become a PowerShell Core 6.0 expert.The first module, PowerShell Core 6.0 Fundamentals, begins with the new features of PowerShell Core 6.0, installing it on Linux, and working with parameters, objects and .NET classes from within PowerShell Core 6.0.As you make your way through the chapters, you'll see how to efficiently manage large amounts of data and interact with other services using PowerShell Core 6.0.You'll be able to make the most of PowerShell Core 6.0's powerful automation feature, where you will have different methods available to parse data and manipulate regular expressions and Windows Management Instrumentation (WMI).After having explored automation, you will enter the extending PowerShell Core 6.0 module, covering asynchronous processing and desired state configuration.In the last module, you will learn to extend PowerShell Core 6.0 using advanced scripts and filters, and also debug issues along with working on error handling techniques. By the end of this book, you will be an expert in scripting with PowerShell Core 6.0. What you will learnOptimize code through the use of functions, switches, and looping structuresWork with objects and operators to test and manipulate dataParse and manipulate different data typesCreate scripts and functions using PowerShellUse jobs, events, and popular public modules which assist with implementing multithreadingWrite .NET classes with ease within the PowerShellCreate and implement regular expressions in PowerShell scriptsMake use of advanced techniques to define and restrict the behavior of parametersWho this book is forIf you are a system administrator who wants to become an expert in controlling and automating your Windows environment, then Mastering Windows PowerShell Scripting is for you.It is also ideal for those new to the PowerShell language.
Price: 43.99 £ | Shipping*: 0.00 £ -
PowerShell in 7 Days : Learn essential skills in scripting and automation using PowerShell
Price: 31.99 £ | Shipping*: 0.00 £
-
What is the difference between Windows PowerShell and PowerShell 7?
Windows PowerShell is the original version of PowerShell that was built on the .NET framework and was primarily designed for Windows systems. PowerShell 7, on the other hand, is a cross-platform version of PowerShell that is open-source and can run on various operating systems like Windows, macOS, and Linux. PowerShell 7 has additional features, improvements, and compatibility with newer versions of .NET Core, making it more versatile and modern compared to Windows PowerShell.
-
What are the differences between PowerShell 7 and Windows PowerShell?
PowerShell 7 is the latest version of PowerShell and is cross-platform, meaning it can run on Windows, macOS, and Linux, while Windows PowerShell is only available on Windows. PowerShell 7 has improved performance and compatibility with existing scripts and modules, as well as new features such as pipeline parallelization and the ability to run as a self-contained executable. Additionally, PowerShell 7 has a more modern and consistent scripting language compared to Windows PowerShell.
-
Can't open Windows PowerShell settings?
If you are unable to open Windows PowerShell settings, there may be a few reasons for this issue. One common reason could be that the Windows PowerShell application is corrupted or not functioning properly. In this case, you may need to reinstall or repair the Windows PowerShell application. Another reason could be that there is a conflict with other applications or settings on your computer that is preventing Windows PowerShell from opening. It is recommended to troubleshoot the issue by checking for any conflicting applications or settings and resolving them accordingly.
-
How can one learn PowerShell?
One can learn PowerShell by starting with the basics such as understanding cmdlets, variables, and operators. There are many online resources available such as tutorials, courses, and documentation provided by Microsoft. Additionally, practicing by writing scripts and automating tasks can help in gaining proficiency in PowerShell. Joining online communities and forums can also be beneficial for getting help and learning from others.
Similar search terms for PowerShell:
-
Windows PowerShell in Action, 3E
Windows PowerShell transformed the way administrators and developers interact with Windows.PowerShell, an elegant dynamic language from Microsoft, lets its users script administrative tasks and control Windows from the command line. Because it's a full-featured, first-class Windows programming language, programmers and powerusers can now do things in a shell that previously required VB, VBScript, or C#. Windows PowerShell in Action, Third Edition is a completely revised edition of the bestselling book on PowerShell.It keeps the same crystal-clear introduction to PowerShell as the last edition and adds extensive coverage of v3, v4, and v5 features such as PowerShell Workflows, Desired State Configuration, PowerShell classes and the PowerShell APIs, new error handling and debugging features.It includes full chapters on these topics and also covers new language elements and operators, PowerShell remoting, CIM, events, working with data such as XML and flat files, The Second Edition's coverage of batch scripting and string processing, COM, WMI, and .NET have all been significantly revised and expanded.The book includes many popular usage scenarios and is rich in interesting examples that will spark the reader’s imagination. Key Features• Crystal-clear introduction to PowerShell • Extensive coverage of v3, v4, and v5 features • Includes many popular usage scenarios • Rich in interesting examples that spark the imagination • The definitive book on PowerShell AUDIENCE Written for developers and administrators with intermediate level scripting knowledge.No prior experience with PowerShell is required. ABOUT THE TECHNOLOGY Windows PowerShell is an elegant, dynamic language from Microsoft, that lets developers and administrators script administrative tasks and control Windows from the command line.
Price: 47.99 £ | Shipping*: 0.00 £ -
PowerShell 7 for IT Professionals
Take advantage of everything Microsoft’s new PowerShell 7 has to offer PowerShell 7 for IT Pros is your guide to using PowerShell 7, the open source, cross-platform version of Windows PowerShell.Windows IT professionals can begin setting up automation in PowerShell 7, which features many improvements over the early version of PowerShell Core and Windows PowerShell.PowerShell 7 users can enjoy the high level of compatibility with the Windows PowerShell modules they rely on today.This book shows IT professionals—especially Windows administrators and developers—how to use PowerShell7 to engage in their most important tasks, such as managing networking, using AD/DNS/DHCP, leveraging Azure, and more. To make it easy to learn everything PowerShell 7 has to offer, this book includes robust examples, each containing sample code so readers can follow along.Scripts are based on PowerShell 7 running on Windows 10 19H1 or later and Windows Server 2019. • Learn to navigate the PowerShell 7 administrative environment • Use PowerShell 7 to automate networking, Active Directory, Windows storage, shared data, and more • Run Windows Update, IIS, Hyper-V, and WMI and CIM cmdlets within PowerShell 7 • Understand how to handle reporting in the new PowerShell 7 environment PowerShell 7 for IT Pros provides exclusive coverage of using PowerShell with both cloud-based systems and virtualized environments (Hyper V and Azure).Written by PowerShell veteran Thomas Lee, this is the only book you’ll need to get started with PowerShell 7.
Price: 37.99 £ | Shipping*: 0.00 £ -
PowerShell Advanced Cookbook : Enhance your scripting skills and master PowerShell with 90+ advanced recipes
Price: 31.99 £ | Shipping*: 0.00 £ -
Pro PowerShell for Amazon Web Services
Amazon Web Services (AWS) is the leading public cloud platform.In this book you will learn to use Microsoft PowerShell to create, host, manage, and administer workloads using Amazon Web Services.You will learn how to create virtual machines, provision storage, configure networks, and more—all using your preferred Windows scripting language. CIOs everywhere are leading their organizations to the cloud, but there are few books available to help.This book focuses on moving Microsoft Windows workloads to the cloud using technologies familiar to enterprise Microsoft-based professionals. The completely revised and expanded Pro PowerShell for Amazon Web Services is written specifically for Windows professionals who already know PowerShell and want to learn to host Windows workloads on Amazon Web Services.The cloud offers information technology workers significant cost savings and agility unimaginable even just a few years ago.Tasks that traditionally took weeksof work, costing thousands of dollars, can be completed in minutes for a fraction of a penny. New chapters in this second edition cover: AWS Lambda, Amazon WorkSpaces, Amazon AppStream 2.0, AWS Directory Service, Amazon WorkDocs, and AWS System Manager. What You'll LearnCreate and manage Windows servers on Elastic Compute Cloud (EC2)Configure and secure networks with Virtual Private Cloud (VPC)Leverage autoscaling to adjust resources as load changesDeploy and manage SQL Server using the Relational Database Service (RDS)Manage virtual desktops using WorkSpaces and AppStreamLeverage AWS Systems Manager to manage Windows at scaleWho This Book Is ForWindows professionals who want to learn more about Amazon Web Services, with a focus on running Windows workloads andautomated management at scale using PowerShell tools for AWS.The book assumes you have knowledge of Windows and PowerShell, but are new to AWS.
Price: 54.99 £ | Shipping*: 0.00 £
-
Why can't PowerShell find Python.exe?
PowerShell may not be able to find Python.exe if it is not included in the system's PATH environment variable. The PATH variable is a list of directories that the system searches for executable files, and if the directory containing Python.exe is not included in the PATH, PowerShell will not be able to locate it. Additionally, if Python is not installed on the system, PowerShell will not be able to find Python.exe. To resolve this issue, you can either add the directory containing Python.exe to the PATH variable or reinstall Python to ensure it is properly installed on the system.
-
What is the PowerShell PSProvider?
The PowerShell PSProvider is a feature that allows users to access different data stores as if they were a file system. This means that users can navigate and manipulate data in a similar way to how they would interact with files and folders. PSProviders can be used to access various data sources such as the file system, registry, certificate store, and more, making it a versatile tool for managing and accessing different types of data within the PowerShell environment.
-
What does the PowerShell pipeline do?
The PowerShell pipeline allows you to pass the output of one command as input to another command, creating a seamless flow of data processing. This allows you to efficiently manipulate and transform data without the need to store intermediate results in variables. By chaining commands together in the pipeline, you can perform complex operations in a concise and readable manner. The pipeline is a powerful feature of PowerShell that enables you to streamline your workflow and automate repetitive tasks.
-
How can one program with PowerShell?
One can program with PowerShell by writing scripts and functions using the PowerShell scripting language. PowerShell scripts can be created using a text editor such as Notepad or a specialized integrated development environment (IDE) like Visual Studio Code. These scripts can then be executed in the PowerShell environment to automate tasks, manage system configurations, and perform various administrative tasks. Additionally, PowerShell also supports the creation of modules, which are reusable collections of functions and scripts that can be easily shared and imported into other PowerShell scripts or sessions.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.