
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2011 04:33 PM
I would like a report to list computers with no administrative shares like c$ and admin$
Can you help me with this? 🙂
Can you help me with this? 🙂
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2011 06:36 PM
I think a group policy is the best way to do this.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2011 06:26 PM
Great, works fine!
It seems like some users have disabled the administrative share on their computer, making PSEXEC unable to operate.
Is there a way to re-enable them with Lansweeper?
It seems like some users have disabled the administrative share on their computer, making PSEXEC unable to operate.
Is there a way to re-enable them with Lansweeper?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2011 06:05 PM
Try this
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
From tblComputers
Where tblComputers.Computername Not In (Select tblshares.Computername
From tblshares Where tblshares.Name = 'C$')
