Deploy Software Using Group Policy

Поділитися
Вставка
  • Опубліковано 7 лют 2025

КОМЕНТАРІ • 46

  • @ticos.thepsourinthone9150
    @ticos.thepsourinthone9150 2 роки тому +7

    Thank you for creating this video!
    Also, thank you for going over and beyond by purposely encountering a common bug in your demonstration and teaching us how to resolve it!

  • @MrTerryRay1
    @MrTerryRay1 2 роки тому +4

    Thanks Robert. This is an incredible video as you explained clearly and completely the software install process, and you showed us what happens in real life, and how to solve a problem that may arise. This is how to teach. I'm subscribing because I know you must have more great videos to share!

    • @ActiveDirectoryPro
      @ActiveDirectoryPro  2 роки тому +1

      Thanks for the feedback. Make sure to check out my blog for more how to guides.
      activedirectorypro.com/blog/

    • @MrTerryRay1
      @MrTerryRay1 2 роки тому

      @@ActiveDirectoryPro Thanks again Robert I sure will check out your blog.

  • @iojnetadmin
    @iojnetadmin 28 днів тому

    First of all GREAT VIDEO!!!.. Second I gotta subscribe to your channel not only on this account but also my personal account... everything was explained so calmly loved it.. Thanks

  • @levancanh3927
    @levancanh3927 Рік тому +1

    It's very detailed and clear. Thank you so much man!

  • @austindillard633
    @austindillard633 2 роки тому

    Solid content for someone new to this

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

    Bruh big fan! Your site has helped me lot!

  • @relaxmed3517
    @relaxmed3517 9 місяців тому

    Its not assigning 😢can you help me any other package generates "add operation failed. unable to extract deployment info from the package. run validation...".

  • @brian4238
    @brian4238 10 місяців тому

    Hello, I've followed everything that you did but when I try to deploy software via GPO its not successful. The network shared folder is accessible both to the DC and Client, but it never installs. Whenever I run the gpupdate /force command it shows in the terminal that the policy is successfully updated but a prompt for me to restart never shows, I hope you can help me here.

  • @yourlove1987
    @yourlove1987 2 роки тому

    Hi, is it possible to find out cross domain gp permissions.. looking for a command to give output of all the permission in particular gp which is used by other domain users or vice versa

  • @zakihaider4792
    @zakihaider4792 2 місяці тому

    I am not able to deploy and I am using vm please guide me how I deploy on vm

  • @GabrielMontenegro-k5n
    @GabrielMontenegro-k5n 11 місяців тому +1

    Should we only give access to Domain Admins, instead of Domain Users if we plan to use this strictly for deploying software through GPO? Never for a Domain user (employee) to directly access the folder and view what's inside?
    Edit you answered it, must use Domain Users for permissions sake.

    • @kahnit
      @kahnit 8 місяців тому

      why would you want to hide what software is installed on employees devices? Also, users can also just view GPOs

    • @GabrielMontenegro-k5n
      @GabrielMontenegro-k5n 8 місяців тому

      @@kahnit It's to make a specific network folder inaccessible to Domain Users. That network folder would only be accessible to Domain Admins to add/remove installers. The network folder would be a software repository to automatically deploy the installation of specific software onto workstations based on the employees' roles - what software they require to do their job.

  • @harshitshahi5856
    @harshitshahi5856 2 роки тому +1

    How to do this in Azure portal using "*Azure policy*" for pushing a software on many Windows Server 2019?

  • @efikes5798
    @efikes5798 2 роки тому

    Thanks for such a great video! Extremely informative!

  • @schwabingo
    @schwabingo 2 роки тому +1

    Good video but I don't think you have to worry too much about the Everyone group in the Shared Permission since the access will be controlled via the Security Permissions. What I think is more important that you hide the folder by adding $ at the end of the Shared Name so the folder is hidden on the Network. Disabling the Offline availability can't hurt.

    • @ActiveDirectoryPro
      @ActiveDirectoryPro  2 роки тому +1

      You are correct but it is not a security best practice.

    • @rhymekidstv
      @rhymekidstv 2 роки тому

      @@ActiveDirectoryPro
      I like your solution for "everyone". Nicely done. I personally don't like having "everyone" on domain share unless its necessary. Very informative tutorial.

  • @sergeyishenko2130
    @sergeyishenko2130 2 роки тому

    HI , I HAVE 2 DC'S IN THE 2 SITES AND IN 1 DC EVERY TIME ERROR MESSAGE THERE IS NO APPLICATION DATA AND IN SECOND DC EVERYTHING FINE ID EVENT 103 ,104 ANY HELP PLEASE

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

    having Everyone on a share permission isn't a problem since you are setting it to Read only, so no virus that a potential users might caught will be able to write on that share even if the user has NTFS permissions to write on that folder.

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

      It is a problem. It allows anyone to scan your network for shared folders, which they could then use to exploit. Plus it opens it up to unauthenticated users, that is a huge concern. If you want to give users read only access then use a Active Directory domain group not the everyone group. I would never ever use the everyone group, even if a vendor told me to.

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

    Hi this a greate tutorial, so we can follow this step to deploy Windows security patch?

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

      If you can download the individual msi file.

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

      Windows security patches and other updates can typically be downloaded as either .exe files or .msu files as an alternative to using Windows Update. I've always thought of .msi files as Microsoft install and .msu as Microsoft update. I never actually googled to see what they officially mean, if it's even available out there.

  • @brijeishalagh1256
    @brijeishalagh1256 2 роки тому

    Thanks for the detailed instructions. Can I deploy paid software - like an antivirus with a license key with this method? and can the app install without rebooting the pc ?

    • @ActiveDirectoryPro
      @ActiveDirectoryPro  2 роки тому

      Its possible. You will need to check with the software provider if they have an option to include a key. Another possible option is to modify the msi with a program called Orca. It allows you to edit an MSI file.
      docs.microsoft.com/en-us/windows/win32/msi/orca-exe

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

    What if the msi install file has settings you have to configure?

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

      Use ORCA
      www.advancedinstaller.com/edit-msi-file-with-orca-and-alternative.html

  • @noahfahem9450
    @noahfahem9450 2 роки тому

    sir can you explain this option please :)
    "auto-install this application by extension activation"
    thnx in advance ❤

  • @พี่หลวงคนเดิม-ษ1ง

    how to install license key on program ?

  • @ReistoreGarage
    @ReistoreGarage 2 роки тому

    is it possible to deploy a GPO using user configuration?

    • @ActiveDirectoryPro
      @ActiveDirectoryPro  2 роки тому

      Yes but it doesn't install automatically. The user would have to manually start the install process. Kinda dumb, not sure why MS did that.

  • @TheBullz007
    @TheBullz007 2 роки тому +1

    Thanks sir

  • @wikilike7
    @wikilike7 2 роки тому

    thanks, it' very usefull