Learn how to use PowerShell to get a computer name in many different ways using this informative tutorial. Read on.
5 min. read
Windows services is one of those topics nearly every Windows sysadmin has to work with. To manage Windows services you could fire up the services.msc MMC snap-in for one-off tasks but what if you need to build some kind of automation with PowerShell? Learn how to use PowerShell to get a service, use PowerShell to start a service, use PowerShell to stop a service, and use PowerShell to restart a service in this tutorial!
9 min. read
Use PowerShell to create and manage scheduled tasks made possible with the use of theĀ Scheduled TasksĀ module.
10 min. read
Learn ALL the ways to use PowerShell to reboot a remote computer in this example-driven tutorial. By the end, you'll be using PowerShell to restart all computers!
6 min. read
Learn how to get started in web automation with PowerShell and Selenium and automate web-related tasks on web browsers.
You can do a lot with PowerShell logging. Learn all about (and how to use) transcripts, scriptblock logging and even module logging in this example-driven tutorial.
11 min. read
In this step-by-step tutorial, learn how to finally understand and manage NTFS permissions in PowerShell.
8 min. read
Do more with PowerShell and au2mator Self Service Portal. Use the advantage of PowerShell to automate your daily IT Tasks and Processes, and Self Service with au2mator to delegate to the right people in your Company.
4 min. read
Increase your productivity by learning different PowerShell data types accelerators. Know how to use each of them.
7 min. read
Learn creating Send-MailKitMessage to remove the underlying .NET technology SmtpClient for more secure PowerShell email sending.
Did you know PowerShell has grep? Well, not technically but it's close! Learn all about the "grep of PowerShell" in this post.
Managing Exchange Online with PowerShell used to be a hassle but anymore. Learn what V2 is capable of in this in-depth tutorial.
With the many reasons to pause script execution. there should be a way on how to do it in minimal time.
Do you want to make your PowerShell scripts fly? Be sure to read this hands-on tutorial to learn how!
Want to write better PowerShell code? You must read this.
If you need to generate CSRs, private keys and certificates, check out this article on how to use OpenSSL with PowerShell!
Learn the execute Ansible winrm command against a Windows host. Use the win_shell module to perform your testing.
Like many other programming languages, PowerShell has various comparison operators. However, unlike other languages, those comparison operators can look a little odd. Instead of ==, you have eq. Instead of <>, you've got ne. It can be confusing to newcomers. Let's demystify PowerShell comparison operators in this article.
PowerShell is a powerful tool that helps you simplify and automate tedious and repetitive tasks. Administrators typically use PowerShell to extract information from a system or database when the data set required has to be presented as a report. But reports in text or CSV files usually lack the flare and fancy styling of HTML.
15 min. read
In this article, you're to learn one of the most troublesome aspects of using ARM templates in AzDo pipelines - managing output variables.
Looks like you're offline!