i'm trying to replace our anti virus Sophos by Checkpoint using script powershell. The script works fine if i execute it with admin permission on the client but by Intune it's failed. Uninstallation of Sophos w
Hi Champs, Not sure if below script is correct. Looks like it is working if we run powershell as administrator but otherwise throwing errors. I want to deploy below script to endpoint devices via intune. Please assist. I want to set the below location ...
To install Rosetta 2 on Apple Silicon Macs automatically, you can deploy a shell script in Intune. To view a sample script, see Rosetta 2 Installation Script.PrerequisitesEnsure that the following prerequisites are met when composing shell scripts and assigning them to macOS devices....
From your description, I know you want to package a PowerShell script into a Win32 app using Intune. Based on my research, here is a link you can refer to. https://tech.tristantyson.com/DeployPowershellAsAWin32App Non-official, just for reference. Hope it will help. If the ...
The command from Deploy-Application to run the installer is as follows from the powershell script for PSADT. Execute-Process -Path “vs_Professional.exe” -Parameters ‘–config “ssconfig.vsconfig” --downloadThenInstall --wait’ Intune Install command ...
PowerShell Script to Create a Local Admin Account using Intune.Fig.4 ClickNextto display theScope tagspage. Add theScope tagsif you wish and clickNextto assign the policy to computers. I will deploy it to theHTMD – Test ComputersGroup. Also, you can select multiple groups. ...
PowerShell Copy Start-Process -FilePath "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" -argumentlist "/silent /install appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft%20Edge&needsadmin=True" To deploy Microsoft Edge to previous versions of Windows...
PowerShell (invoke-restmethod-Uri("https://endpoints.office.com/endpoints/WorldWide?ServiceAreas=MEM`&`clientrequestid="+ ([GUID]::NewGuid()).Guid)) | ?{$_.ServiceArea-eq"MEM"-and$_.ips} | select-unique-ExpandPropertyips By using the following PowerShell script, you can retrieve the li...
I'm trying to deploy Creative Cloud via Intune but I received the 2 following errors below : Access is denied. (0x80070005) : I assume I solved this issue by deploying a PowerShell Script thanks to this thread : https://community.adobe.com/t5/enterprise-teams/security-zone-registry-se...
The command from Deploy-Application to run the installer is as follows from the powershell script for PSADT. Execute-Process -Path “vs_Professional.exe” -Parameters ‘–config “ssconfig.vsconfig” --downloadThenInstall --wait’ Intune Install comm...