Skip to content

Instantly share code, notes, and snippets.

@oznotes
oznotes / helper.cs
Last active August 29, 2023 16:54
Add Folder to Defender Exclusion C# .NET
using System;
using System.IO;
using System.Collections.ObjectModel;
using System.Management.Automation;
// Add Folder to Defender Exclusion running powershell script with-in C# .NET
namespace helper
{
class Program