SnoopFrogg
MIS
I need to perform the following commands when a domain user logs on:
route add 0.0.0.0 mask 0.0.0.0 172.16.0.1 metric 1
route add 10.0.0.0 mask 255.0.0.0 172.16.0.11 metric 2
I've tried using a logon script via Active Directory and tried using a logon script via Group Policy but an error is returned indicating the user does not have sufficient permission to delete and add routes:
C:\>route add 0.0.0.0 mask 0.0.0.0 172.16.0.1 metric 1
The route addition failed: Network access is denied.
C:\>route add 10.0.0.0 mask 255.0.0.0 172.16.0.11 metric 2
The route addition failed: Network access is denied.
The user does not have elevated permissions (they are a domain user and not a power user or local administrator).
If I make them a local administrator, the logon scripts work correctly. Can I modify permissions at a more granular level and allow them to run the above route.exe commands?
[purple]
SnoopFrogg
MCSA+Security - Windows Server 2003
[/purple]
route add 0.0.0.0 mask 0.0.0.0 172.16.0.1 metric 1
route add 10.0.0.0 mask 255.0.0.0 172.16.0.11 metric 2
I've tried using a logon script via Active Directory and tried using a logon script via Group Policy but an error is returned indicating the user does not have sufficient permission to delete and add routes:
C:\>route add 0.0.0.0 mask 0.0.0.0 172.16.0.1 metric 1
The route addition failed: Network access is denied.
C:\>route add 10.0.0.0 mask 255.0.0.0 172.16.0.11 metric 2
The route addition failed: Network access is denied.
The user does not have elevated permissions (they are a domain user and not a power user or local administrator).
If I make them a local administrator, the logon scripts work correctly. Can I modify permissions at a more granular level and allow them to run the above route.exe commands?
[purple]
SnoopFrogg
MCSA+Security - Windows Server 2003
[/purple]