User Profile
ak2766
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Re: Issue with Windows Defender on Windows 11
This was the only one that worked for for my Windows 21H2 (OS Build 22000.593). The key was running the command as the logged on user and not as administrator. I doubt I can say thank you enough. I read through all posts running each new command suggested to no avail - but I had hope it would eventually be solved. Thank you again. UPDATE: For those that go right to the end of a long post, here's a recap of Rebecca Harshbarger's post. Note: This is for those that do not run their computers with an account with admin privileges. In other words, if you need to enter both a username and a password when prompted for credentials if running commands as administrator, then this is for you. First: run the command below via an elevated PowerShell: PS C:\WINDOWS\system32> Set-ExecutionPolicy Unrestricted PS C:\WINDOWS\system32> Get-AppxPackage Microsoft.SecHealthUI -AllUsers Name : Microsoft.SecHealthUI Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US Architecture : X64 ResourceId : Version : 1000.22581.1.0 PackageFullName : Microsoft.SecHealthUI_1000.22581.1.0_x64__8wekyb3d8bbwe InstallLocation : C:\Program Files\WindowsApps\Microsoft.SecHealthUI_1000.22581.1.0_x64__8wekyb3d8bbwe IsFramework : False PackageFamilyName : Microsoft.SecHealthUI_8wekyb3d8bbwe PublisherId : 8wekyb3d8bbwe PackageUserInformation : {S-1-5-21-3853775740-655389605-3070002155-1005 [admin]: Installed} IsResourcePackage : False IsBundle : False IsDevelopmentMode : False NonRemovable : True Dependencies : {Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe, Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe} IsPartiallyStaged : False SignatureKind : Store Status : Ok NOTE: If the PackageUserInformation doesn't list your username, then you'll need to continue to the next step below. If your account is listed and you are stil unable to launch the Windows Security dialog, then you'll have to wait for another solution. Copy the InstallLocation of the SecHealthUI executable - for me this is: ... C:\Program Files\WindowsApps\Microsoft.SecHealthUI_1000.22581.1.0_x64__8wekyb3d8bbwe ... Next: Launch another PowerShell window WITHOUT electing to run as administrator, then execute the following commands: add-appxpackage -disabledevelopmentmode -register ('C:\Program Files\WindowsApps\Microsoft.SecHealthUI_1000.22581.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml') Now back to the elevated PowerShell, run the following command: Get-AppxPackage Microsoft.SecHealthUI -AllUsers NOTE: Make sure that PackageUserInformation now lists your user account. You should now be able to launch the Windows defender UI without that very annoying message.7.8KViews3likes6CommentsRe: Announcing Windows 11 Insider Preview Build 22518
nuno silvaThis build has made my QEMU Windows 11 VM totally unworkable - major performance degradation. Prior to this update, the performance was not on par with Windows 10, but at least I was able to perform functions such as using Outlook to get to my email. I've had to deploy another Windows 10 VM in order to get back to a productive state. I've used the Feedback Hub in the Windows 11 VM but even that took a long while to submit - I nearly abandoned the process. For now, I've shutdown the VM as it was causing host PC to crawl too due to high load average.1.2KViews0likes0CommentsRe: SAML authentication to O365 for a subset of users - Is this possible?
boneyfrancis Thanks for your response. Yes, I had indeed noticed that it seemed impossible to separate a group of users being they share the same domain. Would you happen to know if there's a demo of what you describe in your answer? Also, would a user with a remapped UPN continue to communicate via the same email address of the un-federated domain? I'm trying to make this as transparent as possible to the end user.2.1KViews0likes1CommentSAML authentication to O365 for a subset of users - Is this possible?
I'm looking to trial SAML authentication using a third party IDP and I'm checking to see if it is possible to turn this on for a subset of users for testing. In other words, I'm looking to place a subset of users in my organisation into a SAMLTest group. Then: users in the test group now authenticate to O365 via SAML users not in the test group continue to authenticate via username/password Is this possible?2.2KViews0likes3Comments
Groups
Recent Blog Articles
No content to show