PPowerShell English Read More 2 minute read Verifying prerequisites are installedbyDigitale Mels24 May 2025 The Verify-Prerequisites function checks and installs the required modules and tools for the main script. This is essential…
PPowerShell English Read More 2 minute read Problems with package Az.AccountsbyDigitale Mels24 May 2025 The issues with the Az.Accounts package are partly due to problems with TLS (Transport Layer Security) settings in…
PPowerShell English Read More 3 minute read Windows PowerShell 5 versus 7byDigitale Mels24 May 2025 This is about Windows PowerShell 5.1 versus 7.x. Windows PowerShell 5.1 was built on top of the .NET…
PPowerShell English Read More 3 minute read Installing PowerShell 7.xbyDigitale Mels2 June 2025 On a Windows system, PowerShell 2.0 is included and installed by default. This old version is not necessary…
PPowerShell English Read More 4 minute read Smarter than CoPilotbyDigitale Mels24 May 2025 While writing code in, for example, PowerShell, you occasionally use help from CoPilot. When an inexplicable error message…
BBusiness Central English Read More 6 minute read Postman and Business CentralbyDigitale Mels24 May 2025 Postman is an API platform for building and using APIs. Postman simplifies every step of the API lifecycle…
BBusiness Central English Read More 2 minute read Changing SSL in Business CentralbyDigitale Mels24 May 2025 This post is about changing a SSL certificate in Business Central. Replacing an SSL Certificate in Business Central…
PPowerShell English Read More 2 minute read Make good use of ForEachbyDigitale Mels24 May 2025 This blog is about make good use of ForEach. Effectively Using ForEach in PowerShell is a powerful way…
PPowerShell English Read More 2 minute read Filtering techniques Where-ObjectbyDigitale Mels24 May 2025 The key to making the most of Windows PowerShell is understanding how objects and the pipeline work together…
PPowerShell English Read More 2 minute read Filtering techniques Select-ObjectbyDigitale Mels24 May 2025 PowerShell and Select-Object, a powerful combination. The following section covers Filtering techniques Select-Object. PowerShell is a versatile and…