Forum Discussion
MBucceri
Jan 17, 2024Copper Contributor
SafeSender list by Intune
Dear All, I would like to deploy a SafeSender list to a fleet of laptops (Win10 for most of them) by using Intune. I was wondering if this is possible at the actual status of the service. Is ther...
James_Pedersen
Jan 25, 2024Brass Contributor
Hi,
If the "SafeSender list" is a file you could achieve this by creating a powershell script that will copy the file to the right place (overwriting any existing file), package the files as a .intunewin file (win32app) and then deploy it to computers using Intune. (https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool)
I would suggest using PSAppDeployToolkit if you don't want to create the powershell script from scratch.
If the "SafeSender list" is a file you could achieve this by creating a powershell script that will copy the file to the right place (overwriting any existing file), package the files as a .intunewin file (win32app) and then deploy it to computers using Intune. (https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool)
I would suggest using PSAppDeployToolkit if you don't want to create the powershell script from scratch.