Skip to content

VAN-DAAG

VAN-DAAG

  • Home
  • Blogs
  • User Manuals
  • About me
MDT Windows 10 Windows 7

Add Computer to AD group MDT

Daag van der Meer July 27, 2017 No Comments

LTI/ZTI Scripting: Add computer to an AD Group

MDT VB script Windows 10 Windows 7

Mute sound in MDT

Daag van der Meer July 27, 2017 No Comments

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")…

MDT MS-Dos Scripts Windows 10 Windows 7

Rename local admin account

Daag van der Meer July 27, 2017 No Comments

I use this in MDT to rename local admin account. @echo off wmic useraccount where "name='Administrator'" rename Daag

Powershell Script Windows Windows 10 Windows 7

Powershell Graphical user interface tool

Daag van der Meer June 23, 2017 No Comments

https://poshgui.com

Links Windows Windows 10 Windows 7

Export & Import Wireless Network Info on Windows machines

Daag van der Meer June 23, 2017 No Comments

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…

Microsoft Powershell Script Windows 10

Add SSTP VPN connection via Powershell

Daag van der Meer June 8, 2017 No Comments

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…

SNMP

Read and Test SNMP on Windows

Daag van der Meer June 8, 2017 No Comments

https://support.panorama9.com/hc/en-us/articles/203568188-Test-if-SNMP-devices-are-responding-correctly-to-SNMP-queries

Raspberry

Install WordPress on raspberry

Daag van der Meer May 23, 2017 No Comments

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…

Raspberry

Create Subdomains on your raspberry

Daag van der Meer May 23, 2017 No Comments

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…

Raspberry

Install FTP on your Raspberry

Daag van der Meer May 23, 2017 No Comments

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…

Posts pagination

1 … 6 7 8 … 10

« Previous Page — Next Page »

Recent Posts

  • Windows create local account
  • Intune GPO – Configure OneDrive
  • Set HP Elitebook Boot Logo
  • Troubleshooting HP EliteBook 640 G10 USB-C Dock NIC Connection
  • Create Pem certificate

Categories

  • Active Directory
  • Barracuda Spamfilter
  • Blogs
  • Cisco ISE
  • CUCM
  • Domoticz
  • Exchange
  • Fritzbox
  • Google
  • GPO
  • Hardware
  • HP Elitebook 640 G10
  • Intune
  • Java
  • Landesk
  • Lenovo T14s
  • Lenovo T480s
  • Lenovo USB-C Dock
  • Links
  • Linux
  • M365
  • MDM
  • MDT
  • Microsoft
  • MS-Dos Scripts
  • Outlook 2010
  • Outlook 2013
  • Outlook 365
  • Peterconnects
  • Powershell Script
  • PSTools
  • Raspberry
  • Registry key
  • SCCM
  • SNMP
  • SQL
  • Synology
  • Topdesk
  • Uncategorized
  • User Manuals
  • VB script
  • VMware
  • VPN
  • Windows
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows Server 2012R2

You Missed

Microsoft Uncategorized Windows 10 Windows 11

Windows create local account

GPO Intune

Intune GPO – Configure OneDrive

Blogs HP Elitebook 640 G10 MDT Powershell Script Windows 11

Set HP Elitebook Boot Logo

Blogs GPO HP Elitebook 640 G10 Lenovo USB-C Dock Powershell Script Registry key Windows 11

Troubleshooting HP EliteBook 640 G10 USB-C Dock NIC Connection

VAN-DAAG