Announcement

Collapse
No announcement yet.

How to make a report about userS script....???

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to make a report about userS script....???

    Good Morning,

    I am searching for a way to get a report about WinNT script.
    I mean, I would like to get a document where I will be able to get :
    User 1 use site1.bat
    User 2 use site2.bat...
    Is it possible ? Thanks in Advance

  • #2
    Re: How to make a report about userS script....???

    In the left hand side, right click on Domain Users (or group that you want to report on) and select "View All User Details".

    This will put all relevant details in the right hand window.

    Use Control-A to select all the entries.

    Use the "Generate Macro" button (green symbol on toolbar...)

    Your "Macro Command String" should be something like "User %C1% uses %C6%". Replace the %C1% and %C6% entries with the correct column number (starting at 1) and make sure the C is in CAPS. (Depending on your settings the column numbers may differ.)

    You then add the file name that you want to use, click OK and it should create it.

    I use this quite a lot and it works very well. If you run this more than once you will need to select whether you want to append to the file or create a new one each time. If you have a lot of users but only want to report on a couple of groups the append feature can save editing the files.

    Hope this helps

    Comment


    • #3
      Re: How to make a report about userS script....???

      Interestingly, if you also use comma's in the macro and save the file as a CSV (comma separated)type you can then manipulate the extracted data in a spreadsheet.
      i.e. macro= User, %C1%, uses, %C6%

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎