Skip Navigation Links.
Introduction to Novo Solutions
Upgrade Guides
Novo Documentation Library
Usage Guides
All About Searches
Software Admin's Guide
Asset Management Guide
Knowledge Management Guide
Request Management Guide
Using WorkFlows
Using the Report Writer
Frequently Asked Questions (FAQs)
Video Library
Issues
Release Notes

Editing the Group Policy Object for PC Inventory

Purpose: To create a login script with specified scripting for PC Inventory and to modify the group policy within Active directory to use this script.

Prerequisites:
purchased and licensed PC Inventory module.

Steps:
  1. Start->Admin Tools->Active Directory Users and Computers.
  2. Right click on the domain name, click properties.



  3. Click the Group Policy Tab.



  4. Choose the correct Group Policy based on your infrastructure's security policy, then click the edit button.

    Note: The Group Policy you should use will vary from company to company. Please see your network administrator.
  5. Expand User Configuration->Windows Settings->Scripts (Logon/Logoff)



  6. Right click on Logon, then choose properties.



  7. Once the Logon Properties appear, click the add button.



  8. Click the browse button to browse to the location where the login script is to be placed.



  9. Once the browse screen opens, right click in the area where the files are listed, then choose new and text document.

    Note: The login script must be placed in this specified location.


  10. Copy the following commands to the new text document. (See the related article "PC Inventory Scripting" below for more information on this script.)

    net start winmgmt
    sc config winmgmt start= auto

    netsh advfirewall firewall add rule dir=in name ="WMI" program=%systemroot%"system32"svchost.exe service=winmgmt action = allow protocol=TCP localport=any

    net use J: /delete /yes
    net use J: \\hiddenUNC\folder$

    J:

    cscript.exe GetSysInfo.vbs

    net use J: /delete /yes

    exit


  11. Save the document as {anyname}.bat (i.e. novologin.bat). Then click through the dialog windows pressing Ok or Save as appropriate.