Jump to content

testing user right on a server directory


Recommended Posts

I want to test if a user of a station has the right to write on a specific directory on a server. How to ?

Write a dummy file to the directory, and see if it fails or succeeds. If it succeeds, delete the file :whistle:

(If you need to test for another account than currently logged on, use RunAsSet and then write a file using a Run or RunWait, like running "echo test > \\server\share\test.txt")

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Link to comment
Share on other sites

@LOULOU

The is a simple way of getting all access security information for files or directories local and remote using the MS script called XCACLS.vbs.

You can embed this in AutoIT call it from there and catch the output in a variable.

the syntax for runnning the script is as simple as :

First open CMD enter
Type cscript XCACLS.vbs N:\Temp\*.*  enter

This will give you the security settings of the Mapped N drive of your server and all the sec. info for the folder and files below this fodler.

I hope this gets you going.

regards

ptrex

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...