Violet Hansen

Results 83 comments of Violet Hansen

Can we have a minimal version of the Windows Server 2025 where only what is by default in the Windows Server 2025 ISO file exists and none of the 3rd...

> Can the `winget` version been updated? Current version is **v1.6.10121** which is a bit old I have this step in my workflow that takes care of it ```yaml -...

Hi, Thank you for the suggestion and kind words 🙏 Blocking the LOLBin executables have been a security technique for a long time, when i search for them i can...

Yes. Added this as a sub-issue to the main roadmap item. It will be done using App Control technology.

> Can you let the user control whether to allow/block IPv4 or IPv6 entirely? For example allow IPv4, block IPv6 and vice versa. Same question with inbound and outbound connections....

Hi, thank you for the suggestion, i'm glad you like it so far ^^ I remember at least another user who requested the same feature. I added it to the...

Hi, the new app has the features you requested: https://github.com/HotCakeX/Harden-Windows-Security/pull/803

I just hit this problem too I'm doing this ```powershell $Visible = [System.Management.Automation.PSPropertySet]::new( 'DefaultDisplayPropertySet', $PropertiesToDisplay ) foreach ($Element in $EventsToDisplay) { $Element | Add-Member -MemberType 'MemberSet' -Name 'PSStandardMembers' -Value $Visible...

There are some wrong assumptions being made here. This is how WDAC handles packaged apps: https://learn.microsoft.com/en-us/windows/security/application-security/application-control/windows-defender-application-control/design/manage-packaged-apps-with-wdac Also, you should not set Winget as managed installer, it would be a huge...

@timbrigham-oc With Intune set as Managed Installer, any program pushed from Intune is automatically allowed. That's how secure environments do it and that's what works. Winget can still be set...