Windows – cmd – which domain controller is my PC joined to
Use this trick from cmd (command prompt) to see which Windows Active Directory Server you are connected to H:\>echo %logonserver% \\AD4 Also set l The end
Use this trick from cmd (command prompt) to see which Windows Active Directory Server you are connected to H:\>echo %logonserver% \\AD4 Also set l The end
Imagine a file list, list.txt, like this one image1.jpg image2.jpg image3.jpg Naturally you could deal with it like so cat list.txt | while read i; do FILE="$i" dosomething "$FILE" done Or justRead More…
I do not take credit for this controller layout. I really like it and would like to have a copy easily available so I hosted it here, also I would like toRead More…
Here I show you how to repeat a command until it finishes successfully. This should only be done with programs that support resume and also have legit exit codes (or else theyRead More…