Filtering SharePoint Modern Calendar View
Posted on January 25, 2021A few months ago Microsoft started rolling out a modern version of the beloved calendar view for lists in SharePoint Online. The modern view is a great improvement in some respects, but it does not seem to permit filtering of the items that appear in the list except by using the ad-hoc filter panel…
Read full postI'm going to GatsbyConf 2021
Posted on January 22, 2021GatsbyConf 2021 I have been using Gatsby for a while and I like it so far. I haven't attended any conferences since 2019 so this seems like a good one: low-stakes, personal interest, and all virtual, baby.
Read full postImageMagick Notes
Posted on January 04, 2021Gist Imagemagick is a powerful command-line tool for editing images. This page includes some notes for how to use ImageMagick for simple image resizing tasks. This is useful because ImageMagick is lighter than Bridge or Photoshop and, when used with PowerShell, can help you make changes to a large…
Read full postRemotely Manage Hyper-V Host
Posted on December 09, 2020I have a Hyper-V host running on an ESXI host, so to manage the Hyper-V VM's I have to use Remote Desktop to get to the Hyper-V Host to open the management console, which is inefficient. Instead I would prefer to manage the Hyper-V host remotely, using Hyper-V Manager. The page below describes how…
Read full postInstall PowerShell on Ubuntu 20.04
Posted on December 08, 2020I wanted to install PowerShell on my remote* development server, which runs Ubuntu, so I can do all my dev work in the same environment. Since PowerShell is supported on all platforms now, that should be fairly simple. The following snippet is clipped from the below page: https://docs.microsoft.com…
Read full postRemotely Restart a Windows Computer
Posted on November 30, 2020As I'm working from home now I often need to log in to my workstation at the office. Typically I use Remote Desktop over VPN to do this, but occasionally the remote PC does not respond. For whatever reason, restarting it tends to resolve the issue. But how do you restart a remote PC that does not…
Read full post