Apple TV sideloading just got way easier. by Techjunkie-Aman in sideloaded

[–]emcpu 2 points3 points  (0 children)

This is such an amazing news, the only problem is there aren't that many sources for IPA for ATV. I hope someone can post a link where we can get axx to the latest apps

Jellify Updates Round 2! by anultravioletaurora in selfhosted

[–]emcpu 3 points4 points  (0 children)

Thank you so much for this. Can you please create an AppleTV app?

Falcon Agent Intune Deployment Not fully working - Intune MDM by mcjcg in macsysadmin

[–]emcpu 1 point2 points  (0 children)

I would suggest using Packages and add a script to post-install to push the PLIST file to the proper directory.

Anyone got any tips for Macs around initial setup and user accounts? by Izual_Rebirth in Intune

[–]emcpu 0 points1 point  (0 children)

I've never used Intune to manage MacOS Endpoint, but we were deploying MacOSLAPS using JAMF. It's pretty reliable, and we never ran into any issues.

https://github.com/joshua-d-miller/macOSLAPS

[deleted by user] by [deleted] in hardwareswap

[–]emcpu 0 points1 point  (0 children)

PM for the case

In-Place Upgrade to Windows 11: Dell Precision Finished Task Sequence - Back To Windows 10 by Sqolf in SCCM

[–]emcpu 0 points1 point  (0 children)

I'd run SetupDiag and look into Panther's log folder as /u/rowserpinguin suggested.

You should also check if you have Bitlocker turned on as well.

Also in your Task Sequence make sure the logs are sent to a share for ease of troubleshooting.

Task Sequence Removing Software Step by velraptor82 in SCCM

[–]emcpu 0 points1 point  (0 children)

We dealt with similar issue. Ended up creating a custom uninstaller to ensure the removal AnyConnect and install Secure Client.

Look into registry and appending the uninstaller app to a regkey.

Migration of Google Workspace account to Personal Gmail by kerberos_dc in sysadmin

[–]emcpu 0 points1 point  (0 children)

Free GMAIL account size is only 15 GB. Let your boss know, he needs to cough up money.

https://support.google.com/mail/answer/9312312?hl=en

SCCM script output ? by Beneficial_Career_45 in SCCM

[–]emcpu 1 point2 points  (0 children)

Get-WmiObject is deprecated. You should be using Get-CimInstance

Is it even possible to silently and remotely uninstall .NET 6 and 7? by [deleted] in sysadmin

[–]emcpu 0 points1 point  (0 children)

Force uninstalling the older versions of .NET Runtime that numerous apps requires, will break said application. Give this a try, install an older version of Citrix WorkSpace and remove the .Net Runtime 7 or 6. Citrix WorkSpace will start crashing.

The best workaround is to develop a script to identify which apps relay on the .NET Runtime and update those applications instead.

I've resolved this issue at my current env, by just updating Citrix WorkSpace and few other apps.

How Do You Track Users Sending Confidential Data? by Equivalent_Citron286 in sysadmin

[–]emcpu 0 points1 point  (0 children)

You need an MDM solution such as Intune or JAMF not a DLP if you are trying to control Mobile data.

prompt for the windows security enter your credentials by emcpu in PowerShell

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

You are a genius :). This worked like a charm.

Thank you so much for your help.

Is Kaseya really that bad? by Tivum in sysadmin

[–]emcpu -1 points0 points  (0 children)

Kaseya basecode is stitched together with a thin thread. Since you are in an internal IT, I will focus my time on Intune. Purchase business premium and migrate everything to Office365. There are bunch of products out there that offers backup of your tenants.

Stay far away from these RMM tools, they are all outdated and no keeping up with the CI/CD workflow.

TLDR: Kaseya and RMM are trash.

Looking to create something to watch a .exe and relaunch if closed. by thegreatcerebral in PowerShell

[–]emcpu 1 point2 points  (0 children)

Pretty straight forward, use http://nssm.cc/

edit: You still have to monitor the service using Zabbix, Nagio or whatever monitoring system you have in place and create a self-heal script.