Displaying IP Info on Console with Netplan

I had a need to display the IP configuration information on the default TTY console login screen of Ubuntu 18.04.1 LTS Bionic Beaver. Basically we needed a way to see what the IP was set to without having to login. There were a few articles (like this from offbytwo.com) out there about ways to do […]

Set Owner with PowerShell: “The security identifier is not allowed to be the owner of this object”

I’ve written several PowerShell scripts to help customers adjust permissions to their directory structures when migrating from other file servers(Linux/Samba, Novell OES/Netware, etc).  Part of these scripts includes assigning ownership for the user.  While this tends to take a long time quotas and file reporting are worthless if the administrator that copied everything is assigned […]

VBScript to create a My Documents Variable

I was recreating a login script for a client that mapped a drive to the location of their redirected My Documents.  Because they were in the middle of a migration the My Documents could be in a different spot depending on if a user had been migrated to a new environment or not. So I […]