Skip to content

VAN-DAAG

VAN-DAAG

  • Home
  • Blogs
  • User Manuals
  • About me
Microsoft Powershell Script

Install-Module – unable to resolve package source

Daag van der Meer July 2, 2020 No Comments

When you want to install a powershell module and you get this error message. Solution. Run Powershell as admin and enter ::SecurityProtocol = “tls12” Now you can install the powershell…

GPO Windows 10

Enable Windows Update “Features on Demand” and “Turn Windows features on or off” in WSUS Environments

Daag van der Meer March 27, 2020 No Comments

I Found this website very usefull and searched long for this. If you are running Microsoft Windows in a domain environment with WSUS configured, you may notice that you’re not…

Powershell Script Uncategorized Windows 10

Install Fonts with Powershell

Daag van der Meer May 22, 2019 No Comments

$ssfFonts = 0x14 $fontSourceFolder = "" $Shell = New-Object -ComObject Shell.Application $SystemFontsFolder = $Shell.Namespace($ssfFonts) $FontFiles = Get-ChildItem $fontSourceFolder $SystemFontsPath = $SystemFontsFolder.Self.Path $rebootFlag = $false foreach($FontFile in $FontFiles) { # $FontFile…

Domoticz Raspberry

Fix Domoticz DB

Daag van der Meer December 28, 2018 No Comments

The FIX:: You need to have sqlite3 installed on your Pi CODE: SELECT ALL If you have it you can do the following commands: CODE: SELECT ALL Remove first line…

Domoticz Raspberry

Domoticz Cisco Port on / of switch

Daag van der Meer November 26, 2018 No Comments

Script is created by Johan ven Boomgaard. #!/bin/bash # Set-cisco-port.sh # ============== # |Author: JvdB| # ============== # # Find,disable,enable port using SNMP at Cisco switch# # # Usage: cd…

Raspberry

Monitor domoticz

Daag van der Meer November 26, 2018 No Comments

Monitoring door Monit voor Raspberry Pi en Domoticz

Microsoft

Inventory and push software

Daag van der Meer November 26, 2018 No Comments

Home http://fusioninventory.org/

Exchange Powershell Script

Disable-Enable automapping Echange 2016

Daag van der Meer October 29, 2018 No Comments

Because automapping is not always working correct, just created this script to re-enable automapping with the correct settings. This script you need to run on the Exchange server. # Created…

Synology

Update Synology Mail Plus spam server more than once a day.

Daag van der Meer October 26, 2018 No Comments

Update Synology Mail Plus spam server more than once a day Just found the scripts that you can run and schedule to run more often than once a day. And…

Active Directory Powershell Script Uncategorized

AD Send mail on password reset

Daag van der Meer October 26, 2018 No Comments

This is based on Security Event ID 4724. When this is logged on the domain controller, Task Scheduler kicks this script. And send a mail to Admin and user. And…

Posts pagination

1 … 3 4 5 … 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