1、From Coding Zero to Vibing HeroLeveraging AI for the modern device adminSponsors Michael ScottMicrosoft MVP Endpoint&SecurityRoleManagerFocusIntune Windows 365 SecurityBlog,Hobbies and moreBeing awesomeMaurice DalyMicrosoft MVP Security Intune|IdentitySenior Security ArchitectPatch My PCFocusIntune
2、Windows 365 Security AutomationBlog,Hobbies and moreFather of three,part time private taxi driver,huge Formula 1 fanAgenda Scripting languages for the modern day admin Introduction into AI and LLMs Security considerations Getting tooled up Working with APIs Putting it all together with AIWhat is cha
3、nging in the community?What is changing in the community?Introducing LLMsThings that read the internet and know everythingCoding Scripting Languages Most endpoint admins are NOT programmers But.Most endpoint admins can steal with pride Scripting languages you need to understand today PowerShell KQL
4、Why do I need to understand languages?I have AI.Coding Scripting LanguagesLanguageType/CategoryBackground&OriginPrimary Use CasesStrengthsLimitationsBatchScripting(Command-line)Originated with early MS-DOS and carried into Windows(.bat,.cmd).One of the oldest scripting methods on Windows.Basic autom
5、ation,legacy scripts,simple file operations,software installsVery simple,universally available on Windows,no dependenciesLimited functionality,poor error handling,hard to maintain at scalePowerShellScripting&Automation(Object-based shell)Developed by Microsoft,released in 2006.Built on.NET,designed
6、to replace Batch for modern administrationSystem administration,automation,configuration management,cloud(Azure),DevOpsObject-oriented(not text-based),powerful cmdlets,integrates with APIs and cloud servicesSteeper learning curve than Batch,can be overkill for simple tasksKQL(Kusto Query Language)Qu