Tuesday, September 2, 2025

Passkeys - an explanation

I have been struggling with passkeys lately for a couple of reasons. 

I have been working fully remotely for many years now and enjoy the flexibility of being about to do this work from just about anywhere I have access to a computer with high speed access to the internet. This means that I can almost sit down in any location with any computer and do the majority of my work without any additional software or hardware aside from my cell phone. 

As long as I have access to a web browser, I can do 75% of my daily workload. That means email, Teams, Outlook, and access to a support portal. As you can guess, this requires secure authentication to these services. Secure authentication has changed a LOT over the years and lately it has taken a turn towards "Passkeys". 

Now I don't mind depending on a hardware device such as a phone, FIDO key, or other Authenticator service (app) that exchanges anonymous (random) data to allow access to a system (two factor auth). I do have a problem with a service that holds that data along with other data about me and has control over how that data is shared and who has control over that data (myself or the vendor).

Here is a good explanation of the benfits and pitalls of using these Passkeys along with some alternatives.

https://lucumr.pocoo.org/2025/9/2/passkeys/

PRTG bringing the educational material

I've been supporting PRTG for a while now and I've always had great things to say about the support people behind the application. Their documentation and product support team has always been spot on and up to date. The application itself is also a great tool that has always performed just the way you would expect. There is obviously a great group of people behind the scenes doing something right. 

They also have been pumping out the blog posts recently and one of the latest was a great informative read that really highlights a lot of things that anyone supporting anything in IT should know.

Network Protocols are the backbone of the internet and how everything communicates with everything else. PRTG knows a thing or two about them being a leader in the monitoring field for some time now and they have written a great article explaining them in simple, easy to follow material.

https://blog.paessler.com/network-protocols-list-the-language-of-the-digital-world-explained

Friday, August 15, 2025

Feed Validator

Here's a great way to validate an RSS feed. It allows you to test and validate the feed as well as offering suggestions to make the feed more readable for a wide range of readers.

https://validator.w3.org/feed/ 

Tuesday, July 29, 2025

RSS Lookup!

Here is a great tool for looking up RSS Feeds. I have a couple PowerShell scripts built into PowerNews (https://github.com/loatswil/PowerNews) that do this but it's nice to have a much more thorough online version.

https://www.rsslookup.com/


Thursday, May 8, 2025

Microsoft Embracing RSS feeds?

Is it possible that Microsoft is once again embracing the RSS feed?

Over the years, RSS feeds have come and gone so often that many of them are no longer valid. They seem to change weekly. I have always been on the hunt for new feeds and even written PowerShell modules that pull them, parse them, and spit out a local page for viewing. It's very easy to tailor the feed to your needs including Blocklists and Allowlists.

For a long time now many people have used a popular social media site to display updates when we already had a simple and easy way to publish this stuff. Now it appears that Microsoft at least is moving away from this social media method and back to RSS. Here's the "new" Azure status link complete with "rssfeed" in the URL. 

https://rssfeed.azure.status.microsoft/en-us/status/feed/

Let's hope it's the start of a new trend.

Monday, March 17, 2025

M365 Forms Admin

How to get information on a Form in M365:

  • Open the Form in a browser.
  • Open Dev Tools.
  • Go to the Network tab.
  • Look at the properties for the "response" page and find the UID of the owner.
    • The Tenant ID will also be listed first (after the api).
"@odata.context": "https://forms.office.com/formapi/api/xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx/users/xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx/

  • Go to this page with the GUI/UID pasted at the end.
    • You will need an admin role assigned to a user with a Forms license to access this page.
https://forms.office.com/Pages/delegatepage.aspx?originalowner=xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx

  • Here's the Microsoft learn page:
https://learn.microsoft.com/en-us/microsoft-forms/admin-information#form-ownership-transfer

Friday, February 14, 2025

How to clear cache in new Outlook

  1. I borrowed part of this post since I didn't want to include classic Outlook.

  2. https://www.ablebits.com/office-addins-blog/clear-outlook-cache/

  3. *************************************************

  4. Clearing cache in the new Outlook for Windows is not as straightforward as in the older versions, but it can still be done with a few steps.

    Follow these instructions to clear the cache in the new Outlook for Windows:Close the new Outlook app.

    Open the Run dialog by pressing the Windows + R keys together.
    Type or paste the following command in the Run box and click OK:

    olk.exe --devtools

    Be sure to include a space before the two dashes if typing the command manually.

  5. You will need to close Outlook if it's currently open or the DevTools window will not show up.
    Run the command to launch the new Outlook with Developer Tools enabled.


  6. The new Outlook will open (you may be prompted to sign in), and the DevTools window will also appear.

    In the DevTools window, click the Application button on the toolbar.

    Clear local storage cache. In the left pane, under the Storage section, find the https://outlook.office.com link under Local Storage. Right-click on this link and select Clear.Clear the local storage cache in the new Outlook.
  7. Clear cookies. Still in the left pane, locate the https://outlook.office.com link under Cookies, right-click on it and select Clear.
    Clear cookies in the new Outlook.Close the DevTools window.

    Once these steps are completed, the cache for the new Outlook should be deleted, and you can reopen the app for a fresh start. Remember, this process will remove temporary files that may include saved login credentials, so you may need to sign in again after deleting the cache.


Wednesday, January 22, 2025

Job Description Nightmares

Here are a couple of actual bullet points on job descriptions I have found recently.

Work Experience :10 - 15 years
  • Own the definition, design, and delivery of a functional design
So, to break down that sentence, I need to be able to "Own the design of a design".

Here's another great one:

Competencies (Knowledge, Skills, Abilities)
    • Advanced accuracy skills
Makes me wonder what a regular accuracy skill might be.

The scheduling section is even better:

Schedule/Attendance
  • Ability to work long hours 
I'm sure this would follow OSHA standards, though. Right?

Job hunting is hard enough as it is, but deciphering job descriptions to find a suitable work environment is an art unto itself.