Set HP Elitebook Boot Logo
To set a Boot logo on all managed HP Laptops use script located onScripts/HPBiosLogo at main ยท Daagvandermeer/Scripts (github.com) Put in the same folder a JPG file.Max resolution is 1024×768File…
To set a Boot logo on all managed HP Laptops use script located onScripts/HPBiosLogo at main ยท Daagvandermeer/Scripts (github.com) Put in the same folder a JPG file.Max resolution is 1024×768File…
Recently we bought new HP laptops (HP EliteBook 640 G10). We thought that the current USB-C docks should work. All is working fine. But only Nic won’t connect to the…
In the beginning we had a PHP Website to make xml files for prefilling the PCA toolbar.The site use LDAP connection. Due to security it is changed to LDAPS. So…
I created this script because it is the 2nd company that there is no pushed signature so that everyone could have a different signature. HR or company sends a mail…
Currently where I work there was an mail send when password is going to expire. That stopped (External party). So I created my own to inform the users when its…
We just replaced our network to Cisco with Cisco ISE.We always had a Visitors registration in Topdesk with Wifi code request. Now I needed to make it happen in Cisco…
08-09-2023 – Updated the Scripts. I found 1 issue about source agreements11-09-2023 – Script is not working with Zoom (System) On the internet I see a lot of scipts to…
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…
$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…
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…