Skip to content

VAN-DAAG

VAN-DAAG

  • Home
  • Blogs
  • User Manuals
  • About me

Uncategorized

    • Home
    • Uncategorized
    • Page 2
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…

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 2

« Previous Page

Recent Posts

  • Sharepoint / Teams rehydrate
  • Windows create local account
  • Intune GPO – Configure OneDrive
  • Set HP Elitebook Boot Logo
  • Troubleshooting HP EliteBook 640 G10 USB-C Dock NIC Connection

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

Blogs Microsoft Powershell Script Windows 11

Sharepoint / Teams rehydrate

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

VAN-DAAG