In this second part, Brien explores how to connect to a remote Ollama server, manage multiple models and dynamically populate a UI with available LLMs. In my previous blog post, I explained that I ...
This script leverages Windows' native tracing capabilities to perform packet captures without the need for additional software installations, such as Wireshark. It is designed to run on any Windows ...
A PowerShell “for” loop is a core scripting tool that lets you execute a block of code multiple times. Whether you’re automating system tasks or processing data, understanding how to write a “for” ...
PowerShell arrays are an essential feature of the PowerShell scripting language. But if you haven’t used one (or haven’t realized that you have), you might need to get a little education on the topic!
Back in 2008, I wrote a piece called PowerShell Tips and Tricks, which covered the then-relatively new Windows scripting language and some cool things you could do with it. Although PowerShell has ...
I had a customer ask me for a way to easily collect all serial number from a UCS so they could give to their services team to make sure everything was covered under their SmartNet contract. This is ...
Use PowerShell to shave time off routine tasks like renaming computers. Here are some commands to try. Occasionally it may become necessary to rename a computer in an Active Directory environment.