What is SFTP: SFTP, or Secure File Transfer Protocol, is a secure file transfer protocol that uses secure shell (SSH) encryption to provide a higher level of security for sending and receiving file transfers. SFTP transfers files using SSH and encrypted FTP commands (hence SFTP) to avoid password sniffing and exposing sensitive information in plain…
Blog
PowerShell: Datto PowerShell Wrapper
Overview: In my current role, I am Network Administrator, or rather now what the industry now calls a TAM. (Technical Alignment Manager). One of my responsibilities is auditing and maintaining a business’s IT infrastructure including its backups. To help with this workflow I use Datto BCDR (Business Continuity & Disaster Recovery) appliances for backing up…
PowerShell: RocketCyber PowerShell Wrapper
Overview: In my current role, I am Network Administrator, or rather now what the industry now calls a TAM. (Technical Alignment Manager). One of my responsibilities is auditing and maintaining a business’s IT infrastructure. To help with this workflow I use a piece of software called RocketCyber. At a high level, RocketCyber is SIEM (Security information…
PowerShell: MyITProcess PowerShell Wrapper
Overview: In my current role, I am Network Administrator, or rather now what the industry now calls a TAM. (Technical Alignment Manager). One of my responsibilities is auditing and maintaining a business’s IT infrastructure. To help with this workflow I use a piece of software called MyITProcess made by TruMethods. At a high level, MyITProcess…
PowerShell: Modern HTML Reports
Overview: ConvertTo-Html is a cool function built directly into Powershell that allows you to generate simple HTML documents. The keyword there being “Simple” as the default output is a little too plain for my liking. I have always wanted to try and make more modern HTML reports so that I could show various data without…
How To: Install OCS on Ubuntu 21.04
What is OCS or OCSng?: In short, OCS (Open Computers and Software Inventory Next Generation) is an assets management and deployment solution. OCS can be directly integrated with GLPI for seamless asset tracking automation. Check out my other blog post on how to install GLPI Read more about OCS on their website: OCS Overview: In…
How To: Install OCS on CentOS 7
What is OCS or OCSng?: In short, OCS (Open Computers and Software Inventory Next Generation) is an assets management and deployment solution. OCS can be directly integrated with GLPI for seamless asset tracking automation. Check out my other blog post on how to install GLPI Read more about OCS on their website: OCS Overview: In…
How To: Install GLPI on Ubuntu 21.04
What is GLPI?: In short, GLPI offers both small and large businesses the ability to track their technology inventory and assets as well as offers lifecycle planning, service desk management, and much more. GLPI can be directly integrated with OCS for seamless asset tracking automation. Check out my other blog post on how to install…
How To: Install GLPI on CentOS 7
What is GLPI?: In short, GLPI offers both small and large businesses the ability to track their inventory and assets as well as offers lifecycle planning, service desk management, and much more. GLPI can be directly integrated with OCS for seamless asset tracking automation. Check out my other blog post on how to install OCS…