Practial 365 Article - Restricting Admin Access to an Endpoint
New article on Practical365.com discuss about Restricting Admin Access to an Endpoint.

New article on Practical365.com discuss about Restricting Admin Access to an Endpoint.

I recently had some free time and decided to check the SEO status of all my sites. I noticed that there’s a recurring issue with sites built using Docusaurus. I’ve tried fixing a few errors, but the same one keeps popping up.

Not sure if many of you are aware that I also work on development projects as an architect. Almost all the web projects we did recently used Vue as the framework for front-end development. Recently, we ran into an issue when using Vue 3 and Router 4 and would like the findings here with you.
New article on Practical365.com discuss about Using Device Control in Defender for Endpoint to Block USB Drives.

A while ago I'm working on a project which involves Citrix NetScaler. The Client is required to automate the configuration and back up files to an internal FTP server. Citrix NetScaler cannot regularly upload the backup files to an external store (when no additional software is used). Hence, I decided to write a simple shell script and use curl to upload the entire directory to the FTP server. The script can be used in any Linux machine (or even Windows with WSL) with curl installed.