IT Tips

Access

Blog History

ITGlue Snippet

From Drafts post Feb 2019. Published April '25 So I have the following code: function Send-ToITGlue { [CmdletBinding()] param ( # Data Object to Send to ITglue [Parameter(ValueFromPipeline)] [object[]] $Data ) begin { $api__output_data = @() } process { $traits =...

read more

ADSL to NBN

Post from 2019/04/29 at 11:16 am found in Drafts. Published April '25 NBN Comes to Ringwood East So the NBN cablers went down our street recently and connected the font two units in our unit complex via a catenary cable from the Cable TV cabling slung between the...

read more

CakePHP 4 Events

Found in my Drafts folder last modified 2020/08/21 at 11:20 am. Published April '25 Until yesterday I hadn't used the CakePHP Event system with the exception of putting some code in default Event callbacks such as Model.beforeSave, Model.afterSave or...

read more

diskpart Attrib:

Found in Drafts and posted April '25. Not sure what this is about but posting just-in-case it is useful in future. Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- Volume 0 D DVD-ROM 0 B No Media...

read more

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...

read more