This is how to get a HP printer to authenticate via a self signed certificate with Office 365 certificate authenticated connector. Why? The self-signed certificates created by the printer have a common name based on the Host Name so if the printer host name is...
Selected posts
Install MeisterTask with Intune
Old post found in Drafts posted April '25 So I packaged MeisterTask 2.0.8 with intune MeisterTask 2.0.8 Package Settings Install InstallMeisterTask.exe /SP- /VERYSILENT /SUPRESSMSGBOXES /LOG="meister-task-install.log" /NORESTART /NORESTARTAPPLICATIONS...
Function.json settings for local development writing to Azurite Store
Found this in Drafts been so long I can't remember where I used it... YMMV my function.json { "bindings": [ { "name": "myTimer", "type": "timerTrigger", "direction": "in", "schedule": "2 */30 * * * *" }, { "name": "myInputBlob", "type": "blob", "path":...
Migrating from AzureRM to Az
Old post I found in Drafts only just posting now in April '25 https://azure.microsoft.com/en-au/blog/azure-powershell-cross-platform-az-module-replacing-azurerm/
How long can a Bittitan OneDrive for Business Document Migration take?
So my wifes 27GB one drive took a few hours to completely migrate My Onedrive is taking considerably longer It contains a heap of folders for website development with node_module and is reporting that after over a day it has migrated 1387 of 79472 folders From memory...
Cross Platform QR Barcode Generators
How can I create a QR Code An online options is https://the-burtons.xyz/barcode-generator/ Another option is to install Inkscape https://inkscape.org/release/ Then choose Insert from the menu bar and click Barcode...
Latex doesn’t work on Self Hosted WordPress
If you need LaTex support try Wordpress.com $latex i\hbar\frac{\partial}{\partial t}\left|\Psi(t)\right>=H\left|\Psi(t)\right>$
A Reminder of things you can do with Pentaho
This is an unfinished old post I had in Drafts but just posting as a reminder. I haven't used Pentaho for ages but even with the community edition you can achieve quite a lot. So a number of years ago I created a report in Pentaho which does the following MySQL...
Windows 11 Home
Some reasons NOT to use Windows 11 Home on business computers If you run a small business of one or a few employees you might buy Laptop or Desktop computers with Windows 10 Home and never have an issue with it. But why would you make the extra investment in Windows...
Command to check the PPPoE connection on a UDM (Unifi Dream Machine)
Logging in via SSH ssh -l root <ip address of udm> Checking a PPPoE Connection (NBN) After logging in via SSH tail -f /var/log/messages | grep pppd The above command will let you see the PPPoE connection being established and connected if everything is OK or show...