informatica:windows:msdos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:windows:msdos [2019/01/30 12:11] – javi | informatica:windows:msdos [2019/05/08 11:12] (current) – [Listar procesos y usuarios que lo ejecutaron (ps aux | grep PATTERN)] javi | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| Comando: | Comando: | ||
| - | wmic service where started=true get name, startname | findstr | + | wmic service where started=true get name, startname | findstr |
| | | ||
| Salida: | Salida: | ||
| Line 32: | Line 32: | ||
| < | < | ||
| MSSQLFDLauncher | MSSQLFDLauncher | ||
| - | MSSQLSERVER | + | MSSQLSERVER |
| SQLBrowser | SQLBrowser | ||
| - | SQLSERVERAGENT | + | SQLSERVERAGENT |
| SQLTELEMETRY | SQLTELEMETRY | ||
| SQLWriter | SQLWriter | ||
| </ | </ | ||
| + | Listado completo de propiedades para filtrar: | ||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | ===== (Powershell) telnet ===== | ||
| + | |||
| + | |||
| + | New-Object System.Net.Sockets.TcpClient(" | ||
| + | |||
| + | ===== Uptime ===== | ||
| + | |||
| + | net statistics server | findstr desde | ||
| + | |||
| + | ===== (Powershell) Obtener la hora de sistema ===== | ||
| + | |||
| + | Get-Date -Format g | ||
informatica/windows/msdos.1548850261.txt.gz · Last modified: by javi
