Back when our company decided to migrate endpoint management workloads to Microsoft Intune from Microsoft Configuration Manager, I quickly realized we would be missing some key capabilities. Not least of which is comprehensive hardware inventory data which, to this day, is still sorely lacking in Intune. Having in-depth, customizable inventory on our Windows endpoints is … Continue reading Next Generation Data Analysis – Connecting AI to your Database
Tag: technology
Harnessing AI in PowerShell: Create a TimeZone Script for Windows Autopilot with AI
Get time zone from geolocation dataConvert IANA time zone to Windows time zoneAdd logging, error handling and create a summaryConclusion In this post I want to walk through a real-world example of creating a useable PowerShell script simply by prompting an AI model in conversation. The goal for this script is: to determine the appropriate … Continue reading Harnessing AI in PowerShell: Create a TimeZone Script for Windows Autopilot with AI
Harnessing AI in PowerShell: Comparing Generative AI Models
IntroductionAI Model TESTSTEST 1: Generate a simple function that solves a specific logic problemTEST 2: Create an advanced function with more complex requirementsTEST 3: Convert text output to an ordered PowerShell objectTEST 4: Debug PowerShell codeTEST 5: Improve poorly written PowerShell codeSummaryOpenAIAnthropicGoogleX AIPerplexityConclusion Introduction Whilst having access to several different AI models is a cool … Continue reading Harnessing AI in PowerShell: Comparing Generative AI Models