
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2010 12:55 PM
Hi,
i rolled out lansweeper using login script which is getting reported. But my requirement is to scan only some ou's which i can specify it up in the active scanning configuration. Login script is set it from the domain level which is applicable to the people across other OUs but i need to scan only the OU which i specify in the active sacnning. Is there any way to do it ? Please give some ideas.
Please note that i cannot set any GPO due to some restriction and i need to achieve this through login script only.Currently even though i specified Ou's in the active scanning , becuse of the login script other Ou's objects also getting scanned.
i rolled out lansweeper using login script which is getting reported. But my requirement is to scan only some ou's which i can specify it up in the active scanning configuration. Login script is set it from the domain level which is applicable to the people across other OUs but i need to scan only the OU which i specify in the active sacnning. Is there any way to do it ? Please give some ideas.
Please note that i cannot set any GPO due to some restriction and i need to achieve this through login script only.Currently even though i specified Ou's in the active scanning , becuse of the login script other Ou's objects also getting scanned.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2010 12:12 PM
In the login script you can use vbscript to get the current OU of the computer and use this in your script.
If OU = "...." then
run lsclient.
end if
If OU = "...." then
run lsclient.
end if
