Site Tools


windows:windows:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows:windows:commands [2016/03/15 14:43] – created lunetikkwindows:windows:commands [2023/01/12 17:37] (current) lunetikk
Line 2: Line 2:
  
 ^  Command  ^  Function  ^ ^  Command  ^  Function  ^
- nltest /DCLIST:<DOMAIN> |  Shows all domaincontrollers for this domain  |\\+|nltest /DCLIST:<DOMAIN> |  Shows all domaincontrollers for this domain  |\\ 
 +|taskkill /IM <processname> /f |  Kills all processes with the given name  |\\ 
 +|shutdown /r /t 30 /d p:0:0 /c „Aufgrund von Wartungsarbeiten wird der Server neu gestartet“ |  Restart Windows Server 2008 and higher with commandline  |\\ 
 +|ren *.jpg *.png |  Rename all files from .jpg to .png in your current folder  |\\ 
 +|<nowiki>([adsi]'WinNT://domain/username').ChangePassword('oldpassword','newpassword')</nowiki>  |  Change your pass (ActiveDirectory) via Powershell (in case CTRL+ALT+DEL doesnt work)  | \\ 
 +|fsutil fsinfo drives |  CMD command - list all drives  |\\ 
 +|net user %%<username>%% %%/domain%% |  show account info like password expiry date  |\\ 
 +|Get-DhcpServerInDC  |  show all dhcp servers in domain  |\\ 
 +|(new-object -ComObject shell.application).WindowsSecurity()  |  open "strg + alt + entf" without pressing it  |\\
  
 +=== Commandlist ===
 +[[https://www.thomas-krenn.com/de/wiki/Cmd-Befehle_unter_Windows|thomas-krenn.com - CMD Commands]]
  
 \\ \\
 \\ \\
-~~DISCUSSION~~+~~DISCUSSION:closed~~ 
  
windows/windows/commands.1458049402.txt.gz · Last modified: 2017/03/01 12:50 (external edit)