cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ifm
Champion Sweeper
I would like a report to list computers with no administrative shares like c$ and admin$

Can you help me with this? 🙂
3 REPLIES 3
Hemoco
Lansweeper Alumni
I think a group policy is the best way to do this.
ifm
Champion Sweeper
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?
Hemoco
Lansweeper Alumni
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$')