30. How to Deploy PowerShell Script using Microsoft Intune

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 23

  • @realityisenough
    @realityisenough 7 месяцев назад +1

    Very clear and helpful, thanks.

  • @rikirapper
    @rikirapper 10 месяцев назад +1

    awesome video

  • @JM-oo3rb
    @JM-oo3rb Год назад +1

    Very helpful.

  • @moepskie
    @moepskie Год назад +1

    Thanks for all the vids

  • @JBreezedorsett
    @JBreezedorsett 6 месяцев назад

    Hello, thank for this video! Can you show us OR do you have a Video showing and explaining how to get the Powershell script for all these different powershell scripts we want to upload? Example, where do I find/get the powershell script for "Office365 auto updates", "create folder in c drive", etc etc Alot of these videos show us and explain things, but some of the things you have already done outside of the video and we didnt get to see the fullness of everything

  • @ericwoudstra1531
    @ericwoudstra1531 Год назад +1

    I've seen problems if the script isn't run using the 64 bit PowerShell option - some commands are not recognized.

    • @localroot01
      @localroot01 Месяц назад

      If you are facing the issue like not recognised command then please try to include the module of the particular of that commands, it will get resolve the issue.

  • @ashishkumawat8940
    @ashishkumawat8940 Год назад

    Hi can you please share how I can enable or disable network discovery from intune

  • @behnazhajivand
    @behnazhajivand 7 месяцев назад

    Hi Thanks for your Explain I have a problem: none of my scripts It doesn't run in Intune. But, I tested it separately on Windows, and the PowerShell commands ran correctly, but it didn't run in Intune or don't give any error. Could you please help me

    • @TempleOfFive
      @TempleOfFive 7 месяцев назад

      doesn't work for me either. simple script that creates a folder, adds a registry setting, then restarts another program. works fine when I run it manually, won't install this way or pushing it as a win32 app.

  • @behnazhajivand
    @behnazhajivand 7 месяцев назад

    I have a problem: none of my scripts It doesn't run in Intune. However, I tested it separately on Windows, and the PowerShell commands ran correctly, but it didn't run in Intune and didn't give any error. Could you please help me

  • @vinvvinv7460
    @vinvvinv7460 Год назад

    Hi, bro can you please explain what is GMSA in AD & why it is used & what its purpose is in layman's terms & how to configure it. Please its a request. Please reply

    • @MSFTWebCast
      @MSFTWebCast  Год назад

      Generally we use Standalone Managed Service Account to securely run services or applications on server instead of service account. The idea behind using sMSA is that the account is completely managed by Active Directory. We can setup strong password or we can change as per our requirement. Now the gMSA provide same functionality within our local domain but we can use the functionality in multiple servers. For example if you have a server farm running services or applications, with gMSA OS manage password for the account.

  • @stephenvernon2431
    @stephenvernon2431 Год назад

    What if the script needs administration permissions?

    • @MSFTWebCast
      @MSFTWebCast  Год назад +1

      Set "Run the script using the logged-on credentials" option to No.

  • @Alan-b2b3z
    @Alan-b2b3z Год назад

    HI,can you give me this sample of this script,I want to do this follow your step,much appreciate it

    • @MSFTWebCast
      @MSFTWebCast  Год назад +1

      New-Item -Path 'C:\Test_Folder' -ItemType Directory
      Save it as .ps1

    • @Alan-b2b3z
      @Alan-b2b3z Год назад

      It is very useful. Thanks@@MSFTWebCast

  • @buitrananhtri6533
    @buitrananhtri6533 Год назад

    Hey bro, may i have your script files. Thank you

    • @MSFTWebCast
      @MSFTWebCast  Год назад

      Type the below line in notepad and save it as a .ps1 file type.
      New-Item -Path 'C:\Test_Folder' -ItemType Directory.

  • @hemantsingh4283
    @hemantsingh4283 Год назад

    please share the script

    • @MSFTWebCast
      @MSFTWebCast  Год назад

      Please check the comment section for the script.