Add Computer to AD group MDT
LTI/ZTI Scripting: Add computer to an AD Group
LTI/ZTI Scripting: Add computer to an AD Group
Create a VBS file and place it high in the task sequence. Enable Sound at the end on the installation. Place it also at the end. Set WshShell = CreateObject("WScript.Shell")…
I use this in MDT to rename local admin account. @echo off wmic useraccount where "name='Administrator'" rename Daag
https://poshgui.com
https://community.spiceworks.com/how_to/24989-export-import-wireless-network-info-on-windows-machines Create a batch file and add it to the GPO. This Batch file checks if the name exist. If not, WLAN will be created. @echo off netsh wlan show…
At the custommer I needed to add SSTP VPN to all the laptops via GPO. But SSTP vpn profile can’t be created in GPO. So I looked further and found…
https://support.panorama9.com/hc/en-us/articles/203568188-Test-if-SNMP-devices-are-responding-correctly-to-SNMP-queries
Login with putty Go to the directory where you want to install wordpress. cd /var/recepten.van-daag.nl sudo chown pi: . rm * wget http://wordpress.org/latest.tar.gz tar xzf latest.tar.gz mv wordpress/* . rm…
Login on your raspberry with putty Create a subdirectory sudo mkdir -p /var/www/recepten.van-daag.nl Create a new apache config sudo cp -a /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/recepten.van-daag.nl.conf Edit the config sudo nano /etc/apache2/sites-available/recepten.van-daag.nl Change/add…
Run update sudo apt-get update Install ftp sudo apt-get install vsftpd You get a message about disk usage enter Yes Now open up the config file by entering the following…