All Questions
10 questions
-2
votes
0
answers
36
views
Endpoint Privilege Management not allowing users to use elevated access [closed]
I'm new to in-tune and Endpoint Privilege Management. I'm trying to setup a way for user to get access to tools they can download by asking for elevated access.
I have been using Jonathan Edwards ...
0
votes
1
answer
826
views
How to create a dynamic device group in Microsoft Intune for devices that have checked in within the last week?
I'm a newbie in Microsoft Intune and I'm trying to create a dynamic device group for devices that have checked in within the last week.
I'm using "lastSyncDateTime" when I configure Dynamic ...
0
votes
1
answer
722
views
Is it possible in Intune to set up this policy that every time a user wants to download,copy & delete something,the admin has to get the notification
Is it possible in Microsoft Intune to set up this policy that every time a user wants to download, copy, or delete something, the admin has to get the notification?
Is it possible to prevent the ...
0
votes
1
answer
5k
views
Intune script deployment failed
I am pushing a script to devices that downloads and executed exe installation, when checking on device, all is good and the app was pushed to uninstall specific application from the device.
$url = ...
0
votes
0
answers
1k
views
Intune > Win32App > Powershell > PopUp
So, I am having a quite interesting issue.
I deploy a PowerShell script what is packaged as a Win32APP (appname.intunewin) and it is deployed as "System" context. - tried "user" as ...
1
vote
1
answer
2k
views
365 Block .exe Download
Is it possible to prevent the download and execution of files with a .exe extension using 365? I've searched across Endpoint Manager, Defender for Endpoint and Defender for Cloud Apps but can't see an ...
-1
votes
2
answers
769
views
copy files from network share while running a remediation script in Intune with alternate credentials
Using Intune I beleive the problem is I can't access the Network share from the SYSTEM account, so really asking if, as a remediation script in INTUNE, there is any way to run the script as SYSTEM but ...
0
votes
1
answer
1k
views
I have created a custom compliance policy in Endpoint manager but the device statuses are 'Error' instead of 'non-compliant' or 'compliant'
This is the very basic picture I am working with. It doesnt show the device as 'compliant' or 'non-compliant', but rather with 'error' or 'pending'. I noticed backslashes used as escape character in ...
0
votes
1
answer
1k
views
In Powershell get UPN from PC name
I'm stuck since some days about my script :
I receive a CSV List with some PC name that are in intune and AAD in Azure. From that list I want to know Which PC has Which Owners.
Connect-AzureAD
$csv = ...
1
vote
1
answer
296
views
Create groupPolicyDefinitionValue for new policy in Intune configuration policies using the Microsoft Graph
I am following the example here - https://learn.microsoft.com/en-us/graph/api/intune-grouppolicy-grouppolicydefinitionvalue-create?view=graph-rest-beta to create groupPolicyDefinitionValue using the ...