This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:windows:commands [2018/03/09 11:34] – lunetikk | windows:windows:commands [2023/01/12 17:37] (current) – lunetikk | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| |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 | |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 | |ren *.jpg *.png | Rename all files from .jpg to .png in your current folder | ||
| - | |< | + | |< |
| + | |fsutil fsinfo drives | CMD command - list all drives | ||
| + | |net user %%< | ||
| + | |Get-DhcpServerInDC | ||
| + | |(new-object -ComObject shell.application).WindowsSecurity() | ||
| === Commandlist === | === Commandlist === | ||
| Line 15: | Line 19: | ||
| ~~DISCUSSION: | ~~DISCUSSION: | ||
| - | Change Password | ||
| - | |||
| - | |||
| - | To change the password (e. g. in a terminal-session within a terminal-session) via CLI (powershell): | ||
| - | ([adsi]' | ||