Install Notepad++ with GPO
For a different company I needed to install Notepad++ on some systems. Created AD group. Created a Share. Give rights to the AD group. In the ad Group place the…
For a different company I needed to install Notepad++ on some systems. Created AD group. Created a Share. Give rights to the AD group. In the ad Group place the…
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…
A department complained that they recieve a lot of emails with attachements to save on the network drive. They needed to open all the emails one by one and save…
The problem what I had with Landesk, when software is installed I want to inform the user to reboot. This is not configured in Landesk. I made this script that…
I created this script to send a message to all of our managed systems if there are problems and email is not working. Here is the overview of the files…