You work as a Systems Administrator at ABC.com. The company has recently deployed a
Microsoft Dynamics NAV 2013 system.
All servers run Windows Server 2008 R2. The client computers run either the 32-bit or 64-bit
version of Windows 7 Professional.
You plan to use Group Policy Software Installation to deploy the Microsoft Dynamics NAV client to
all the client computers in the domain.
You need to create a Software Distribution Point (SDP) to deploy the software from.
Which of the following is a requirement for the SDP?
A.
The SDP must be a shared folder on the server running Microsoft Dynamics NAV Server 2013.
B.
The SDP must be a shared folder on a domain controller.
C.
The permissions on the SDP folder must allow Read access to the users.
D.
The permissions on the SDP folder must allow Read and Execute access to the users.
Explanation:
How to Set up SDP
1. Log on to the server computer as an administrator.
2. Create a shared network folder where you will put the Microsoft Windows Installer package (.msi file) that you want to distribute.
3. Set permissions on the share to allow access to the distribution package.
Authenticated Users: Read and Execute permissions.
Administrators: Full Control.
4. Copy or install the package to the distribution point.
Answer is D
For NAV reqs is a little different:
To set up a software distribution point
1. Create the folder for the software on the server that will be the SDP.
2. Share the folder on the network.
3. Set the appropriate permissions on the folder.
Administrators must be able to change the files (Full Control), and users must only view (Read) the files from the shared SDP folder.
4. Copy the necessary software (Windows Installer Packages, transformations, patches and other components) to the SDP.
Now you can use Group Policy to manage the software within the appropriate GPO.
So answer is C