Intune-Proactive-Remediation-scripts icon indicating copy to clipboard operation
Intune-Proactive-Remediation-scripts copied to clipboard

Results 8 Intune-Proactive-Remediation-scripts issues
Sort by recently updated
recently updated
newest added

209 # Toast creation and display 210 $Load = [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime] 211 $Load = [Windows.Data.Xml.Dom.XmlDocument, Windows.Data.Xml.Dom.XmlDocument, ContentType = WindowsRuntime]

Hello! Script is working well for most of the users, but two users get this error: `CategoryInfo : ObjectNotFound: (HKCU:\Software\...MyCompany!:String) [New-ItemProperty], ItemNotFo undException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand New-ItemProperty : Cannot...

Apologies for logging this as an issue but I could not see anywhere to log a feature request. Your reboot notification script is amazing, it's so clean and is working...

Added condition to ignore CCMCache as I'm worried users will delete content inside this folder without using the proper method if it shows up in the report. More info https://docs.microsoft.com/en-us/mem/configmgr/core/clients/manage/configure-client-cache#configure-the-cache-on-the-client-computer...

Hi. thanks for the reboot remediation stuff. How do we customise what period of time triggers the toast to popup? 7 days, 1 day, 3 days etc. and how should...

I edited the script to allow 4 and 8 hr defer option. i need a way for the detection to pickup on the new pending reboot. my first thought was...