Tag: Powershell

Parse an HTML table with Powershell

Imagine, you have to verify the response of an API in an integration test. The response of the API is master data in JSON format, so it is static, but it is quite huge and the only “source of truth” you can verify the data against is a table on a website of your favorite wiki software (e...

Creating Advanced Powershell Modules

PowerShell, a versatile scripting and automation framework, has become a staple tool for system administrators, DevOps professionals, and developers. One of its most potent features is the module system, which allows for the organization and encapsulation of code, enhancing reusability and manageabi...

Increasing System Security Using Powershell

Introduction Windows PowerShell is a task-based command-line shell and scripting language designed especially for system administration. Built on the .NET Framework, Windows PowerShell helps IT professionals and power users control and automate the administration of the Windows operating system a...

How to Solve WinRM Configuration Errors in PowerShell

PowerShell Remoting is a powerful feature that allows administrators to manage remote systems seamlessly. However, setting up PowerShell Remoting isn’t always a straightforward process. Sometimes, you may encounter errors like the one below when trying to enable PowerShell Remoting: PS C:...