S03E04 - Modifying the registry with Proactive Remediation Scripts (I.T)

Поділитися
Вставка
  • Опубліковано 7 сер 2024
  • Nick Hogarth has a problem... and the gang tries to help him fix it.
    00:00 - Intro
    00:20 - Nick Hogarth introduction
    / nick_hogarth
    00:54 - Problem overview
    02:30 - PowerShell script
    github.com/tabs-not-spaces/Co...
    04:06 - Active Setup
    docs.microsoft.com/archive/bl...
    / 1161625261953171456
    05:35 - User registry hives
    07:10 - Registry settings
    10:12 - Deploy the script
    15:37 - Proactive remediation discussion
    19:22 - Wrap up
    Visit our websites and social media for more or to get in touch with us
    Nick Hogarth - Microsoft MVP - Enterprise Mobility
    / nick_hogarth
    nhogarth.net
    mvp.microsoft.com/en-us/Publi...
    Steve Hosking - Microsoft MMD Team
    / onpremcloudguy
    steven.hosking.com.au/
    mvp.microsoft.com/en-us/Publi...
    github.com/onpremcloudguy
    Adam Gross - Microsoft MVP - Enterprise Mobility
    / adamgrosstx
    www.asquaredozen.com
    github.com/AdamGrossTX
    mvp.microsoft.com/en-us/Publi...
    Ben Reader - Microsoft MVP - Enterprise Mobility
    / powers_hell
    www.powers-hell.com/
    github.com/tabs-not-spaces
    mvp.microsoft.com/en-us/Publi...
    Jake Shackelford - Desktop Engineer
    / shackelfjaco
    sysmansquad.com/author/jshack...
    / jacob-shackelford-a5bb...

КОМЕНТАРІ • 13

  • @wickedneurons
    @wickedneurons 3 роки тому +1

    I love when stuff is used well in a way it's not intended. Great video, folks.

  • @leonidasperez93
    @leonidasperez93 Рік тому

    life saviors i work a at school i we haven triying to figureout how to disable the "add printer scanner option" wich can be disable but in the current user registry key, since their account are limited intune uses a system account not afecting the student logged on. thanks to this we finally solve our problem

  • @petergarrett2599
    @petergarrett2599 3 роки тому

    Haha glad I'm not the only one in Aus doing this 😀😀😀 i made something similar with additional features like user type targeting based on their sid eg azuread users only, loading offline user hives, csv of keys to change and defaults if i need to rollback later. I went down the path of changing the defult registry rather then active setup also went with win32 so rollback or changing somthing later leveraging uninstall , having the ability to change the csv not having to rewhitelist or sign a script for every change is also nice anyway love the content keep up the good work!
    Also where in Aus are you guys based?

    • @IntuneTraining
      @IntuneTraining  3 роки тому +1

      Steve and guest Nick are in NSW
      Ben is in VIC

  • @Eschguy
    @Eschguy 3 роки тому +1

    Whoa! Nice! Why is this just not the officially recommended way PS scripts are deployed?

    • @IntuneTraining
      @IntuneTraining  3 роки тому

      It is... Well... One of the officially supported ways..
      -- Ben

  • @PhilCrombieMTB
    @PhilCrombieMTB 3 роки тому

    Awesome! :) Super helpful and well explained.
    Can I submit a topic Id like help with please? Can I post it here or do you have an email? Cheers chaps!

    • @IntuneTraining
      @IntuneTraining  3 роки тому

      Always happy to have a topic suggested, on here works, we make no commitment that it will be covered as some things like wifi profiles that need a whole heap of prep work just isn't feasible as I'm sure you can understand

    • @PhilCrombieMTB
      @PhilCrombieMTB 3 роки тому

      @@IntuneTraining firstly, thanks for the response. I have a problem at the moment, where our cloud native windows 10 devices have varied encryption levels, in order to make them all aes xts 256 I need to decrypt , then re-encrypt. Ive made a basic script (its not very good) that basically does an if on teh encyption lelve then does a sleep then tried to reencypt then uplaod the key to enpoint manager. But sometimes it stalls, falls foul to poilcy and doesnt provide much help. I'm scared to send it to 200 devices :). Is there a better way to manage it. Also, I cant roll the keys in endpoint manager and end up with lots of stale keys i cant get rid off.

  • @ebrimaebri6930
    @ebrimaebri6930 11 місяців тому

    Hey, i know this video is old but I have a quick question.

    • @IntuneTraining
      @IntuneTraining  11 місяців тому

      Ok

    • @ebrimaebri6930
      @ebrimaebri6930 11 місяців тому

      Troubleshooting script deployment in Intune. I went to the log files but did have any idea what I was looking at or looking for.@@IntuneTraining

    • @aidankieffer
      @aidankieffer 8 днів тому

      @@IntuneTraining guess not a good question. I have one though.
      I’ve made a fist script as a remediation. It has a function that checks a couple registry paths for a specific app name. It loops through these paths, and if the path doesn’t actually exist, I use write output to note that. I call the function in an if statement that will write output if it exists or if it doesn’t, exiting with error codes.
      It seems only my “exists” or “doesn’t exist” output is logged in the remediation script successfully output. Why don’t any of the other write-outputs get logged?