↧
Using Debian as domain controller in a Windows network
Using Debian as domain controller in a Windows network I didn’t find the for the moment to comment the commands used, but for the moment these are the steps I used. apt-get install vim apt-get install...
View ArticleWSH Scripting
Using WSH with WMI enables you to query lots of information of a system. Here are some examples of code that I regularly use. Determine UpTime of a computer strComputer = InputBox("Enter...
View ArticleBatch-scripting
Batch-scripting is not as powerful as WSH-scripting or PowerShell. But with some tools you can perform some simple but useful actions. One tool I often use is robocopy. Asking for values in a...
View Article