Tim Schaeps
open-menu closeme
Home
About
github twitter linkedin instagram rss
  • Azure Charts: a hidden gem for architects and azure users alike

    calendar Nov 6, 2021 · 3 min read · Azure Innovation Microsoft Tech website  ·
    Share on: twitter facebook linkedin copy
    Azure Charts: a hidden gem for architects and azure users alike

    Last week I found a little gem that is too good to keep it for myself. For years, I have been using (and working with) Microsoft Azure and in all this time and it is only now that this cool website pops up! In order to better understand what I'm talking about, I need to go a little more in detail in the design process …


    Read More
  • Adding Git-Bash to Windows Terminal

    calendar Sep 16, 2021 · 4 min read · Windows Terminal Microsoft DevRel Productivity  ·
    Share on: twitter facebook linkedin copy
    Adding Git-Bash to Windows Terminal

    This morning I saw a colleague working in Git-Bash and the good-old-fashioned "windows command line" and I thought to myself, why doesn't he "just" use Windows terminal? So, I showed him Windows Terminal and he was impressed. First thing he asked then, was if it would be possible to add Git-Bash as …


    Read More
  • Copy-paste your stuff like a ninja

    calendar Aug 13, 2021 · 3 min read · clipboard Microsoft windows productivity shortcuts  ·
    Share on: twitter facebook linkedin copy
    Copy-paste your stuff like a ninja

    For years and years, we all have been copying an pasting stuff on our PC. Chances are real that you typically had to copy specific things over and over again and that this action cost you a lot of time. The so called "problem" was that there could be only one item stored in the clipboard and each time …


    Read More
  • Working with VSCode (even) when you cannot install it for some reason

    calendar Jun 22, 2021 · 4 min read · DevOps Editor VsCode Microsoft Productivity Timesaver  ·
    Share on: twitter facebook linkedin copy
    Working with VSCode (even) when you cannot install it for some reason

    Over the past few years, A lot of you all have been adopting Visual Studio Code as your primary "Code editor/workspace". One of the biggest issues that I have, is that I really love working with VSCode and here is why that is an issue for me: For the last few weeks/months, I've had to work on (remote) …


    Read More
  • Adding security to an Azure Static Web App

    calendar Feb 3, 2021 · 4 min read · website blog hosting azure security  ·
    Share on: twitter facebook linkedin copy
    Adding security to an Azure Static Web App

    A few weeks ago, I wrote about Azure Static Web Apps and what you can do with them . Since I started using the service, I have been very happy with what it has to offer and in that is why I have decided to also start using it for other things than my personal blog. One thing that you can use it for is an easy to use, …


    Read More
  • Become more efficient by changing the title of VSCode

    calendar Feb 1, 2021 · 2 min read · usefulhacks timesaver VSCode DevRel  ·
    Share on: twitter facebook linkedin copy
    Become more efficient by changing the title of VSCode

    Do you know the feeling when you have a lot of VS Code editors open, each pointing to its own folder, where you need to do a lot of context switching? There are several ways to find the correct VSCode window: Alt-Tab Hovering over the VS code icon in the windows taskbar ... In both cases, you have to 'hope' that you …


    Read More
  • Mass copy files in windows without windows explorer

    calendar Jan 26, 2021 · 4 min read · system recovery windows usefulhacks tech scripting  ·
    Share on: twitter facebook linkedin copy
    Mass copy files in windows without windows explorer

    Last summer I had a situation where I needed to migrate files away from a server that was at the end of it's life. The raid controller was about to give up and time was of the essence. As I had only given myself one night for the migration from the old system to the new, I wanted to make sure that I could succeed. As I …


    Read More
  • Running your personal website on Azure Static Web Apps with Hugo

    calendar Jan 13, 2021 · 7 min read · website blog hosting azure  ·
    Share on: twitter facebook linkedin copy
    Running your personal website on Azure Static Web Apps with Hugo

    Hello, for the last 10 years, I have been writing on and of about my experiences on a personal site (like this one) and in that time, I have moved from platform to platform in search of the one that really fitted my needs. I must admit, the research involved and the work to getting it all up and running has been most …


    Read More
  • List existing sessions in windows with PowerShell

    calendar Dec 2, 2020 · 2 min read · Windows PowerShell Scripting  ·
    Share on: twitter facebook linkedin copy
    List existing sessions in windows with PowerShell

    Have you ever had to to find out it there was someone connected to a given server (either directly or either through a remote connection)? I had it yesterday and it created the idea that I should be able to check this regularly (or it should be automated) to find a moment where the server can be restarted when no one …


    Read More
  • Offering remote assistance on Windows

    calendar Apr 24, 2020 · 1 min read  ·
    Share on: twitter facebook linkedin copy
    Offering remote assistance on Windows

    Apparently (& in some cases), screen sharing in Microsoft Teams/Skype4Business is not working as it should when you need to control your counterparts pc and in that case, you can resort to an alternative called "Windows remote assistant" (MSRA) which is installed by default on all windows machines... you …


    Read More
  • Getting an overview of local admin privileges in a domain

    calendar Apr 8, 2020 · 1 min read · windows powershell microsoft tech usefulhacks  ·
    Share on: twitter facebook linkedin copy
    Getting an overview of local admin privileges in a domain

    From time to time you want to find out who has local admin permissions in your domain... As it is typically a bad practice to give too much permissions, you really want to be able to find out easily. In that context, I created a small PowerShell script that allows me to retrieve this info relatively easy... It produces …


    Read More
  • Running rabbitmq in docker on windows

    calendar Dec 4, 2019 · 2 min read · development containers DevRel  ·
    Share on: twitter facebook linkedin copy
    Running rabbitmq in docker on windows

    For those what it means to install RabbitMQ for local development, it typically means that you have to go through the pain of installing erlang and RabbitMQ , only to discover that something is wrong with your setup. (To given an example: the RabbitMQ management plugin is not installed by default, requiring you to do …


    Read More
  • Taking ownership of sqlserver (or sql express)

    calendar Jul 15, 2019 · 2 min read · development sqlserver tech DevRel  ·
    Share on: twitter facebook linkedin copy
    Taking ownership of sqlserver (or sql express)

    From time to time it happens that you install a sql server (or SQL express) and that you forget to assign local admin permissions. When this happens, you can choose to do a reinstallation... or you can try to assign the permissions after all through a backdoor. I chose the latter! Open a cmd prompt (as admin) {% …


    Read More
  • Unable to link unit test to test case - login error in visual studio

    calendar May 3, 2019 · 2 min read · devops testing development visual-studio DevRel  ·
    Share on: twitter facebook linkedin copy

    In visual studio, it is possible to link unit tests (working with MSTEST V1) to test cases in Azure Devops so that test results of unit tests, executed during a build, can be reported directly to test cases in Azure Devops. The idea is that you can "right click" a unit test in the unit test explorer in visual …


    Read More
  • Upgrading windows 7 (for free) to windows 10

    calendar Jan 25, 2019 · 2 min read · usefulhacks windows  ·
    Share on: twitter facebook linkedin copy
    Upgrading windows 7 (for free) to windows 10

    A few years ago, Microsoft announced that you could upgrade your (official) windows 7 (or 8) installation to windows 10 and that this could be done for free! The reasons for this move are outside of this post, but the idea is that this offer was only limited in time and the free upgrade supposedly ended in July of …


    Read More

Tim Schaeps

Passionate about people, technology and creating value. My heart beats fast for: Cloud, Azure, DevOps, Photography, Sailing, Ocean, Wind, Water
Read More

Featured Posts

  • Windows shortcuts that I use a lot

Recent Posts

  • Review: Azure Data Engineering Cookbook (2nd edition)
  • Studying for the Azure data engineer cert exam (DP-203)
  • Review: Azure Data Engineer Associate Certification Guide
  • Review - Getting started with Bicep: infra as code on Azure
  • Azure Bicep - where to get started
  • Azure Charts: a hidden gem for architects and azure users alike
  • What are profiles in Microsoft Edge and why should you use them
  • Adding Git-Bash to Windows Terminal

Categories

TECH 15 DEVOPS 10 AZURE 6 TIME-MANAGEMENT 5 BOOKS 4 LEARNING 4 PRODUCTIVITY 3 WAY-OF-WORKING 2 DATA 1 LIFE 1 MYOPINION 1

Series

BUILD-MIGRATION-MANAGEMENT 7 AZURE-STATIC-WEB-APPS 2 LEARNING-AZURE-BICEP 1

Tags

MICROSOFT 24 DEVREL 17 PRODUCTIVITY 15 WINDOWS 13 AZURE 11 DEVOPS 11 USEFULHACKS 10 AZURE-DEVOPS 8 OUTLOOK 5 TECH 5 TIMESAVER 5 BOOKS 4 CAKE 4 CERTIFICATION 4
All Tags
AAD-B2C1 ALM3 AUTHENTICATION3 AUTOMATION2 AZURE11 AZURE-ACTIVE-DIRECTORY1 AZURE-ACTIVE-DIRECTORY-B2C1 AZURE-ARTIFACTS2 AZURE-DEVOPS8 BICEP2 BLOG3 BOOKS4 BUILD3 BUILD-MANAGEMENT3 CAKE4 CAKE-BUILD2 CAKEBUILD1 CERTIFICATION4 CLIPBOARD1 CONTAINERS1 DATA-ENGINEERING2 DEVELOPMENT4 DEVOPS11 DEVREL17 EDITOR1 ENTERPRISE4 GEOFENCY1 GETTING-STARTED2 GIT1 HOSTING2 IMAGING1 INDEX1 INNOVATION1 LIFE1 MANAGEMENT1 MICROSOFT24 MICROSOFT-EDGE2 MIGRATION2 NATURE1 OFFICE3654 OPTIMIZATION1 OUTLOOK5 PICTURES1 POWERSHELL2 PRODUCTIVITY15 REMOTE-WORK1 REST1 REVIEW3 SCRIPTING2 SECURITY1 SHORTCUTS1 SQLSERVER1 STAKEHOLDER-MANAGEMENT1 SYSTEM-RECOVERY1 TECH5 TESTING2 TFVC2 TIMEKEEPING1 TIMESAVER5 TIMESHEET1 TIMEULAR1 TRAVEL1 USEFULHACKS10 VISUAL-STUDIO1 VISUALSTUDIO1 VSCODE2 WEBSITE3 WINDOWS13 WINDOWS-TERMINAL1
[A~Z][0~9]
Tim Schaeps

Copyright  TIM SCHAEPS. All Rights Reserved

to-top