Azure AD Joined device ownership change

If you’ve done an Azure Ad Join for a device and found that you (the admin) is now the owner, it can create certain problems for you. If you’re going through an AutoPilot deployment the end user will end up being the owner. So, how do you modify the device owner to be the recipient […]

Add an alias to zsh in MacOS

I found this more difficult to locate than it needed to be. If you want to add an alias to zsh in MacOS, say something like ‘ll’, it’s pretty simple. If you’re comfortable with everyone on that system having the change, ‘sudo nano /etc/zshrc’ Add a line at the end – alias ll=’ls -al’ Save […]