Are you looking for ways to enhance the security of your Windows Server environment? In this video, we explore how to leverage App Control to secure […]
I have 3 Mac computers running on the latest version of MacOS, and PowerShell is installed on all of them using Homebrew: brew install powershell/tap/powershell I […]
A foundational Dayforce PowerShell Module to query Employee data. Cmdlets to update Dayforce for business email/contact info and manage federated Single Sign On. Versatile cmdlet for […]
In my last post I detailed how to configure the Granfeldt PowerShell Management Agent as an ECMA2 connector with the Entra ID Provisioning Service. This post […]
A powershell script that shows how to call an Azure OpenAI chat completition endpoint API # Azure OpenAI metadata variables $openai = @{ api_key = "YOUR_APIKEY_HERE" […]
The following powershell samples shows how to call an Azure OpenAI chat completition endpoint API # Azure OpenAI metadata variables $openai = @{ api_key = "YOUR_APIKEY_HERE" […]
Learn how to convert a PSCustomObject to a Hashtable in PowerShell making it filterable using the Where cmdlet. The post How to convert PSCustomObject to Hashtable […]
In this video, we explore SMB over QUIC, a secure and encrypted way to access Windows file shares over the internet without a VPN. As organizations […]