#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog

All Posts

Browse all blog posts and archives

All Posts (536)

Showing 76 to 100 of 536 posts (Page 4 of 22)
  • Cover image for How to add multiple app URIs for your Entra app registration?
    Published on
    Authors
    koskila

    How to add multiple app URIs for your Entra app registration?

    This article explains an issue that you probably shouldn't run into - unless you're doing something a bit dumb. Just like I was. Or still am. Namely, I really needed an app I registered in Entra ID to have multiple "app identifier URIs" for reasons that are not great, but that I'll go into momentarily. Background Well, this was a bit random 😁
  • Cover image for How to access Environment Secrets with GitHub Actions?
    Published on
    Authors
    koskila

    How to access Environment Secrets with GitHub Actions?

    This article aims to clear the confusion around the GitHub Repository Secrets and explain how to successfully use them in your pipelines for fun and profit! Well, mostly for additional security and pipeline parameterization, really... But still - it's a good piece of functionality to wrap your head around and implement in your daily work. Problem When wanting to use Environment-specific secrets with GitHub Actions, the right sequence of steps is - in theory - quite clear.
  • Cover image for Copilot app on Windows refusing to use your Personal account? Easy fix!
    Published on
    Authors
    koskila

    Copilot app on Windows refusing to use your Personal account? Easy fix!

    This article explains a quick fix to a very topical issue: Copilot app suddenly becoming hostile to you due to your work credentials, and incredibly, carrying that grudge on and on, even after you've signed out of your work account (as per the bots demands) and signed in with your personal account. What a bitter and unforgiving person this bot is. Won't forget about your past mistakes. But no fear! We'll find a way to calm them down and keep on keeping on.
  • Cover image for Level Up Your Teams Extensibility Game with Blazor - Session materials from Scottish Summit 2024
    Published on
    Authors
    koskila

    Level Up Your Teams Extensibility Game with Blazor - Session materials from Scottish Summit 2024

    This article will contain links, materials, slides (should I get the permission to post them) and other stuff related to my session at Scottish Summit 2024. In case you stopped by my session - thanks! If you're just visiting for any reason - make sure to check the slides out first, and the rest should probably make more sense to you! Right now, it'll have a few missing pieces (everything that has a [TBA] tag will be added later).
  • Cover image for What do you get from a Microsoft Teams App template in Visual Studio?
  • Cover image for Intellisense not working for Fluent components in Blazor project? Easy fix!
    Published on
    Authors
    koskila

    Intellisense not working for Fluent components in Blazor project? Easy fix!

    This article explains a couple of easy fixes for an issue, where Visual Studio refuses to properly recognize the FluentUI components you might have used in your Blazor projects. Because apparently that can (kind of randomly) happen! Problem The screenshot below shows a sample from Microsoft's basic Teams tab extension template. For me, Intellisense for FluentUI components didn't work out-of-the-box. Visual Studio would instead simply complain about unexpected markup.
  • Cover image for winget is broken again.
    Published on
    Authors
    koskila

    winget is broken again.

    ... because of course it is! Ah well, winget is a great idea with a decent implementation, suffering from an unstable platform it's built on. I've now seen it break down seemingly randomly 3 times - once it was one of the many reasons I had to reinstall Windows completely. But as usual - let's take a step back. How and why did I get started on this via dolorosa? Background A while back I was going to use winget to update my apps to their latest versions, as I've done before.
  • Cover image for How to fix PowerToys FancyZones in Windows 11?
    Published on
    Authors
    koskila

    How to fix PowerToys FancyZones in Windows 11?

    This article explains how to fix an issue where FancyZones (from the fantastic Windows PowerToys toolset) fails to work because it conflicts with the built-in window management in Windows 11. I guess it's too much to ask for a level of coordination here from Microsoft... Oh well.
  • Cover image for How to export the whole SSL (or TLS) certificate chain based on the original using PowerShell?
    Published on
    Authors
    koskila

    How to export the whole SSL (or TLS) certificate chain based on the original using PowerShell?

    Every now and then, you run into a situation where you have a certificate for a website or service, but for one reason or another, you don't have the whole chain. You're missing some or all of the intermediaries, and even the root certificate, perhaps. This is something I run into constantly. This article explains how to fix it! Background In my day-to-day work, I maintain a number of customer systems running in Azure.
  • Cover image for How to solve keyboard shortcuts not working in Google Chrome on Windows?
    Published on
    Authors
    koskila

    How to solve keyboard shortcuts not working in Google Chrome on Windows?

    This article explains a fix to a puzzling issue I had with Google Chrome, where my keyboard shortcuts would seemingly randomly stop working and I'd need to click around (or change to another application with Alt+Tab) to get them working again. Luckily, the solution (or I guess it's more like a workaround, as usual) turned out to be simple.
  • Cover image for Search (and secretly, sync) broken in OneNote? A quick fix!
    Published on
    Authors
    koskila

    Search (and secretly, sync) broken in OneNote? A quick fix!

    This article explains how to fix sudden and surprising synchronization problem(s) in OneNote, that first surfaces as search (the one you open with CTRL+E, not the unified/M365-wide top bar search) not finding any results from the page content, even if it might find some from the page or section titles. This exciting story has it all: Manually triggering a job that should be automatic, finding some secret broken files and boldly removing them, and of course a daring registry hack!
  • Cover image for "Destination Path Too Long" when copying files in File Explorer? Easy workaround(s)!
    Published on
    Authors
    koskila
    Tags
    windows

    "Destination Path Too Long" when copying files in File Explorer? Easy workaround(s)!

    This article explains another situation where you might run into a " The file names would be too long for the destination folder. You can shorten the file name and try again, or try a location that has a shorter path " error, and how to get around it. Don't install "LongPathTool", which is what all the spam comments online tell you to do. Maybe it's even on Google/Bing Ads nowadays. Instead, learn to use Windows the way it was meant to be used - without windows.
  • Cover image for Where does NetSpot (wifi heatmapping tool) store its project files?
  • Cover image for How to fix Bitlocker failing to activate?
    Published on
    Authors
    koskila

    How to fix Bitlocker failing to activate?

    Alright, so my months-long via dolorosa to achieve a functioning Windows workstation has now cost me a few weeks worth of hours of work and around $4000. And I'm finally at a point where I have Visual Studio working again, and I'm only missing some totally unimportant and irrelevant things like BitLocker. No biggie, right? What's weird, though, is that I'm only missing it because it decided to randomly break. Let me explain. Problem
  • Cover image for Why You (unfortunately) need a Local Administrator account on Windows 🙃
    Published on
    Authors
    koskila
    Tags
    windows

    Why You (unfortunately) need a Local Administrator account on Windows 🙃

    This article explains why having a local (non-AD) user account with administrator user rights on Windows is a must. I know, I know - this is horrible design from security perspective. You shouldn't use local accounts in the first place, let alone ones with unlimited admin powers! Microsoft has been trying to stop users from creating local accounts on their machines for years now, and in theory, for understandable reasons.
  • Cover image for 5 Years an MVP - a Humble Reflection
    Published on
    Authors
    koskila

    5 Years an MVP - a Humble Reflection

    A few of my friends were already worried since I didn't publish the now-classic " Humbled & Honored " post on LinkedIn - perhaps I had not been renewed this year, dropped out of the program or even been kicked out? But no, reality is much more boring: I've just been on vacation and haven't spent much time near my keyboard 😅 So long story short, I was indeed renewed as Microsoft MVP for the 2024-2025 season. 🥳 This year, I've been able to disconnect quite thoroughly.
  • Cover image for How to generate Certificate-Signing Requests using OpenSSL
    Published on
    Authors
    koskila

    How to generate Certificate-Signing Requests using OpenSSL

    This article explains how to generate a CSR using the OpenSSL CLI toolkit. We'll go through a step-by-step guide to create a private key and a CSR. This should be helpful for system administrators and developers who need to set up secure connections for their servers or applications. In the code samples, you can see how some undefined sausage is made, and it's not pretty. But it works.
  • Cover image for Home Assistant 2024.4 changes weather forecasts - what to do?
    Published on
    Authors
    koskila

    Home Assistant 2024.4 changes weather forecasts - what to do?

    This article explains how to fix your template sensors, automations and other functionality that is broken by the 2024.4 update of the Home Assistant platform, where forecasts are removed from weather entities. Fixing the issue requires some YAML, and while you'll loose debuggability and possibly encounter some performance hits and run awry of your weather provider's rate limits, what wouldn't we do to keep up-to-date with the latest community goodness of Home Assistant?
  • Cover image for External path "**" cannot have more than one "*" wildcard with vite?
    Published on
    Authors
    koskila

    External path "**" cannot have more than one "*" wildcard with vite?

    This article explains a couple of workarounds to a frustrating issue I had with vite and yet-another-weird-frontend-build-toolkit. Because every toolchain for frontend stuff is different, apparently. And they all fail in different ways. Anyway - let's get to it. Background I was just creating a tiny bugfix to an older project, minding my own business, not bothering anyone, when all of a sudden my development environment practically just imploded. Any backend builds worked just fine.
  • Cover image for Removing node_modules under a folder
    Published on
    Authors
    koskila

    Removing node_modules under a folder

    This quick article explains how to clean up all dependencies installed with npm or yarn, and stored in folders called "node_modules" within your project and solution files. This regrettable step might be required to either free some disk space or clear weirdly broken dependencies from your project(s).
  • Cover image for How to solve "You don't have permission to invite people to this item, but you can still add people and send an invite request to the file owner." in a SharePoint document library?
    Published on
    Authors
    koskila

    How to solve "You don't have permission to invite people to this item, but you can still add people and send an invite request to the file owner." in a SharePoint document library?

    This article explains a solution to a puzzling problem, where you might be the owner of a SharePoint site and have all the imaginable permissions on a Document Library, but still be unable to share a single item, let alone a folder with edit permissions to anyone. Turns out this is a dumb-ish configuration quirk in SharePoint. Who would've thought, right? 😅 Anyway. What did the issue look like? Problem So about 2 years ago I created a SharePoint site.
  • Cover image for Suddenly receiving "The requested URL "[no URL]", is invalid." in Postman?
    Published on
    Authors
    koskila

    Suddenly receiving "The requested URL "[no URL]", is invalid." in Postman?

    This article explains how to get around a sudden issue, where Postman suddenly starts showing you a nondescript and slightly misleading error about a missing URL in your request when you haven't removed any parameters and the request just worked. But don't let me get ahead of myself. Background So me and my team have had the questionable honor and privilege to build some integrations to SuccessFactors - a SAP product - lately.
  • Cover image for How to enable Stream Deck integration in "New Teams"?
    Published on
    Authors
    koskila

    How to enable Stream Deck integration in "New Teams"?

    This article explains how to configure the Teams integration in the Microsoft Teams Stream Deck plugin. Because chances are the documentation you've read does not match how it actually goes 😄 Also, I'll share my over 1-year-long story with Stream Deck. It, unfortunately, has not been uneventful. Want to skip the rant background story? Jump right down to the solution ! Background My road with StreamDeck has been a bit of a rocky one.
  • Cover image for How to solve "Error occurred during a cryptographic operation." in Azure App Service
    Published on
    Authors
    koskila

    How to solve "Error occurred during a cryptographic operation." in Azure App Service

    This article explains a couple of ways to fix an issue where after deployment, your Azure App Service suddenly starts throwing an error along the lines of "Error occurred during a cryptographic operation. at System.Web.Security.Cryptography.HomogenizingCryptoServiceWrapper.HomogenizeErrors". The error or the StackTrace doesn't point to anything helpful (understandably, it'll point to a StartUp.
  • Cover image for "Critical Error - Your Start menu isn't working"
    Published on
    Authors
    koskila

    "Critical Error - Your Start menu isn't working"

    Well this one was a doozy. My Start Menu stopped working. And that wasn't nice as I kind of need that. Anyway. Found a couple of ways to try and fix this. One even worked. Wrote them down for your reference (and mine, to be honest). Find them below. (I asked Bing Chat to create me a picture of BSOD on Windows 11, but the article illustration is what it came up with - it's not what I asked for, but it IS topical) Problem The problem was simple, yet annoying. Let me explain.
Whitewater Magpie Ltd.
© 2026
Static Site Generation timestamp: 2026-03-17T06:37:50Z