Hold down [Shift] while choosing Restart
or
shutdown.exe /r /o
some foobar
Hold down [Shift] while choosing Restart
or
shutdown.exe /r /o
Check the status of the shared SYSVOL
dcdiag /test:netlogons
Verify DNS registration and functionality
dcdiag /test:dns
Verify communication with other domain controllers
nltest /dclist: <domain name>
Verify replication with other domain controllers
dcdiag /test:replications
Verify the availability of the operations masters
dcdiag /s: domaincontroller /test:knowsofroleholders /verbose dcdiag /s: domaincontroller /test:fsmocheck
[via]https://technet.microsoft.com/en-us/library/cc781459%28v=ws.10%29.aspx[/via]
Connect to VirtualCenter Server and enter credentials
Connect-VIServer -Server <Server>
Save the credentials to the credential store file (By default the credential store file is stored - encrypted - under the user profile directory)
New-VICredentialStoreItem -Host <Server> -User "<Username>" -Password "<Password>"
[via]https://blogs.vmware.com/PowerCLI/2011/11/have-you-seen-powerclis-credential-store-feature.html[/via]
Open a telnet connection to the router and run the following commands for a warm or cold reboot:
warm reboot (also soft reboot)
do/o/b
cold reboot (also cold boot, hard reboot or hard boot)
do/o/c
For Windows Vista and newer try to run the following:
winmgmt /verifyrepository
winmgmt /salvagerepository
winmgmt /verifyrepository
To fully rebuild the WMI Repository follow these steps:
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b en-us\*.mfl') do mofcomp en-us\%s
for /f %s in ('dir /b de-DE\*.mfl') do mofcomp de-DE\%s
[via]https://support.software.dell.com/de-de/vworkspace/kb/88861[/via]