Jump to content

VisionQuest

Members
  • Posts

    16
  • Joined

  • Last visited

VisionQuest's Achievements

Newbie

Newbie (1/14)

  1. Onther thing you can try is a batch file with: @ECHO OFF XCOPY <SOURCE> <DESTINATION> /Y EXIT or go have a look at the Microsoft guides for Logon Scripts at https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc757263(v=ws.10)?redirectedfrom=MSDN
  2. Check the site for more help on the login scripts. https://www.rlmueller.net/LogonScriptFAQ.htm
  3. Try the following RUNAS USAGE: RUNAS [/profile] [/env] [/netonly] /user:<UserName> program /profile if the user's profile needs to be loaded /env to use current environment instead of user's. /netonly use if the credentials specified are for remote access only. /user <UserName> should be in form USER@DOMAIN or DOMAIN\USER program command line for EXE. See below for examples Examples: > runas /profile /user:mymachine\administrator cmd > runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc" > runas /env /user:user@domain.microsoft.com "notepad \"my file.txt\""
  4. Hi ! Have you tried running your script with "Run As" using Administrator account ?
  5. Is there a Viewer App ? I need to give access to another employee, and all should have is READ-Only. Basically, view the tree and run reports. You go anything for this ? Thanks in advance Rick
  6. Do you know of any workaround in mean time ? Its currently giving me a lot of trouble when loading new data files. Rick
  7. It is more work when you have over 3000 pc in over 65 sites and where you can find 20 pc with the same name under the same workgroup name called "Office" and they are sending you the files at almost the same time. Sorry if i sound a bit rough, but i received that project and i ran out of aspirin at the same time. :blink:
  8. Hi, There seams the be an issue with creating groups with the domain or workgroup name. When creating a group we are not allowed for duplicate name. Here is what i'm trying to do, but unable because of the "Duplicate Not Allowed" feature. (TREE): Network |_NorthAmerica |_USA |_WORKGROUP |_MSHOME |_CompanyDomain.com |_Canada |_WORKGROUP |_MSHOME |_CompanyDomain.com |_Mexico |_WORKGROUP |_MSHOME |_CompanyDomain.com Is there an option to enable me to setup my group Tree the way i want? Thanks in advance Rick
  9. Hey Support Would it be possible to have TNI read the XML files that are in subfolders under the "data" folder ? That would help with grouping the files per office or other. Thanks Rick
  10. If you are talking about installing the full application of TNI on a USB stick, again, yes you can. BUT, you'll get error messages about the relative path of the data folder which you might or will get when you run TNI on each computers. Unless you make sure that the usb key gets the same drive letter on each computers. Rick
  11. Hi, Yes you can. When you setup the standalone audit tool, all you need is to copy the tniaudit.exe and tniaudit.ini and just drop it on your USB key. then just create a "data" folder and you are done. Then you just run tniaudit.exe from the USB key and it will do the audit and save the results under the data folder on your usb key. Rick
  12. Thanks for the response. Hope to see it in the next version. Thanks again Rick
  13. Is there any script or hidden option that is available to have the audit tool prompt the user for input ? Have a pop-up box asking the user a question like ; What floor is this pc on ? Thanks in advance Rick
  14. Thanks I really hope to see that option in the new version. Rick
×
×
  • Create New...