Jump to content

denmyos

Members
  • Posts

    225
  • Joined

  • Last visited

Everything posted by denmyos

  1. its not my decision, everytime I mentions it to the Level3 tech guys they cross them self, ..."and say that has already been debated,, no need to go there again..." I guess it was before my time, cause i don't remember that debate.
  2. Thanks But nothing seems to come up when the user logs in. btw: netplwiz is running, so the user will have auto logon without the need for credentials.
  3. My fault, my fault sorry sorry,,, I left a vital detail out.. I'm in a workgroup, and it has to work in a workgroup. The computers are not on a server of any kind.
  4. Hi I need a small program that can do text popup on every reboot on multiple computers across a network. The library I'm working for, needs a popup text window that can show the user the rules for using the computer on library...No porn etc. It has to run on every reboot, and across 4 networks and on about 100 computers. For now I have Deep freeze set to run a text every other hour, but in the long run thats not sufficient. Any idears thx
  5. This work with 1 computer. robocopy -s F:\_Princh\_Silent_install_peter_1.2 "\\computername\c$\temp\_princh_1.2" pause cd / pause F: pause cd _pstools pause psexec -i -s -d @COMputerlist.txt cscript.exe /nologo "C$\Temp\_princh_1.2\_sccm_install.vbs" pause RD C:\Temp\_princh_1.2 /S /Q pause But now stuck on how to copy to multiple computer. I have about 130 computer, which names changes, so is has to be something easy. @COMputerlist.txt seems to be the easy way to go, but I can't find a easy way for robocopy to use a @COMputerlist. the pause is for me to see what is going on.
  6. PSEXEC.EXE \\IPadress -u -p cmd "/k ECHO SUCCESS > C:\PSEXECTEST.TXT" Shouldn't this be this instead: PSEXEC.EXE \\IPadress -u -p cmd /k ECHO "SUCCESS > C:\PSEXECTEST.TXT" Since the /k belong to the cmd? (I'm just guessing, I have really no idea what im talking about) But if i use PSEXEC.EXE \\IPadress -u -p cmd /k ECHO "SUCCESS > C:\PSEXECTEST.TXT" I get a "SUCCESS > C:\PSEXECTEST.TXT" in my cmd. ?
  7. Hmmm. It's actually in a workgroup so a just type the user. But I'll try with workgroup\user and pc\user. just tried workgroupname\user name And Pc name\User name To make it simple I tried this: PSEXEC \\ -u \ -p ECHO "SUCCESS > C:\PSEXECTEST.TXT PsExec could not start ?u on xxx.xxx.xxx.xxx: The system cannot find the file specified. I have the feeling that its the psexecsvc it can't find.? When using your command PSEXEC.EXE \\IPadress -u -p cmd "/k ECHO SUCCESS > C:\PSEXECTEST.TXT" I get a access denied, even though I used workgroupname\username or pcname\username.
  8. That would change anything since I also get it when do a PSEXEC.EXE \\IPadress -u -p ECHO "SUCCESS > C:\PSEXECTEST.TXT"
  9. Spend all day trying to figure this out. So fare I have done Disable firewall Enable file and printer sharing: netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes change this keys: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System” LocalAccountTokenFilterPolicy reg_dword 32 1 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters reg_dword 32 AutoShareServer and AutoShareWks values 1 F:\_PSTools>PSEXEC.exe \\ipadress -i -u -p Msiexec.exe /i "c:\Path to file on remote computer.msi" /quiet /norestart The file is copied to the remote machine Copy+past. The file path is the correct one, it's copy and past from the remote computer. So why do i get a PsExec could not start ?u on xxx.xxx.xxx.xxx: The system cannot find the file specified. >psexec \\ipadress -u -p cmd When i use this command i get the remote computers cmd, in my cmd. So that works,,but thats the only thing that works.
  10. I get a unknown user name or bad password. But the user name and password are correct.! "\\ipadress\ -u -p -w c:\ -c F:\Local\Path\Here\VBS-Filename-Here.vbs -h cscript.exe VBS-Filename-Here.vbs" I have also tried with netbios name but i still get a user name or password error.!?
  11. No nothing has been copied. fyi: This is what in trying to do.
  12. I'm not quit sure what you mean. \\ipadress\ -u -p -w -c c:\ -h cscript.exe "F:\" The working directory is there.? Can you write a example of what you mean with -w -c. Thank you
  13. This is how it looking now, When I execute it inside Deep freeze, it still just blinks. I made the script below into a .cmd To start the copying and executing of the _sccm_install.vbs xcopy "Path to file on local computer" c:\tempup\ /y pause Start /wait c:\tempup\_sccm_install pause RD C:\Tempup\ /S /Q pause When I double click the .cmd it tells me that the file is copied, which I don't understand because its a big file so it should take a couple of minuts to copy. But after that it will say: error: "c:\tempup\_sccm_install.conf does not exist, leaving script." Sorry if I sound a bit confusing, but i have been trying make this work for a long time, plus i didn't get to much sleep last night.
  14. Hi I suck at any form of scripting!! But i need to copy+execute files to a bunch of remote machines. Its in my Deep freeze environment so it has to be with psexec. Thus far I got this down: \\ipadress\ -u -p -w -c c:\ -h cscript.exe "F:\" I would like to copy the files to all my computers in my environment, and execute the files + create a log file with errors and succes. The local computer and the remote computers are not the same, so maybe i can't use the "-c" switch. I have also tried to make a .cmd file and run it. xcopy "F:" c:\tempup\ /y Start /wait c:\tempup\_sccm_install.vbs RD C:\Tempup\ /S /Q But that does not work either. The thing is, that not matter what i do, the cmd just blinks and i have no way of seeing what went wrong. if anybody can tell me, very slowly what i'm doing wrong, i would be a very happy man.
  15. I have several years experiences with deep freeze if you need any help with Deep freeze.
  16. Does anybody know how to do a silence install of teamviewer host.? The silence install should include the password and the name of the account to connect to. In the end I should be able to connect to the client computer via teamviewer with no user interaction. I have teamviewer 10 consol, but it seems that no matter how I set up the msi file in the consol, you always need to type the password and account when you install the teamviewer host. I would like to be able to deploy teamviewer via sccm. Any idears?
  17. Hmmm I have tried this before. Once i tried to imported it on a workstation, didn't work. But I guess i could take a shot at it again in MDT.
  18. I'm a idiot!! The change: "show only specified control panel items" and set it to "personalization" Should be done in the MMC. So I need to add a Snapin (group policy object editor) BUT it still have to be done via a TS. Sorry for the confusion.
  19. yes, but at the moment thats not possible. It would making even more sense to just change it in the default Image, but at the moment that's not possible either.
  20. Is it possible to change a setting in gpedit.msc with a Task Sequence. I need to change "Prohibit access to the control panel" and set it to "not configured" and change "show only specified control panel items" and set it to "personalization" but i have to do it with a TS. Thanks
  21. Use "Wmic computersystem get model" to get the exact lenovo model, and do a search on lenovo support site with that model number, so you know that is the right driver. I have been having issues in the past cause i was using the "wrong" drives.
  22. I have been looking for a script that trigger a auto logon, like run-> netplwiz does. The setup: 2 profiles: Administrator User The Administrator has a password The USER cannot have a password, this is very crucial. When the pc is reboot the USER will auto logon,,every time.! It as to be able to be deployed via SCCM
  23. I would just like to search on the type code, like we could in the old days. Its really frustrating to get the type code from a "wmic computersystem get model" so you know the exact model, type, so you could get the exact driver for that particular model, but then going to Lenovo website you can't use that info for anything. cause they have remove that particular search option.... Sorry but I'm really p*ss of about this. I had loads of driver problems (NIC) with lenovo driver and mdt, cause I only seach for driver for e.g M75e, and not m75e and "type code". As soon as I change my driver search string to the type code instead and got the correct drivers everything worked.
  24. yes, but the problem with that is there is several model of e.g m75e So I usually do a "wmic computersystem get model" on the specific computer to get the exact model, to make sure the drivers are the correct ones. I had problems with drivers and MDT when i only search for e.g m75e, and I change my search to the specific model Like "5062w14" I got the correct drivers and my problems ended. But it seems like Lenovo removed the advanced search on there new website.
  25. Am I the only one who is have problems finding "lenove search by model" page.? In the old days ( last week) when you were looking for driver for a specific model you could just search for "5062w14" and drivers for that specific model would turn up. On there new webpage that feature is gone, or at least totally hidden away. They only have the normal search, which is worth diddly squat..!!! So if anybody has found the advance search option, so we can search by model number again please post a link. Thank you
×
×
  • Create New...