New Boundary Support Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Share name as criteria for User-Defined...Expand / Collapse
Author
Message
Posted 1/17/2007 7:00:10 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 7/18/2008 3:28:01 PM
Posts: 15, Visits: 75
I think it would be fairly easy and valuable to add the ability to check for a share name on a client and make a user-defined config group out of it.

Lumpy
Post #1415
Posted 1/17/2007 8:16:38 PM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 10/8/2008 1:15:23 PM
Posts: 655, Visits: 810
Yes, it is easy in fact! Try creating a user-defined configuration group with the following ruleset (this looks for a share called "downloads":

EXISTS <Registry Value> "HKLM\System\CurrentControlSet\Services\Lanmanserver\Shares\\downloads"



New Boundary Technologies Support
support@newboundary.com

Post #1417
Posted 2/9/2007 3:44:14 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 7/18/2008 3:28:01 PM
Posts: 15, Visits: 75
I wish it were that simple, the problem is I want to look for admin shares such as C$,ADMIN$, etc..  Any ideas?

Lumpy
Post #1427
Posted 2/12/2007 6:01:53 PM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 10/8/2008 1:15:23 PM
Posts: 655, Visits: 810
Administrative (hidden) shares should exist unless the computer has been configured to not create/recreate them at startup.  Here's a link to Microsoft KB article discussing issues that can occur if administrative shares are disabled: http://support.microsoft.com/kb/842715/en-us.

You can create a configuration group to find out which workstation computers have administrative shares enabled:

NOT EXISTS <Registry Value> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\\AutoShareWks" OR <Registry Value> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\\AutoShareWks" = "1"

Here's the same rule, only for servers:

NOT EXISTS <Registry Value> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\\AutoShareServer" OR <Registry Value> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\\AutoShareServer" = "1"

Hopefully this gives you the information you need.



New Boundary Technologies Support
support@newboundary.com

Post #1428
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: New Boundary Support

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 7:42am

Powered By InstantForum.NET v4.1.3 © 2008
Execution: 0.266. 12 queries. Compression Enabled.