
VisionQuest
Members-
Posts
16 -
Joined
-
Last visited
Everything posted by VisionQuest
-
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
-
Check the site for more help on the login scripts. https://www.rlmueller.net/LogonScriptFAQ.htm
-
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\""
-
Hi ! Have you tried running your script with "Run As" using Administrator account ?
-
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
-
Creating Subfolders for Groups
VisionQuest replied to VisionQuest's topic in Total Network Inventory
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: -
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
-
Creating Subfolders for Groups
VisionQuest replied to VisionQuest's topic in Total Network Inventory
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 -
Can you install Total Network Inventory on a Memory Stick
VisionQuest replied to hguten's topic in Total Network Inventory
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 -
Can you install Total Network Inventory on a Memory Stick
VisionQuest replied to hguten's topic in Total Network Inventory
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 -
User input during audit tool running ?
VisionQuest replied to VisionQuest's topic in Total Network Inventory
Thanks for the response. Hope to see it in the next version. Thanks again Rick -
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
-
Creating Subfolders for Groups
VisionQuest replied to VisionQuest's topic in Total Network Inventory
Thanks I really hope to see that option in the new version. Rick -
Hi, Is there anyway to be able to create folder with a name like "Groupe1" under \data\ and have TNI when loading to automatically use the folder name as a Group name in the Data tree ? That way i can just drop the audit XML files right into each group (Folder) and TNI will update the tree. Thanks in advance for your help Rick