Azure 2FA: Transferring Guest MFA to a new Phone
How to transfer Microsoft Authenticator MFA to a new phone – including the special steps needed for guest accounts in other tenants.
Tag Archive
11 articles in this topic.
How to transfer Microsoft Authenticator MFA to a new phone – including the special steps needed for guest accounts in other tenants.
A quick PowerShell one-liner to strip formatting from your clipboard – plus how to turn it into a taskbar shortcut.
Troubleshooting an Azure Lab Services publishing issue that takes 5–6 hours without result – and the workaround that helped.
A quick PowerShell one-liner to verify that all paths in your PSModulePath environment variable actually exist.
How to convert a PowerShell array into a single string using -join.
An overview of the four PowerShell profiles, how they load, what order they run in, and what to put in them as an automation engineer.
When a user is added to an AD Group that grants SCSM permissions, the portal doesn't update immediately – here's the fix.
A surprising PowerShell gotcha: foreach and ForEach-Object behave differently with null and empty variables. Here's what actually happens.
A simple PowerShell trick to sort strings numerically using -as [int] – essential when dealing with version numbers or ID strings.
Three ways to add property names to a plain PowerShell array so you can access elements via named properties instead of index positions.
A PowerShell script to find and delete leftover user directories on a Terminal Server from users who no longer have AD group membership.