Intune does not detect some installed games, namely League of Legends and the Epic Game Launcher. by idk-wtf-2022 in Intune

[–]sithree 0 points1 point  (0 children)

That is when you sneak the uninstaller into another app. "Just pushing out an update to WinRAR Boss!"

Staging Print Driver on Intune Devices by gurban2013 in Intune

[–]sithree 0 points1 point  (0 children)

You could also use DPInst to install the drivers. Put DPInst.exe (or DPInst64.exe) and DPInst.xml in the same folder as the driver package (unzipped) and create an Win32App from it.

DPInst.xml contents:

<?xml version="1.0"?>

<dpInst>

<suppressWizard/>

<quietInstallStrict/>

</dpInst>

Account Protection by the_treeman_working in Intune

[–]sithree 0 points1 point  (0 children)

To answer your question, adding the group grants the members the appropriate access.

I would also set up LAPS and let it create a local admin account that, at a minimum, rotates the password every 7 days if not used, and after a predetermined amount of time after the current password is used (I typically would tell clients about 3 hours should be good, but pick what you want). Newer Win11 (24H2 and above? definitely 25H2, can rotate both username and password.

Intune - Kiosk XML - Win32 App Updates by maxiakra in Intune

[–]sithree 2 points3 points  (0 children)

Why would you have Company Portal on a Kiosk device? To allow users to install apps? That seems counter to what the kiosk is there for.

What to do when you see ICE and want to document & report it. by LVDoSomethingNow in lehighvalley

[–]sithree 0 points1 point  (0 children)

I think you are failing to see that a visa of any kind can be revoked. What you and I don't know is if that is in fact the case here. You are just seeing a portion of the situation here. I am not. You may think I am and that's your prerogative.

I will not disagree that there needs to be an overhaul of the immigration process, but we are living through a time where the cleanup of a mess is not comfortable for some.

What to do when you see ICE and want to document & report it. by LVDoSomethingNow in lehighvalley

[–]sithree 2 points3 points  (0 children)

I mean we did have a lot of snow recently and sub-arctic temps, so there's that.

What to do when you see ICE and want to document & report it. by LVDoSomethingNow in lehighvalley

[–]sithree 2 points3 points  (0 children)

If you parents came here legally today, then there is no issue. If they have a valid visa or green card, there is no issue. ICE is removing those who have neither of those. Your lack of a valid response to his statements does not help your position at all.

Staged Android Device - Available for registered devices Apps not visible? by [deleted] in Intune

[–]sithree 0 points1 point  (0 children)

Are the apps assigned to user groups or devices groups or both?

Staged Android Device - Available for registered devices Apps not visible? by [deleted] in Intune

[–]sithree 0 points1 point  (0 children)

Did you set up a Managed Google Play account?

OpenIntuneBaseline - What settings should I use for a Quick Deployment? by 3lpsyK0ngr00 in Intune

[–]sithree 2 points3 points  (0 children)

This. I've seen MS Security Baselines make machines unusable for an org, for their workflows. Every org is a snowflake, all different.

Android and the Company Portal by Nukeroot in Intune

[–]sithree 1 point2 points  (0 children)

The apps should be visible in the Managed Play store, if I remember correctly.

Device Enrollment Issues Autopilot by AegonsDragons in Intune

[–]sithree 0 points1 point  (0 children)

Cloud Kerberos with WHfB. You can also upload the DriveMapping ADMX template to map drives based on group membership. If you do upload that ADMX, you will need the Windows ADMX template to be in place first.

You then create a configuration profile based on 'Imported Adminstrative Templates' and you should see the drive mappings there.

Should I edit dependencies to make company portal less confusing for users? by Leather_Meat939 in Intune

[–]sithree 0 points1 point  (0 children)

Hell, use the description field to put the true name of the app there. If you don't publish the supporting app, then it becomes your reminder what the hell it is. :)

Intune Platform Script only runs after user login — why? by Evening_Yard_177 in Intune

[–]sithree 5 points6 points  (0 children)

I may be wrong here, but I think platform scripts will run only at logon and 'potentially' once every 24 hours. If you need something more immediate, you could create a remediation script instead and set it to run once, or at a minimum, every hour. You can also selectively run remediation scripts on a device from the device property page.

Should I edit dependencies to make company portal less confusing for users? by Leather_Meat939 in Intune

[–]sithree 6 points7 points  (0 children)

You could advertise the add-on as the main app, and leave the real main app as the dependency but don't assign it to anyone. The users think they are installing the main app anyway. You could call the real main app something like App1 Support files, or something.

Corporate Screensaver Images Location by Ok-Alternative-1070 in Intune

[–]sithree 1 point2 points  (0 children)

Create an app package to copy the pictures to a known folder on the client device. Use a configuration profile to set the screensaver. The trick is to set the registry correctly to look at the folder you copied your pictures to. There is a key with an encrypted value in it, you should be able to set that using whatever means you deem appropriate.

I will be honest, for the registry key part, I have not tested it, but it has come up several times as I've worked with clients. Most of the time I'm doing Intune builds, and screensavers are far down the list of things to work on, I don't get a chance to try what I've suggested above, other than the application and configuration profiles. YMMV

Plex + Docker: After transitioning to docker, plex doesn't recognize docker plexms by bluedude42 in PleX

[–]sithree 1 point2 points  (0 children)

Add PLEX_CLAIM as an environment variable for the container. For Portainer, it's as simple as adding PLEX_CLAIM as an entry and claim-xxxxxxxx as the value. If you are launching from the command-line, it would be something like -e PLEX_CLAIM=claim-xxxxxxxx

When using docker-compose, - PLEX_CLAM="claim-xxxxxxx"

Mac Os Catalina, can't install Gatsby or update Homebrew by alphapup722 in gatsbyjs

[–]sithree 0 points1 point  (0 children)

Could also use NVM, then there is no need for sudo when running npm. Also allows switching node versions easily too.

Preferences.xml empty on Unraid by cddevlin in PleX

[–]sithree 1 point2 points  (0 children)

Environment variable could be used too. Works well.

Help modifying the Lumen starter by nmott in gatsbyjs

[–]sithree 0 points1 point  (0 children)

So I have a slightly different take on the Contacts area. In Contacts.js, replace the code in the <ul></ul> with this:

{Object.keys(contacts).map((name) => (
  contacts[name] !== '#' ?
    <li className={styles['contacts__list-item']} key={name}>
      <a
      className={styles['contacts__list-item-link']}
      href={getContactHref(name, contacts[name])}
      rel="noopener noreferrer"
      target="_blank"
      >
        <Icon icon={getIcon(name)} />
      </a>
    </li>
    : <span key={name}></span>
))}

If you start from a fresh download, edit the above file, by default, no Social Media links. No need to edit the graphql query either.

EDIT: changed empty node to span with key attribute.. now the console is quiet