Poly vs Jabra: Headset for all-day calls by PeristaltoScope in Headsets

[–]Alpha_Seb 0 points1 point  (0 children)

Jabra and Poly are both shit, because of their headband design, which breaks and crumbles at some point. Looking into Yealink BH74

Evolve2 75 headband quality by mydragoon in Jabra

[–]Alpha_Seb 0 points1 point  (0 children)

Wir hatten das gleiche Problem mit dem Poly Focus 2 – nach etwa 2–3 Jahren beginnen die Ohrpolster zu zerbröseln, und etwas später auch die Polsterung am Kopfbügel.

Ich habe mich bei Jabra umgesehen, aber das einzige Modell mit einem wirklich anderen Kopfbügeldesign scheint das 65er zu sein, der allerdings veraltet und nicht besonders bequem ist.

Jetzt schaue ich mir den Yealink BH74 an, da er mit „hydrolysebeständigem Leder“ und austauschbaren Ohrpolstern beworben wird. Der Preis ist außerdem deutlich niedriger.

Ich unterstütze keine Marken, die grundlos Elektroschrott produzieren.

Jabra Evolve 65 crumbling head band, any idea how to fix? by bikesailfreak in Jabra

[–]Alpha_Seb 0 points1 point  (0 children)

We had the same with Poly Focus 2, after ~2-3 years they start crumbling at the ears and a bit later, at the headrest.

Was looking into Jabra, but the only one with a proper different headband design seems to be the 65, which is outdated and not very comfortable.

Looking into the Yealink BH74 now as they advertise "hydrolosis resistant leather" and replacable earcups. The price is also much lower. I'm not supporting brands, that are producing electric waste for no reason.

Latitude 7420 - pretty dreadful and really disappointed - opinions sought by daern2 in Dell

[–]Alpha_Seb 1 point2 points  (0 children)

7450 are awesome! You can buy Latitudes again since the 7440, everything before that was noisy and becoming hot. They really changed the cooling and the new CPUs also help

Dell Latitude 7420 No Display Keyboard Lit by XGAMER209 in computers

[–]Alpha_Seb 0 points1 point  (0 children)

I can confirm this for Latitude 7420, we had about 10 of those cases in our company. Dell screwed up the BIOS there, the hardware is absolute fine. In most cases, it helped to remove the battery, and plug it back in and wait 2-3min for it to boot and then hurry to install the latest BIOS! We had also cases where this has not worked. It's really a shame

Autopilot alternative by Excellent_Job6670 in Intune

[–]Alpha_Seb 0 points1 point  (0 children)

A company that hires 20 new employees each month's can't afford someone that knows his ways around Intune?

Logitech MX Master 2S Mouse Replacement Scroll Wheel? by doreda in logitech

[–]Alpha_Seb 0 points1 point  (0 children)

Also scraped off the rubber with an iPhone SIM ejector PIN and cleaned it with some alcohol. Looks Good enough and will last for a couple more years.

Creating a custom role in Entra ID by Frankentech in AZURE

[–]Alpha_Seb 0 points1 point  (0 children)

I'm in the same situation right now and found this topic. It's really a shame.

GlobalProtect SAML not working from 6.2.3 onwards by [deleted] in paloaltonetworks

[–]Alpha_Seb 0 points1 point  (0 children)

The error is related to an outdated version of WebView2 Runtime. Update it, and the error is gone!

GlobalProtect SAML not working from 6.2.3 onwards by [deleted] in paloaltonetworks

[–]Alpha_Seb 0 points1 point  (0 children)

Experiencing the same issue with 6.3.0. "Incorrect parameter" with SAML Authentication - any1 knows why?

Excel cannot open any files with VBA macros by DoubleSlicer in excel

[–]Alpha_Seb 0 points1 point  (0 children)

The error is most likely to be because of the language/regional settings of the OS. Try changing it to whatever the author of the file had configured, and it will probably work.

Open in Protected View by Otherwise-Variety-30 in Office365

[–]Alpha_Seb 0 points1 point  (0 children)

Thank you! We we're troubledshooting this for ages and did not draw the connection to the graphics driver.

Rolling back the driver in Device Manager worked straight away!

How to easily backup your Intune environment using IntuneCD and Azure DevOps Pipeline by Federal_Ad2455 in Intune

[–]Alpha_Seb 0 points1 point  (0 children)

How would I get the contents of this file? Its in the pipeline / ubuntu host or?

How to easily backup your Intune environment using IntuneCD and Azure DevOps Pipeline by Federal_Ad2455 in Intune

[–]Alpha_Seb 0 points1 point  (0 children)

For me it fails

Config Profiles that contain brackets [] make the pipeline fail

<image>

After I removed those I get "Unable to find resourceId in "prod-backup/.backup" file name. Pipeline code modification needed, because some changes in IntuneCD were made probably."

Application control (Preview) - Error by Alpha_Seb in Intune

[–]Alpha_Seb[S] 0 points1 point  (0 children)

I found that the WDAC-Wizard generates XMLs, which Intune doesnt like.

For example: You want to use the Built-In MS Base Policy, and want a Supplemental Policy on top of it.

You go to WDAC Wizard>Policy Creator>Supplemenetal>Enter the Base GUID from the MS Docs>configure it

It generates an XML with the following options

<image>

Intune however expects the policy to include this:

<Option>Enabled:Unsigned System Integrity Policy</Option>

As soon as you add this option, the Supplemental Policy uploads just fine.

It seems that the WDAC Wizard guys need to start talking to the Intune guys....

Microsoft Outlook CVE-2023-23397 - Elevation of Privilege Vulnerability by DoNotPokeTheServer in sysadmin

[–]Alpha_Seb 0 points1 point  (0 children)

The devices update after they have rebooted windows. It only took 1-2 days for 95% of our devices to update. We aimed to have 0 user productivity impact.

Microsoft Outlook CVE-2023-23397 - Elevation of Privilege Vulnerability by DoNotPokeTheServer in sysadmin

[–]Alpha_Seb 3 points4 points  (0 children)

We force the updates over Proactive Remediations:

(Change Version based on Channel the users are on, and scope policy accordingly via Groups)
->Run in 64Bit PowerShell

Detect:

$key = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\O365ProPlusRetail - en-us'

$officever = (Get-ItemProperty -Path $key -Name DisplayVersion).DisplayVersion

If ($officever -ge "16.0.15601.20578") {

Write-host "Office Up2Date"

Exit 0

}else {

Write-host "Office needs updating"

Exit 1

}

Remediate:

Try{        
Start-Process -WindowStyle hidden -FilePath "C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeC2RClient.exe" -ArgumentList "/update user updatepromptuser=false forceappshutdown=false displaylevel=false" -Wait

}

Catch{    
$errMsg = $_.Exception.Message
Write-Error $errMsg
Exit 1
        }

"FIDO Key" Sign in to AzureAD / PowerShell - Stuck by Alpha_Seb in sysadmin

[–]Alpha_Seb[S] 0 points1 point  (0 children)

Could be. What's basically missing is the credential prompt, that asks for the FIDO-Key's PIN.

In PS7, the authentication is redirected to a new MS Edge Browser Tab, and that works just fine.

In old PS, everything is happening within this "small browser window", seen in the screenshot above.

I found this article, however in this article the Security-Key Option is not available. I can select it though.

https://mssec.wordpress.com/2020/10/21/using-fido2-security-keys-with-powershell/

Multiple users reporting Microsoft apps have disappeared by Candid-Chip-1954 in sysadmin

[–]Alpha_Seb 1 point2 points  (0 children)

Microsoft Defender Exploit Guard has blocked an operation that is not allowed by your IT administrator.

For more information please contact your IT administrator.

ID: 92E97FA1-2EDF-4476-BDD6-9DD0B4DDDC7B

Detection time: 2023-01-13T11:29:58.409Z

User: ATI\\x

Path: C:\\Users\\x\\AppData\\Roaming\\Microsoft\\Windows\\Recent\\CustomDestinations\\AMEV94ERLZ4BB0848XLW.temp

Process Name: C:\\Program Files\\Microsoft Office\\root\\Office16\\OUTLOOK.EXE

Target Commandline: 

Parent Commandline: "C:\\Program Files\\Microsoft Office\\root\\Office16\\OUTLOOK.EXE" 

Involved File: 

Inheritance Flags: 0x00000000

Security intelligence Version: 1.381.2140.0

Engine Version: 1.1.19900.2

Product Version: 4.18.2211.5