Foundry Agent Memory + PowerShell
On my own system I’m using AI for assisting me creating solutions, helping me write code (who doesn’t?) and explaining topics to me which sometimes require a lot of time…
On my own system I’m using AI for assisting me creating solutions, helping me write code (who doesn’t?) and explaining topics to me which sometimes require a lot of time…
First blog after 3 weeks of vacation, wish me luck! 😆 I need to be honest (and lost count already) but for the latest 10/15 blogs or so , we’ve…
I have a confession. I wrote blog “Testing your code” about Pester. I explained why tests matter, how to write them, how to structure them. Very convincing stuff. And then…
Hi, and welcome back! The last time we discussed about AI with the AI clipboard watcher hence I was looking for some new and cool AI stuff to do! When…
Hi, and welcome back! Today we’ll be using the output from the previous blog post about letting AI describe what you see. If you missed out that part you can…
Welcome back all! After my previous blog about my session at Experts Live it’s time to pick up where we left in the AI journey combined with PowerShell (of course)…
So recently I had to analyze a PDF, a PDF which contained over 300 pages. I don’t have to tell you how I felt about this one as you probably…
In our last episode, CloudDoc learned how to scan and diagnose an Azure environment. It collected resources, fed them to an AI model with a strict schema, and came back…
Imagine this. You run one command. A PowerShell agent wakes up, logs into your Azure subscription, pulls every resource it can find, feeds them to an AI model, and gets…
In post #49, we built an MCP server in PowerShell using Pode. Nice start, but the real magic of the Model Context Protocol lives on the client side. That’s where…