Planet PowerShell

349 Followers
0 Following
1.2K Posts
Hey folks. Just a quick update. I am still working on getting the site back after issues with my Azure subscription.
Build AI Agents with PowerShell

Build-AI-Agents-with-PowerShell

Researching the optimal; implementing the practical
Build AI Agents with PowerShell

Build-AI-Agents-with-PowerShell

Researching the optimal; implementing the practical
PowerShell is fun :)Using Switch in PowerShell

Everyone uses If statements in their scripts: If this, then that. Or If not this, then that, multiple If, and even Elseif. But there is another option, Switch. In this blog post, I will show you ho…

PowerShell is fun :)
Find orphaned GPOs via PowerShell before migrating to Intune - IT koehler blog

I would like to provide some assistance for identifying orphaned Group Policy Objects. These can be relatively easily found and....

IT koehler blog
"PowerShell script for automated remediation for CrowdStrike issue" https://powershell.ro/powershell-script-for-automated-remediation-for-crowdstrike-issue/ #PowerShell #pwsh
PowerShell script for automated remediation for CrowdStrike issue - PowerShell.ro

I have created a Powershell script for the Crowdstrike issue for some automation purposes. you can create a WinPE ISO File to boot into and remediate the crowdstrike issue. 3. Reboot: The system should boot normally. The script: This script is designed for use in an on-premises VMware environment. It automates the process of mounting […]

PowerShell.ro
Convert RSA XML Private Key to PEM Format with PowerShell - darrenjrobinson - Bespoke Identity and Access Management Solutions

Recently I was working with a particular application that used certificates to secure communication. I wanted to put the certificates into Azure KeyVault. Azure KeyVault naturally allows you to store certificates. However, it only lets you upload certificates that are in PFX (PKCS#12) or CER (DER or BASE64 encoded). I needed to convert my RSA … Continue reading "Convert RSA XML Private Key to PEM Format with PowerShell"

darrenjrobinson - Bespoke Identity and Access Management Solutions
Release v7.4.4 Release of PowerShell · PowerShell/PowerShell

7.4.4 - 2024-07-18 Engine Updates and Fixes Resolve paths correctly when importing files or files referenced in the module manifest (Internal 31780) Build and Packaging Improvements Bump .NET t...

GitHub
Release v7.2.22 Release of PowerShell · PowerShell/PowerShell

7.2.22 - 2024-07-18 Engine Updates and Fixes Resolve paths correctly when importing files or files referenced in the module manifest (Internal 31777 31788) Build and Packaging Improvements Bump...

GitHub
pwshBedrock 0.9.1

pwshBedrock enables interfacing with Amazon Bedrock foundational models, supporting direct on-demand model calls via InvokeModel and the Converse API for supported models. It allows sending messages, retrieving responses, managing message context, displaying model information, and estimating token counts and costs. Use PowerShell to integrate generative AI applications with Amazon Bedrock.