PowerShell makes it very easy to set DNS server settings and then troubleshoot what might have gone wrong.
- By Adam Bertram
- 12/02/2019
Adam walks you through the process of setting up Windows containers and using them to run an IIS application.
- By Adam Bertram
- 11/20/2019
Hackers can use tools like BloodHound to visualize the shortest path to owning your domain. But that doesn't mean you can't use it to find and protect your organization's weak spots. Here's how.
- By Adam Bertram
- 11/13/2019
Scrolling through Windows Server DHCP logs in Notepad is a tedious and time-consuming task. Here's how to use PowerShell to make the process a lot easier.
- By Adam Bertram
- 10/31/2019
"Should" operators have the critical role of comparing a condition with an expected result. Without that functionality, a test of your PowerShell code would be worthless.
- By Adam Bertram
- 10/01/2019
Microsoft's Azure DevTest Labs service allows developers and IT administrators alike to provision and control groups of virtual machines.
- By Adam Bertram
- 09/17/2019
By downloading a PowerShell module, you can manage every facet of Active Directory and build powerful scripts to save time on all kinds of tasks.
- By Adam Bertram
- 08/27/2019
Using PowerShell, Adam shows you one way to compare a .CSV file full of employee accounts with Active Directory users.
- By Adam Bertram
- 08/20/2019
Pester infrastructure tests can run as standalone tests or be integrated into a broader automation workflow. But first, what's an "infrastructure test" anyway?
- By Adam Bertram
- 07/29/2019
IT pros have many ways to deploy resources to Microsoft Azure, but when it comes to deploying many resources at once, ARM templates are the way to go.
- By Adam Bertram
- 07/16/2019
PowerShell is often used to deploy Microsoft Azure ARM templates, but you can also create a script to easily build and modify existing templates. Here's how.
- By Adam Bertram
- 06/26/2019
Azure Cognitive Services is letting developers create natural-sounding speech even without a lot of expertise in machine learning. Here's how.
- By Adam Bertram
- 06/18/2019
Using the custom voice feature in Microsoft's Azure Cognitive Services product, you can train a computer to sound like yourself -- or anyone else, for that matter.
- By Adam Bertram
- 06/04/2019
Thanks to the AI features in Microsoft's cloud, text-to-speech technology can render more realistic results than ever.
- By Adam Bertram
- 05/23/2019
Here's how to start taking advantage of Microsoft's suite of artificial intelligence APIs.
- By Adam Bertram
- 05/14/2019
Scriptblocks are a ubiquitous part of PowerShell and are a construct that every PowerShell developer should understand.
- By Adam Bertram
- 05/08/2019
Events happen regularly on a typical Windows computer. It's important for administrators to keep tabs on these events, especially if they affect sensitive information or mission-critical processes.
- By Adam Bertram
- 05/01/2019
You can force Pester to return output in XML rather than via the console. Here's how.
- By Adam Bertram
- 04/18/2019
How to read, add and modify array elements -- with a few curve balls along the way.
- By Adam Bertram
- 04/10/2019
Adam takes a close look at the Invoke-WebRequest and Invoke-RestMethod commands.
- By Adam Bertram
- 04/02/2019