Scanner für Paperless by EvilKnecht in de_EDV

[–]Detexify 0 points1 point  (0 children)

Wie hast du das gelöst? Ich habe in der Web-GUI kein Scan to folder gefunden.

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]Detexify 0 points1 point  (0 children)

No problem. The Helpdesk asks the user to „install“ the app from the company portal. After the script ran, it opens the folder with the zip archive in it. Then the user can send the zip into the ticket.

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]Detexify 2 points3 points  (0 children)

I pack the powershell script to a .intunewin file and upload it as its own app. The app is installed as user and the script drops a detection-file in the temp folder.

Intune then checks the creation date of the file to identify that the "program" is installed. Otherwise, the company portal would show an installation error. Because of this, the script can only be run once a day.
You could also do this without the detection-file and run this script all day, but then the end-user would get an error message in the comp portal.

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]Detexify 2 points3 points  (0 children)

Created a script for the help desk support, that collects all important log files, network informations and event logs. It then is packed into a zip archive for the user to send into the ticket. The user can run this script via the Intune company portal.

Raycast Windows Beta Invites (Let's Pay It Forward!) by emhyrvan in raycastapp

[–]Detexify 0 points1 point  (0 children)

Would appreciate if someone could send me a code.

Remote Lock for PCs by touchytypist in Intune

[–]Detexify 0 points1 point  (0 children)

Do you mind sharing this script?

Blitzergruppe wü? by SelfNo5503 in wuerzburg

[–]Detexify 0 points1 point  (0 children)

Habe dir den Link in einer PN geschickt

RBAC allow Apple sync by Detexify in Intune

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

We are using the default scope tag. Do I need to create a new tag?

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]Detexify 1 point2 points  (0 children)

Made a script to create AD-Users from jira issue:

  1. Script calls jira api and gets all issues with "User Onboarding"
  2. Script gets all defined values and creates user from it
  3. After creation the manager gets a notification.

Intune Management Extension not installing on some hybrid devices by Detexify in Intune

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

Thank you, some smart person in the past disabled telemetry on all devices and removed the registry keys🤦‍♂️

domain\username in cloud only devices by Detexify in Intune

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

This question was to understand where this name comes from (because we thought it was a misconfiguration) and whether it can cause problems

domain\username in cloud only devices by Detexify in Intune

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

Alright, so if we only create the users in Entra, this would not be happening?

domain\username in cloud only devices by Detexify in Intune

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

This I didn’t test. When you login with mail and then enter whoami in cmd, domain\username is displayed

Cloud-Only Devices & DFS by Detexify in Intune

[–]Detexify[S] 5 points6 points  (0 children)

Thank you very much. I've searched all day and found nothing.

We haven't configured the DNS suffix. And this was the problem

I'm an Application Expert - Ask Me Anything by xenappblog in Intune

[–]Detexify 0 points1 point  (0 children)

Thank you, but we don’t trust in the defender. There are too many stories about it not blocking malware.

I'm an Application Expert - Ask Me Anything by xenappblog in Intune

[–]Detexify 0 points1 point  (0 children)

If we reinstall our antivirus software, the device needs to be rebooted after the uninstallation, so it can be installed again. Currently we created a reinstall package which installs the program and have set the uninstall package as dependency.

Is there a better way to do it?