Deploy Software Using Group Policy

Поділитися
Вставка
  • Опубліковано 10 вер 2024

КОМЕНТАРІ • 45

  • @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 Рік тому +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  Рік тому +1

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

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

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

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

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

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

    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.

  • @relaxmed3517
    @relaxmed3517 4 місяці тому

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

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

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

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

    Solid content for someone new to this

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

    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

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

    Thanks for such a great video! Extremely informative!

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

    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

  • @user-tr1zt1mq7h
    @user-tr1zt1mq7h 6 місяців тому +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 3 місяці тому

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

    • @user-tr1zt1mq7h
      @user-tr1zt1mq7h 3 місяці тому

      @@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.

  • @schwabingo
    @schwabingo Рік тому +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  Рік тому +1

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

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

      @@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.

  • @avinash0072355
    @avinash0072355 7 місяців тому

    Bruh big fan! Your site has helped me lot!

  • @deadcowroad2417
    @deadcowroad2417 6 місяців тому

    Thank you. I need to get Cisco Duo deployed.

  • @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

  • @user-rq7su1nr2i
    @user-rq7su1nr2i 2 роки тому

    how to install license key on program ?

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

    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.

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

    Thanks sir

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

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

  • @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

  • @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.

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

    thanks, it' very usefull

  • @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 10 місяців тому

      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.