How to submit a winget package to the package repository
Index Index Introduction Background: The winget package repository Prerequisites Steps Preparation and validation Create the winget manifest files for ...
Index Index Introduction Background: The winget package repository Prerequisites Steps Preparation and validation Create the winget manifest files for ...
Introduction I had to set permissions on multiple databases on an Azure SQL server. I decided to create a function for this that can set specific database role permissions on all or one SQL datab...
Introduction Background What is Infrastructure as Code (IaC)? ARM Templates What is Bicep? Benefits of Bicep Example of Bicep code Get started Closing notes I...
Introduction As you probably know, when using git you have to set your user name and email address before you can do any commits. You can use git config user.name "John Doe" and git config use...
Problem I ran into the following issue for one of my customer that was using Azure automation account to run a PowerShell runbook against Exchange Online. Since the second week of August 2023, th...
Introduction Best practices Prerequisites Steps Invite/create guest account in source tenant Accept the invitation Validate Guest user and assign subscription permissio...
Introduction I’ve been using Git and GitHub for quite some time now, but I wanted to added an extra layer of security. By default, anyone could impersonate me by comitting to my public repositorie...
Introduction Recently, I had to test some network storage in regards to performance. What I wanted to do is copy some large files from local storage to remote storage and during those copy actions...
Time is of the essence my dear Introduction This is something that is very true in a Windows domain environment. When the system time between servers differs too much, al sorts of problems can a...
Introduction When working in IT, technology is always changing and one is always struggling to keep up. Therefore, whether you are a support engineer, IT Pro, developer or DevOps engineer, you rel...