Focus on Microsoft
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: VBScript to audit shares and share permissions
Sep 21 2004 04:04PM
Lucas A Gómez (lgomezbl gmail com)
You can use this scripts:
Enumerate Published Shares
(http://www.microsoft.com/technet/community/scriptcenter/filefolder/scrf
f34.mspx)
Const ADS_SCOPE_SUBTREE = 2
Set objConnection = CreateObject("ADODB.Connection")
Set objCommand = CreateObject("ADODB.Command")
objConnection.Provider = "ADsDSOO...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
Enumerate Published Shares
(http://www.microsoft.com/technet/community/scriptcenter/filefolder/scrf
f34.mspx)
Const ADS_SCOPE_SUBTREE = 2
Set objConnection = CreateObject("ADODB.Connection")
Set objCommand = CreateObject("ADODB.Command")
objConnection.Provider = "ADsDSOO...
[ more ]