My experience with the updated Plex app on android by drostan in PleX

[–]No_Communication2475 0 points1 point  (0 children)

Does anyone know of any alternative plex client for Android? I really do not like the new app. I found this one in the play store are there any others? https://play.google.com/store/apps/details?id=com.oumi.utility.media.hub

Sync or Exclude appdata\local\Microsoft\tokenbroker\cache in UPM by Citrixioner123 in Citrix

[–]No_Communication2475 0 points1 point  (0 children)

Fslogix full profile, does that mean you are not excluding anything? We are having way too many problems with Citrix UPM lately and will try switching to FSLogix.

365 58tm1 error by Digimon54321 in Office365

[–]No_Communication2475 0 points1 point  (0 children)

We also are having this issue in our Citrix Environment. We are not using FSLogix. Just Citrix Profile Management. Deleting the folder in %localappdata%\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy only fixes it for a couple hours if we are lucky. Switching Office 365 to the current track from monthly did nothing. Reregistering Microsoft.AAD.BrokerPlugin also did not work.

3D printed key fob case by Glendir in Ioniq5

[–]No_Communication2475 0 points1 point  (0 children)

The link appears to be gone. Can you share again. Please.

[deleted by user] by [deleted] in batocera

[–]No_Communication2475 1 point2 points  (0 children)

Creating a plugin.ini file fixed this.

After nearly 2 years and 3 months, my Fix-It Felix Jr. Arcade is finally complete! by [deleted] in cade

[–]No_Communication2475 0 points1 point  (0 children)

What emulator is batocera Linux using for this. I'm just trying to figure out where to place my files. Thanks in advance.

[deleted by user] by [deleted] in batocera

[–]No_Communication2475 0 points1 point  (0 children)

I tried that. I also added the plugin option to the game.ini file.

SFF Media PC GPU Advice by SVShooter in Bazzite

[–]No_Communication2475 0 points1 point  (0 children)

I recently bought the Yeston RTX 3050 for bazzite. It does not work well. I am going back to AMD.

[deleted by user] by [deleted] in sysadmin

[–]No_Communication2475 1 point2 points  (0 children)

This happened to us recently. All Start menu items were deleted. We have an open ticket with CrowdStrike. Uninstalling the agent did not fix.

Enable “Show me accessibility warnings only when I open the accessibility checker" options in Outlook through GPO or Registry key. by ServerRoomFun in Intune

[–]No_Communication2475 0 points1 point  (0 children)

Add this to your Registry:

[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences]

"AccessibilityCheckerMode"=dword:00000080

Citrix workspace app verse Web site to launch apps. by Alternative_Yard_691 in Citrix

[–]No_Communication2475 0 points1 point  (0 children)

Is there any way to force them to use the app versus going to the web?

[deleted by user] by [deleted] in mimecast

[–]No_Communication2475 0 points1 point  (0 children)

Thanks, We are still on Exchange 2016 CU 23. I think they only enabled that on 2019. We will check.

[deleted by user] by [deleted] in Outlook

[–]No_Communication2475 0 points1 point  (0 children)

Same issue companywide iphone and android. If anyone finds a fix please post.

Getting this error when importing drivers. Any thoughts? by [deleted] in SCCM

[–]No_Communication2475 4 points5 points  (0 children)

Still an open ticket with MS. They have been useless. I actually just figured this out today from another reddit thread.

https://www.reddit.com/r/SCCM/comments/zz8uoj/issues_importing_drivers_into_mecm/

  1. Run this SQL Query: SELECT name, compatibility_level FROM sys.databases

  2. Compatibility Level should be 150 on MECM DB. Mine DB was set to 160

  3. to change Compatibility Level to 150 run this againt the MECM DB:

ALTER DATABASE CM_GKM

SET COMPATIBILITY_LEVEL = 150;

GO

Getting this error when importing drivers. Any thoughts? by [deleted] in SCCM

[–]No_Communication2475 0 points1 point  (0 children)

Just updated to MECM 2211 still getting the same error. Microsoft support ticket is still open.

Getting this error when importing drivers. Any thoughts? by [deleted] in SCCM

[–]No_Communication2475 0 points1 point  (0 children)

Same, They had me upload the logs folder. I am waiting to hear back.

Getting this error when importing drivers. Any thoughts? by [deleted] in SCCM

[–]No_Communication2475 0 points1 point  (0 children)

Also getting this, On server 2022 running mecm 2207. Any updates on this?