sexta-feira, setembro 10, 2004
WIN Mais comandos
arp -a (esse é velho conhecido)
netsh diag gui
netsh diag gui
WIN comando novo na área
pathping
é o casamento do Ping com o Tracert
é o casamento do Ping com o Tracert
WIN ;) netsh para DHCP
pelo que vi tudo presta aqui heheh
WIN Logged User
netsh
wins
server \\servidor
show name Name="usuário" EndChar=03
if is active
nebtstat -a ipdamáquina
wins
server \\servidor
show name Name="usuário" EndChar=03
if is active
nebtstat -a ipdamáquina
NC legal
WIN Resource Kit for Windows 2000
WIN Where is User
PsLoggedOn
www.sysinternals.com
www.sysinternals.com
WIN Checklist Servidor Windows 2000
WIN Servidor WINS
NC Super Site
WIN Microsoft PowerToys for Windows XP
WIN Dicas e macetes
http://www.kellys-korner-xp.com/xp_tweaks.htm
Várias dicas de registro
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DontDisplayLastUserName"=dword:00000001
Sem last logon user
http://www.windowsnetworking.com/j_helmig/xpvpnsrv.htm(ótimo)
Várias dicas de registro
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DontDisplayLastUserName"=dword:00000001
Sem last logon user
http://www.windowsnetworking.com/j_helmig/xpvpnsrv.htm(ótimo)
WIN Dicas e Macetes
Dicas e macetes windows
http://www.tburke.net/info/win2k/win2kinfo.htm
http://www.tburke.net/info/win2k/win2kinfo.htm
WIN Windows 2000
Lista o útimo logon de usuários do domínio.
Usrstat.exe [domínio]
Usrstat.exe [domínio]
NC Postgresql Manual SQL
http://www.postgresql.org/docs/current/static/sql.html
Link
http://www.postgresql.org/docs/7.4/interactive/plpgsql.html
Link
http://www.postgresql.org/docs/7.4/interactive/xplang.html#XPLANG-INSTALL
Link
http://www.postgresql.org/docs/7.4/interactive/plpgsql.html
Link
http://www.postgresql.org/docs/7.4/interactive/xplang.html#XPLANG-INSTALL
NC SQL Server
Para utilizar um trace no banco de dados SQL server é só entrar
em Profiler
em Profiler
NC Referência de HTML, SOAP e etc
WIN Identifying the User Logged on to a Remote Computer
strComputer = "nomedocomputador"
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colComputer = objWMIService.ExecQuery _
("Select * from Win32_ComputerSystem")
For Each objComputer in colComputer
Wscript.Echo objComputer.UserName
Next
Link
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colComputer = objWMIService.ExecQuery _
("Select * from Win32_ComputerSystem")
For Each objComputer in colComputer
Wscript.Echo objComputer.UserName
Next
Link