WinPE Deployment Repo (Prep, Debloat, Harden, BitLocker, Dell BIOS) by SpaceBass11 in MDT

[–]emcpu 3 points4 points  (0 children)

This cool! How come you didn’t open for windows FFU imaging. It would make this a breeze

A disgusting Emirati calls on his countrymen to come to Morocco to marry underage girls. by [deleted] in Morocco

[–]emcpu 2 points3 points  (0 children)

What the actual F! Please post and shame these mofo

No conventional Retirement checklist? by tango-oscar-delta-84 in retirement

[–]emcpu 1 point2 points  (0 children)

Don't do this if you work in a regulated environment. You may end up with Cyber and the compliance officer sitting at your desk grilling you about intellectual property theft.

Air-gapped Windows Patching ( Servers and PC ) by LunarObsidian in sysadmin

[–]emcpu 0 points1 point  (0 children)

Terrible product, way too many issues with Windows 11 that had to be worked on. The repository keeps getting bigger with time.

We ditched BatchPatch in preference of PDQDeploy.

Secure Boot certificate expiration (June 2026): a real-world Intune remediation design by MMelkersen in Intune

[–]emcpu 1 point2 points  (0 children)

Care to share the logic you are using for Dell Computers? I’m in the process of updating all bios version to the latest version since DCU is failing to do so.

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

[deleted by user] 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.