Jump to content

laola1

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by laola1

  1. Hi, do you have any information yet? We are facing the same problem for weeks. At first the access violation error only appeared while searching the store. Since today the error is immediatley after starting TNI. So it isn't working any more at all.
  2. Hi, the custom fields in TNI are used for miscellaneous data like "Support date for mobile devices" in our environment. If you click on the red "X" in the left column, the whole data record will be deleted for every asset in the store! Thats a critical issue. I had to restore the whole database several times because there is no confirmation dialog for that red cross. It's much too easy, to delete everything. It's just one click! Anyway I need information about where the data is stored in the background. Do I really have to restore the whole Database or is it just one system file of TNI like .folder or .storage File? Best regards.
  3. The problem persists after reinstall of TNI. I copied the .users file from the old store to the new one. I'm wondering if the .users file in the TNI store is loaded every time I click on edit - users? It seems to be. Any way to keep the .users file cached or something?
  4. Hi Zak, the problem still persists (final version). I don't know which update helped a little bit, but now it takes about 15 seconds for each user. I captured the screen for you.
  5. Hi, TNI is installed on Windows Server 2008 R2. The latest version is installed. TNI causes over 50% CPU load everytime I click on the Users. We have Domain Users and manually added Users. Is it scanning AD every time i click on the Users? It takes about 2 minutes until another click is possible. I disabled AD synchronisation in the options, and I think the problem persists since the integration of AD scan. Our scanning options are: Asynchronous Engine for devices. Nmap-Engine for port scanning. Is there any option in settings to solve this problem? Best regards.
  6. Edit hosts-file entries on remote machine. Another useful Action for administrators. For safety reasons or developers without administrative privilege. {$IF WIN,ONLINE}hosts-entry="%systemroot%\system32\notepad.exe" \\%HOST%\c$\windows\system32\drivers\etc\hosts
  7. Remote search for Windows Updates. Another useful Action for administrators. Put this in a .cmd or .bat file: wuauclt.exe /detectnow {$IF WIN,ONLINE}Updates="C:\Tools\PsExec.exe" -cf \\%HOST% "C:\Tools\updates.cmd" Maybe there is a way to make a group-action for that. But it didn't work well for me. If anybody has an idea, feel free to create a group-task for update-search.
  8. Clearing Eventlog. Another useful Action for administrators. Sometimes you will have a look at Eventviewer. But there are thousands of old entries that you don't care about. You just want to see what has happend after the last reboot. So you might open Eventviewer and delete all records. In WinXP there are just 5, so it's no problem. But in Win7 the events are in many different log files. So this might take a while. I found a tool after a quick google search that does clear the whole eventlog. Put this in a .cmd or .bat file: @echo off @cls @echo. @echo. @echo. @echo Clearing event logs... @for /f %%i in ( 'wevtutil el' ) do wevtutil cl "%%i" >NUL 2>&1 wevtutil.exe cl "Microsoft-Windows-Diagnosis-DPS/Operational" wevtutil.exe cl "Microsoft-Windows-User Profile Service/Operational" wevtutil.exe cl "Microsoft-Windows-Windows Defender/Operational" wevtutil.exe cl "Microsoft-Windows-Windows Defender/WHC" wevtutil.exe cl "Microsoft-Windows-Windows Firewall With Advanced Security/Firewall" wevtutil.exe cl System wevtutil.exe cl "Kaspersky Event Log" REM If Kaspersky isn't installed, it just quits with a information, that the eventlog of Kaspersky doesn't exist. REM You can add several other Eventlogs, if present. Just take the name showed in Eventviewer Put this File in your C:\Tools location an add your Action to TNI: {$IF WIN,ONLINE}Clear Eventlog="C:\Tools\PsExec.exe" -cf \\%HOST% "C:\Tools\clear_eventlog.cmd"
  9. After the update the yellow dots will disappear. Maybe you have to "ping" your store one more time.
  10. Here are some useful Custom-Actions for TNI: For some actions you will need PsExec. Just copy PsExec to a folder you want. On my machine it's "C:\Tools". 1. Open Eventlog on remote machine {$IF WIN,ONLINE}Eventlog=eventvwr.exe %HOST% 2. Open CMD on remote machine (Using PsExec) {$IF WIN,ONLINE}IOpen CMD="C:\Tools\PsExec.exe" cmd.exe \\%HOST% 3. Run gpupdate /force on remote machine {$IF WIN,ONLINE}gpupdate="C:\Tools\PsExec.exe" -cf \\%HOST% "C:\Tools\gpupdate.bat" for this you will need a file like "gpupdate.bat". Place it in the C:\Tools folder. The content of the file is pretty simple. "gpupdate /force" 4. Open C$ share on remote machine {$IF WIN,ONLINE}Open C$ Share=\\%HOST%\c$ 5. Open Services on remote machine (You don't have to do this, because it's part of compmgmt.msc) {$IF WIN,ONLINE}Services=mmc.exe services.msc /Computer=%HOST% 6. Open local Users on remote machine (You don't have to do this, because it's part of compmgmt.msc) {$IF WIN,ONLINE}local Users=mmc.exe lusrmgr.msc /Computer=%HOST% 7. Get TeamViewer Client ID of the remote machine If you are using Teamviewer on your environment, you might need to get the ClientID of a remote machine sometimes. In our environment, Teamviewer is deployed by group policy. And if you don't want to go to every machine for the Client ID, we built a tool to get this ID remotely. The tool is attached. What is it doing? Stop the Windows Firewall, Start remote registry service, browse the registry to find the correct Key, version, and hostname. After that, it is displayed in a CMD window. The ID will be copied to your clipboard. The software is virus-free. Just copy it to your C:\Tools folder. {$IF WIN,ONLINE}TeamViewer ID="C:\Tools\GetTeamViewerClientId.exe" %HOSTNAME% edit: Sometimes an error happens in our tool. It's a pretty early "Alpha". I'll update the attachement as soon as the tool is finished.
  11. It doesn't work on DELL Systems, but thanks for your information. Best regards
  12. Hi there, I'm wondering if there is any option in TNI to show the available memory slots? I just found the amount of memory and how many slots are in use, but not the total available amount of slots. Best regards Marius
×
×
  • Create New...