Adding Organizational Units
Problem Description :
How to add an organizational unit so that it places the pc's in the correct org unit in Active directory
Resolution :
1. Add the Unit in Active directory
2. Add the Org. unit in Helpstar by going to Setup/Administration -> Helpstar Objects-> Manage Organizational Hierarchy
Create new org .unit
3. Add the organizational unit to the gdnwpkg_hosts table in helpstar database using Microsoft SQl Manager
-INSERT INTO
[HS2000CS].[dbo].[gdnwpkg_hosts]
VALUES ('Lab - SSC222', 'SSC222', 'Y', 'Y', '/Lab Computers/', NULL)
Revision Date : 8/15/2013