Jump to content

Martin Zugec

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by Martin Zugec

  1. Use cacls or xcacls - export settings to two different files and finally compare this two files using WinDiff or similar tool
  2. Here you go - it is about memory "optimizers" (another memory-related hoax): http://emea.windowsitpro.com/Windows/Artic...1095/41095.html
  3. Setting pagefile is HOAX!!! And one of the most resistent around internet Moving pagefile to another HDD is good idea, but setting it is NOT GOOD IDEA! For more informations go to www.sysinternals.com and read Mark´s article about memory management. However with 4GB of ram you should think about two things: 1.) load some stuff to memory instead of pagefile (there is tweak to do this). 2.) add /3GB switch to your boot.ini. IT IS NOT ONLY FOR PHYSICAL MEMORY, so everyone with server, that have more than 1GB of memory should do this. It is specially recommended for Exchange server.
  4. 2dman: Nope... I am talking about Monad implementation (\Device\Harddisk0\DR0 etc..)
  5. If you want to use quotation, use /" instead of ". But I must agree with MHz - dont be so lazy, it will save you a lot of time if you do things as they should be done
  6. It IS mail server Best page to begin is http://www.microsoft.com/exchange/default.mspx
  7. 2dman: wait for longhorn is only thing I can say
  8. It needs 2k/2k3 server... Sharing diaries and contacts are only small portion of Exchange functionalities
  9. Regmon/FileMon from www.sysinternals.com InstallRite from www.epsilonsquared.com
  10. echo %date:~3,11%,%time:~0,5%,%username%,%computername% >> \\Server\Logs\Logon.csv Output will looks like 08.06.2005,13:05,mzugec,VL10396
  11. I must agree with Fat, Slipstream is always better... However SP4 was not producing errors on my network - 10/1500 machines had problems (which is nothing)...
  12. There is not limit for batches... Probably longest single-command I am using is this: \\server\instal\technici\user\_working_on\usmt\bin\scanstate.exe \\server\instal\technici\user\_working_on\usmt\profiles\PC1 /i:\\server\instal\technici\user\_working_on\usmt\Bin\MigSys.inf /i:\\server\instal\technici\user\_working_on\usmt\Bin\MigUser.inf /i:\\server\instal\technici\user\_working_on\usmt\Bin\MigIsm.inf /i:\\server\instal\technici\user\_working_on\usmt\Bin\ExcludeDir.inf /i:\\server\instal\technici\user\_working_on\usmt\Bin\IncludeFiles.inf /i:\\server\instal\technici\user\_working_on\usmt\Bin\sysfiles.inf /compress+ /l:\\server\instal\technici\user\_working_on\usmt\logs\PC1\SaveDetails.log /progress:\\server\instal\technici\user\_working_on\usmt\logs\PC1\SaveSummary.log /o /v:1 /c /localonly /user:Domain\User1 /user:Domain\User2 /user:Domain\User3 /user:Domain\User4 (this example is with expanded variables)
  13. 2Brando: I am not running under administrator (domain) - I am technically local administrator, however with restriction - everything except console is running under User...
  14. On your server using GP you will "publish" software for users... This is something different from SMS
  15. Look for Publishing software... Assigning software will automatically install it, Publishing will provide it in Add programs
  16. Why software? Use logon script...
  17. I got two scripts for this purposes: First one is using actual Outlook configuration Option Explicit Dim objOutlook, objNameSpace, objMail Dim strAddress, strSubject, strBody, strMailItem strAddress = "martin.zugec@gmail.com" strSubject = "Test" strBody = "Automating send test" Set objOutlook = WScript.CreateObject("Outlook.Application") Set objNameSpace = objOutlook.getNamespace("MAPI") Set objMail = objOutlook.CreateItem(strMailItem) objMail.Subject = strSubject objMail.Body = strBody objMail.RecipIents.Add(strAddress) objMail.Send SET objOutlook = nothing SET objNameSpace = nothing SET objMail = nothing Second one is using SMTP, so it is Outlook-independent. Option Explicit Dim objEmail, objNetwork Dim strComputerName Set objEmail = CreateObject("CDO.Message") Set objNetwork = CreateObject("Wscript.Network") strComputerName = objNetwork.ComputerName With objEmail .From = strComputerName & "@domain.com" .To = "martin.zugec@gmail.com" .Subject = "Test" .Textbody = "Testing mail delivery" .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "pred-hub.pre.cz" .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 .Configuration.Fields.Update .Send End With Set objEmail = Nothing Set objNetwork = Nothing
  18. PNG will be in IE 7.0...
  19. Yes, it is the date, when beta will expire and will be replaced by full version
  20. Well, ICMP is really important in first phrase of attack (inventory)... On my DMZ I got ICMP disabled, my internal network supports ICMP. BTW it is not port, it is protocol.
  21. This is example of Fport output: 324 -> 135 TCP 4 System -> 139 TCP 4 System -> 445 TCP 1856 rcHost -> 798 TCP C:\Program Files\CA\Unicenter Remote Control\rcHost.exe 944 WCESCOMM -> 990 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 3372 WCESMgr -> 999 TCP C:\Program Files\Microsoft ActiveSync\WCESMgr.exe 944 WCESCOMM -> 1026 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 320 RTMService -> 1043 TCP C:\Program Files\Remote Task Manager\RTMService.exe 1856 rcHost -> 1045 TCP C:\Program Files\CA\Unicenter Remote Control\rcHost.exe 1856 rcHost -> 1052 TCP C:\Program Files\CA\Unicenter Remote Control\rcHost.exe 1176 inetinfo -> 1053 TCP C:\WINNT\system32\inetsrv\inetinfo.exe 1120 tngdta -> 1054 TCP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 1120 tngdta -> 1055 TCP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 1120 tngdta -> 1056 TCP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 388 -> 1065 TCP 2096 AdMunch -> 1101 TCP C:\Program Files\Ad Muncher\AdMunch.exe 0 System -> 1101 TCP 1856 rcHost -> 1160 TCP C:\Program Files\CA\Unicenter Remote Control\rcHost.exe 992 OUTLOOK -> 1221 TCP C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE 944 WCESCOMM -> 2067 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 944 WCESCOMM -> 2068 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 3372 WCESMgr -> 2070 TCP C:\Program Files\Microsoft ActiveSync\WCESMgr.exe 944 WCESCOMM -> 2072 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 944 WCESCOMM -> 2073 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 944 WCESCOMM -> 2074 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 3372 WCESMgr -> 2080 TCP C:\Program Files\Microsoft ActiveSync\WCESMgr.exe 2500 InoTask -> 2521 TCP C:\Program Files\CA\eTrust Antivirus\InoTask.exe 1068 cam -> 3104 TCP C:\Program Files\CA\SharedComponents\CAM\bin\cam.exe 212 svchost -> 3389 TCP C:\WINNT\system32\svchost.exe 4 System -> 3663 TCP 2964 Maxthon -> 3926 TCP C:\Program Files\Maxthon\Maxthon.exe 2096 AdMunch -> 3927 TCP C:\Program Files\Ad Muncher\AdMunch.exe 2964 Maxthon -> 3936 TCP C:\Program Files\Maxthon\Maxthon.exe 2096 AdMunch -> 3937 TCP C:\Program Files\Ad Muncher\AdMunch.exe 2964 Maxthon -> 3938 TCP C:\Program Files\Maxthon\Maxthon.exe 2096 AdMunch -> 3939 TCP C:\Program Files\Ad Muncher\AdMunch.exe 2704 miranda32 -> 3966 TCP C:\!\Icq\miranda32.exe 2704 miranda32 -> 3967 TCP C:\!\Icq\miranda32.exe 1068 cam -> 4105 TCP C:\Program Files\CA\SharedComponents\CAM\bin\cam.exe 4 System -> 4545 TCP 992 OUTLOOK -> 4581 TCP C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE 992 OUTLOOK -> 4585 TCP C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE 1776 omniinet -> 5555 TCP C:\Program Files\OmniBack\bin\omniinet.exe 3372 WCESMgr -> 5678 TCP C:\Program Files\Microsoft ActiveSync\WCESMgr.exe 944 WCESCOMM -> 5679 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 944 WCESCOMM -> 7438 TCP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 1120 tngdta -> 8222 TCP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 1120 tngdta -> 8223 TCP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 1120 tngdta -> 8224 TCP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 1120 tngdta -> 8225 TCP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 704 tngdoba -> 8300 TCP C:\Program Files\CA\SharedComponents\DTS\bin\tngdoba.exe 1272 InoRpc -> 42510 TCP C:\Program Files\CA\eTrust Antivirus\InoRpc.exe 324 -> 135 UDP 1272 InoRpc -> 137 UDP C:\Program Files\CA\eTrust Antivirus\InoRpc.exe 944 WCESCOMM -> 138 UDP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 4 System -> 445 UDP 1856 rcHost -> 1025 UDP C:\Program Files\CA\Unicenter Remote Control\rcHost.exe 320 RTMService -> 1026 UDP C:\Program Files\Remote Task Manager\RTMService.exe 944 WCESCOMM -> 1027 UDP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 1176 inetinfo -> 1044 UDP C:\WINNT\system32\inetsrv\inetinfo.exe 1120 tngdta -> 1059 UDP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 944 WCESCOMM -> 1900 UDP C:\Program Files\Microsoft ActiveSync\WCESCOMM.EXE 1120 tngdta -> 1900 UDP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 2096 AdMunch -> 2493 UDP C:\Program Files\Ad Muncher\AdMunch.exe 1120 tngdta -> 3113 UDP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 1068 cam -> 4104 UDP C:\Program Files\CA\SharedComponents\CAM\bin\cam.exe 212 svchost -> 4370 UDP C:\WINNT\system32\svchost.exe 1120 tngdta -> 4417 UDP C:\Program Files\CA\SharedComponents\DTS\bin\tngdta.exe 704 tngdoba -> 4582 UDP C:\Program Files\CA\SharedComponents\DTS\bin\tngdoba.exe 2704 miranda32 -> 4583 UDP C:\!\Icq\miranda32.exe 1068 cam -> 4725 UDP C:\Program Files\CA\SharedComponents\CAM\bin\cam.exe 1776 omniinet -> 5727 UDP C:\Program Files\OmniBack\bin\omniinet.exe 3372 WCESMgr -> 42508 UDP C:\Program Files\Microsoft ActiveSync\WCESMgr.exe
  22. There is internal command Netstat /b or you can use Fport
×
×
  • Create New...