191 Results for:PS1

  • Sort by: 

How to find and customize your PowerShell profile

By Anthony Howell 13 Feb 2024

PowerShell is integral for many admins, and any way to streamline how they use the scripting tool is key. A PowerShell profile is one way to tailor a more streamlined approach. Read More

How to use Microsoft 365 DSC to avoid configuration drift

By Liam Cleary 29 Feb 2024

This configuration-as-code technology gives admins a way to automate tasks on the Microsoft 365 tenant to keep settings locked in and avoid errors from manual input. Read More

How to create and run Windows PowerShell scripts

By Reda Chouffani, Adam Bertram 17 Mar 2023

Once administrators get comfortable with PowerShell basics, it's time to start scripting. This PowerShell scripting tutorial for beginners helps you efficiently complete tasks. Read More

Understanding Windows PowerShell function parameters

By Brien Posey, Adam Bertram 22 Feb 2023

Parameters in Windows PowerShell can help admins better customize their functions, leading to improved input testing and more extensible commands. Read More

How to test PowerShell code with Pester

By Brien Posey 03 Mar 2023

PowerShell's Pester troubleshooting tool lets users write and run tests. Learn how to install the tool and examine a step-by-step Pester test example. Read More

How to use the PowerShell extension for Visual Studio Code

By Anthony Howell 31 Jan 2024

Administrators who want to accelerate their automation skills can tap into the enhanced editing and debugging features of the Microsoft code editor. Read More

How to customize Git Bash Shell prompt settings

By Cameron McKenzie 24 May 2022

Want to style and customize your user and hostname properties that display in the Git Bash prompt? This quick example shows you how to quickly customize your Git Bash terminal window. Read More

How to upload and download files with PowerShell FTP script

By Brien Posey, Adam Bertram 06 Mar 2023

By using the .NET WebClient class and PowerShell, Windows admins can upload and download files to FTP. Review the general process and corresponding examples to get started. Read More

Automate workflows by running PowerShell in GitHub Actions

By Anthony Howell 30 Jun 2023

By running PowerShell scripts in GitHub Actions workflows, admins can automate common DevOps and IT management tasks. Get started with these hands-on examples. Read More

Deploy WebJEA to empower your users with PowerShell

By Mike Kanakos 28 Mar 2023

Give your automation scripts a GUI that makes it easier for end users to get the information they need with a more streamlined approach. Read More