Control Philips Hue Light with Fibaro

4 January 2022 - Reading time: 7 minutes

Most of my Domotica systems is based on Fibaro Z-wave,
I liked this system simply because its actually very stable, but for Christmas my dad gave me a Philips Hue Lamp (plus Hub)

so, besides my Fibaro (Z-Wave) and RFXtrx433 system  (trough Domoticz) , we have another standard..... and I would like to be able to control all of this in 1 app (the Fibaro App), and this gave me some frustration, but I managed to get it working. Read more


Create A custom link in My-Apps

10 December 2021 - Reading time: ~1 minute

if you have the https://myapplications.microsoft.com/ as homepage,
you might want to add additional links to other websites for your users.
Here a way to do this.
Read more


Intune - Installing Fonts

29 November 2021 - Reading time: 8 minutes

Installing fonts trough can be tricky, so I wrote the following script, for installing fonts trough Intune (the easy way)
Read more


Intune - Installing on-prem printers

26 November 2021 - Reading time: 2 minutes

If you still have an on-prem environment in combination with Azure Active directory,
this is a perfect solution for adding the printers on your client machines.
Read more


Intune - Login script

26 November 2021 - Reading time: 4 minutes

Not having login scripts with fully azure joined device is an issue for a lot of people,
because sometimes its just handy to have a sort of login script for example for mapping network drives or mapping printers
so here I'll explain how I solved my login script issue in order to execute something during start.

what is actually does it creates a scheduled task, that triggers at login of any user that runs a Visual Basic Script file
in order to run each file in a custom folder
Why Visual Basic Script? because I hate popups during login
Read more


Intune - Deploy Paint.net Application

25 November 2021 - Reading time: 8 minutes

So I already created a manual of WinSCP, this one will actually be quite the same,
except for the PowerShell script itself, so If you have followed the WinSCP installation, you can simply replace the PowerShell code, enter the missing parameters (explained) here and the installation will be indentical
and also the result ;)

Read more