© 2023 Hashnode
#powershell
Object-oriented programming (OOP) is a powerful paradigm that allows developers to create modular and reusable code. While PowerShell is primarily known as a scripting language, it also supports object-oriented programming concepts, making …
Motivation As posted on techhub.social I am currently to stretch myself again and move out of the VS Code comfortzone into NeoVim ecosystem. That also entails that I want to use NeoVim on both : Linux…
SharePoint Patterns and Practices (PnP) contains a library of PowerShell commands (PnP PowerShell) that allows you to perform complex provisioning and artifact management actions towards SharePoint. W…
The annoying "beep" error sound in Windows can be quite annoying, and I'm not the only one who thinks so. There are two excellent open source tools that can help with this problem: EarTrumpet i Volume…
Managing sensitive information such as API keys, access tokens, and database credentials, is a crucial aspect of software development. Ensuring that these secrets are not exposed or compromised is of …
This article details how to use PowerShell to send a request to Azure DevOps REST API to fetch the content of a Wiki Page. 1. Obtain a Personal Access Token (PAT) Before we get to PowerShell, you fir…
Scenario - a windows server virtual machine has two network cards configured, one with a dmz nic/ip, and the other with an internal nic/ip. The secondary internal nic/ip is left disabled in vCenter fo…
Rather than saving a username and password in plain-text within a powershell script, a more secure way of authenticating is by passing auth credentials using an encrypted password file. Should someone…
A regional manager from a global call center approached me through Fiverr to request an assignment. The assignment was to determine the typical duration of a shift handover to the next shift. The comp…
When you are in a flow, nothing is worse than having to stop to deal with a console error message. It would be great if the errors could be handled by the script and packaged into helpful messages. Ha…