Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the group we created for computers, i.e. "DualShield 2FA Computers", and give it the permission of "Read and Execute"

Finally, copy the software to be distributed in the folder.

Image Added

Create a Group Policy Object

Now, we will create a Group Polic Object (GPO) for distributing the software package.

Launch the Group Policy Management console

In the console tree, right-click your domain, e.g. "deepnetmfa.com"


Image Added

and then select "Create a GPO in this domain, and Link it here..."


Image Added

Enter the name, e.g. "DualShield Windows Logon Client G2"

and then click "OK" 

Image Added

Expand "Group Policy Objects"

Image Added

Select the newly created GPO, i.e. "DualShield Windows Logon Client G2"

On the right pane, in the section "Security Filtering", remove "Authenticated Users" and Add "DualShield 2FA Computers "

Image Added


Now, right click the newly created GPO, and select "Edit"

This will launch the Group Policy Management Editor


Image Added

Now, navigate to "Computer Configuration \ Policies \ Software Settings \ Software installation"

Image Added

Right click "Software installation" and select "New | Package"


Image Added

Do NOT select the drive letter. Instead, select "Network", and the computer where the shared network drive is located.

Then, select the software installer package, e.g. "SetupDSClient-6.2.0121.0929-x64.msi"

The window below will popup

Image Added

Select "Assigned", then click "OK"

Image Added

That's it. 

Next time, when a computer in the group "DualShield 2FA Computers" restarts, the software will be automatically installed on the computer.

Troubleshoot

On a PC, you can use the command "gpupdate /force" to force GPO update

Image Added


If you have multiple domain controllers. make sure the newly created GPO is replicated across to all domain controllers.

You can use the command "gpresult /R" to check the domain controller this PC is currently connected to

Image Added


If the software is not automatically installed on the participating PCs, check the event log on the PC

If you see an error like "The error was : %%1274"

error 1274.jpgImage Added


Then, you must set the options below.

Enable “Always wait for the network at computer startup and logon”

  • Edit the GPO using Group Policy Management Editor.
  • Expand Computer Configuration > Policies > Administrative Templates > System > Logon.
  • Set “Always wait for the network at computer startup and logon” to Enabled.

Image Added


Enable “Startup policy processing wait time” and set it to 90 seconds.

  • Edit the GPO applied to the computer using Group Policy Management Editor.
  • Expand Computer Configuration > Administrative Templates > System > Group Policy.
  • Enable “Specify startup policy processing wait time” and set it to 120 seconds.

Image Added