FIX: VSC source control show unknown files to commit to branch

Committing 10k+ files to a branch you haven’t heard of (or even main/master)? The tutorial can work for other tools using git as well. Do you see a list of changes in Visual Studio Code Source Control? A list of changes that don’t seem familiar to you, like below? Directories, git, source control and unknown … Continue reading FIX: VSC source control show unknown files to commit to branch

FIX: Teams channel cannot be unpinned

Pinned Teams channel is not unpinned I had created a temporary channel that I used to send emails from development that contained errors. These were mainly used for bug fixes and other purposes. It also has the delightful name ‘ACCEPT – Error’. Because I was working on this, I pinned the channel so that it … Continue reading FIX: Teams channel cannot be unpinned

FIX: Azure Automation PS 7 not recognizing environment variables

Do I run the script (runbook) locally or in Azure Automation? I develop scripts or runbooks on my local machine and then run them against Microsoft Graph or Azure (REST API) and when the script is complete I upload them in Azure Automation as a runbook. I need logic in my script to see if … Continue reading FIX: Azure Automation PS 7 not recognizing environment variables