how to reset Cortana

SOLVED: How To Easily Reset Cortana

We have an article from 2016 that explains how to reset Microsoft Cortana using PowerShell, but we see that under Windows 10 2004 (April 2020) that the APPX package has been moved and Microsoft has added new functionality to the GUI.  If you want to reset Cortana now, it is […]

How To Disable SentinelOne Actions Show Passphrase

How to Temporarily Disable SentinelOne

If you are running SentinalOne (an excellent next generation, behavior based malware detection system) you likely know that there no obvious way to temporarily disable it.  This is unfortunate, as it would be very handy for testing. On the bright side, there are two easy-ish ways to disable SentinalOne on […]

Office365 Services on an E3

SOLVED: List of Office365 Service Names

If you are trying to make changes to Office365 using PowerShell you are likely to need the list of services.  As of November 15, 2019 the Office365 services list from an E3 and the PowerShell command to generate it is: PS C:\Windows\system32> (Get-MsolUser -UserPrincipalName “<upn – likely the email address>”).Licenses.ServiceStatus.serviceplan|select […]