How to Rename the master branch to main in Git

Andres Bohren
Hi All, To be honest, i am a System Engineering guy and not a developer. Even i like to write PowerShell Scripts and use VSCode almost on a daily basis. I am still a Git Noob ?? I’ve had an old GitHub Repo where the only branch is still “master”. I wanted to change that and found this Guide. To rename the branch locally i used the following command git branch -m master main Then i pushed that branch to GitHub

MicrosoftTeams PowerShell Module 5.1.1 released as Preview

Andres Bohren
Hi All, Today Microsoft has released the Version 5.1.1-Preview of the MicrosoftTeams PowerShell Module to PowerShell Gallery. MicrosoftTeams 5.1.1-preview The official Link for the Release Notes is not yet up to date Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams -AllowPrerelease I’ll install the Prerelease Module Side by Side with the current Module therefore i need to use the -Force Parameter Install-Module MicrosoftTeams -AllowPrerelease -Force Get-InstalledModule MicrosoftTeams -AllVersions Let’s test it out

PowerShell 7.3.4 released

Andres Bohren
Hi All, Today i’ve seen that there is a new PowerShell 7 Version available. Time to Upgrade! v7.3.4 Release of PowerShell I have downloaded the x64 *.msi and these are the Screenshots from the Installation. I always enable “Enable PowerShell remoting” which is not enabled by default. Use this command to check the Versiondetails pwsh Get-Host Regards Andres Bohren

Microsoft Teams Call Queue/Auto Attendant - Authorized Users

Andres Bohren
Hi All, A long awaited Feature has become to Teams Preview (Early Access). Now Authorized Users of a Call Queue or Auto Attendand can change Greetings and Anoucements. Not quite there where the CsResponseGroupManager from Skype for Business but a big improvement anyway In my Opinion still missing is: add / remove Members to a Call Queue (The Manager should be able to add new Teammenbers himself) Business Hours (What happens if the Team has an Event and want to close early) Manage Holydays (Diffrent Holidays in each Kanton / Bundesland / State) There is a new Policy Voice applications Policies

Microsoft Teams Snapchat Videofilters

Andres Bohren
Hi All, Three days ago, Snapchat Lenses for Microsoft Teams where anounced. Oh, Snap! Let Your Silly Side Shine with Snapchat Lenses for Microsoft Teams Alldough i don’t see a business Value in enabling SnapChat Camera Filters, i wanted to try it out, so i can advise my customers. You need to allow the Snapchat Lenses App in Teams Apps. Overview of app management and governance in Teams admin center

Azure File Sync Agent 16.0 has been released

Andres Bohren
Hi All, Yesterday was Microsoft Patchday for April 2023. I have noticed on one of my Servers that there is an Update for the Azure File Sync Agent to Version 16.0. In Azure Portal under Storage Sync Service you can see that the current Version of the Agent is 15.2 I downloaded the new Version of the File Sync Agent - but that was a fail Azure File Sync Agent 16.

Microsoft Loop and Loop Components

Andres Bohren
Hi All, Loop Components are available for: Microsoft Teams Chat Outlook on the Web / Outlook Word Online Microsoft Whiteboard Collaborative meeting notes Recently Microsoft announced Preview of the Loop Web App Loop Web App You will encounter the following Screen as long the Admin did not set it up Learn how to enable the Microsoft Loop app, now in Public Preview Manage Loop experiences (Loop app and Loop components) in SharePoint

PowerToys v0.69.0 released

Andres Bohren
Hi All, Last Week, PowerToys v0.69.0 has been released. PowerToys Release v0.69.0 After the Update the Release notes are shown One of the Preview Tools is “Registry Preview” I did open a RegFile that i had exported earlier. Regards Andres Bohren

Microsoft Teams Avatar

Andres Bohren
Hi All, Already a few weeks back i was able to configure my Avatar for Microsoft Teams. Go to “Apps” in your Teams Client and search for “Avatar” Add the App Now you will be guided to create your first Avatar Select one of the Avatars You can customize the Avatar Today when i joined a Meeting, i was able to select my Avatar. But for that you need to be in the Public Preview of Microsoft Teams Client.

Microsoft Teams Open apps in browser for incoming PSTN calls

Andres Bohren
Hi All, This feature is already a few Months old, but i haven’t tested it. Now i had the Time to have a look into the Feature and test it out. Calling policies in Teams Teams Calling Policy I’ve changed this to https://local.ch/s/{phone} Let’s have a look at it in PowerShell Get-CsTeamsCallingPolicy -Identity IcewolfAllowCalling Now we need to grant that Policy to the User Grant-CsTeamsCallingPolicy -Identity a.bohren@icewolf.ch -PolicyName IcewolfAllowCalling Get-CsOnlineUser -Identity a.