├── .gitignore ├── API ├── Helper Functions │ └── Example.ps1 ├── NMM To Discord Webhook │ ├── NMM_To_DiscordWebhook.ps1 │ └── readme.md ├── NMM To Halo PSA │ ├── NMM_To_HaloPSA.ps1 │ └── readme.md ├── NMM To Slack Webhook │ ├── NMM_To_SlackWebhook.ps1 │ └── readme.md ├── NMM To Teams Webhook │ ├── NMM_To_TeamsWebhook.ps1 │ └── readme.md └── readme.md ├── AzureRunbooks ├── Add Data Disk to VM.ps1 ├── Blob Lifecycle Management.ps1 ├── ChangeBootDiagnostics.ps1 ├── Clone-HostPool_RemoteApps.ps1 ├── Delete Old FSLogix Profiles.ps1 ├── FSLogix-ChkDisk.ps1 ├── Install Latest AVD Agent.ps1 ├── Install SentinelOne agent.ps1 ├── Montly Avarage Users Report │ ├── GetMAU.ps1 │ ├── MAUReport │ │ ├── Config │ │ │ ├── Settings.ps1 │ │ │ └── config.json │ │ ├── MAUReport.psd1 │ │ ├── MAUReport.psm1 │ │ ├── Private │ │ │ ├── ConvertTo-HTMLReport.ps1 │ │ │ └── HelperFunctions.ps1 │ │ ├── Public │ │ │ └── Get-MAUReport.ps1 │ │ ├── Queries │ │ │ └── KQLQueries.ps1 │ │ ├── README.md │ │ ├── Reports │ │ │ ├── AVDUsageData_20241213.json │ │ │ └── AVDUsageReport_20241213.html │ │ ├── Scripts │ │ │ ├── chartConfig.js │ │ │ ├── chartData.js │ │ │ └── chartFunctions.js │ │ ├── Static │ │ │ └── NerrdioMSPLogo.png │ │ ├── template.html │ │ └── test-module.ps1 │ ├── Static │ │ └── NerrdioMSPLogo.png │ └── template.html ├── NMM Graph API Report │ ├── .gitignore │ ├── LicenseConversionTable.csv │ ├── M365Report.ps1 │ └── readme.md ├── Reinstall AVD Agent.ps1 ├── Replace VM NIC.ps1 ├── ShrinkFSLogixProfiles.ps1 ├── Update AVD Agent.ps1 ├── Use Existing NICs.ps1 └── readme.md ├── CloudShell ├── Add-NMETagsForNMMImageResources.ps1 ├── Add-NMMTagsForNMEImageResources-v2.ps1 ├── Add-NMMTagsForNMEImageResources.ps1 ├── Duplicate NMW Tags and Adds WAP Tags for Image Migration from NME to NMM ├── EnableSSOForEntraId-DynamicGroup.ps1 ├── EnableSSOForEntraId.ps1 └── Mass Delete Entra Groups Matching String.ps1 ├── Defender for Endpoint ├── Attack Surface Reduction Demo.ps1 ├── PotentiallyUnwanted.exe ├── Verify MS Defender Onboarding Detection Test.ps1 ├── freevideo.exe ├── knownmalicious.exe └── readme.md ├── Defender for Office 365 └── SafeLinks Policy.json ├── Documentation ├── Migrate local profiles to AZ Files and FSLogix.md └── readme.md ├── FSLogix ├── FSlogixRedirections.xml ├── Recommended GoogleChrome Redirections.xml ├── Recommended Redirections.xml └── readme.md ├── Intune ├── Compliance Policies │ ├── Android │ │ ├── Android Compliance Policy - BYOD.json │ │ └── Android Compliance Policy - Corporate Owned.json │ ├── MacOS │ │ └── MacOS Compliance Policy.json │ ├── Windows │ │ └── Windows Compliance Policy.json │ └── iOS │ │ └── iOS-iPadOS Compliance Policy.json ├── Conditional Access Policies │ ├── Android │ │ └── Android - Require Device Compliance for AVD.json │ ├── Block Access Outside of Trusted Locations.json │ ├── MacOS │ │ └── MacOS - Require Device Compliance for AVD.json │ ├── Require MDM or MAM for iOS and Android devices.json │ ├── Require multi-factor authentication for admins with daily sign-in frequency.json │ ├── Require multi-factor authentication for all users with a 30 day sign-in frequency.json │ ├── Require multi-factor authentication for guest access with 7 day sign-in frequency.json │ ├── Restrict Guest Access to Office 365, Microsoft Azure Information Protection, and My Apps.json │ ├── Windows │ │ └── Windows - Require Device Compliance for AVD.json │ └── iOS │ │ └── iOS - Require Device Compliance for AVD.json ├── Configuration Profiles │ ├── Android │ │ ├── Android - BYOD - Device Restrictions Profile.json │ │ └── Android - Company Owned - Device Restrictions Policy.json │ ├── MacOS │ │ └── MacOS - Default FileVault Profile.json │ ├── Windows │ │ ├── AVD │ │ │ ├── Auto subscribe for Remote Desktop & AVD.json │ │ │ └── Enable watermark for AVD session hosts.json │ │ ├── CIS │ │ │ ├── CIS Benchmark MacOS 14.0 Sonoma Settings Catalog_2024-04-16T14_34_35.585Z.json │ │ │ ├── CIS Benchmark Microsoft Edge Browser for Windows_2024-04-16T14_34_38.942Z.json │ │ │ ├── CIS Benchmark Windows 10 Enterprise Computer Settings_2024-04-16T14_34_44.698Z.json │ │ │ ├── CIS Benchmark Windows 10 Enterprise User Settings_2024-04-16T14_34_56.847Z.json │ │ │ ├── CIS Benchmark Windows 11 Enterprise Computer Settings_2024-04-16T14_35_02.179Z.json │ │ │ ├── CIS Benchmark Windows 11 Enterprise User Settings_2024-04-16T14_35_07.355Z.json │ │ │ ├── CIS Microsoft Intune for Windows 10 - Custom.json │ │ │ └── CIS Microsoft Intune for Windows 10.json │ │ ├── Windows - Default BitLocker Policy.json │ │ ├── Windows - Default LAPS Policy.json │ │ ├── Windows - Default OneDrive Settings Policy.json │ │ ├── Windows - Default Outlook Settings Profile.json │ │ ├── Windows - Default Power Plan.json │ │ ├── Windows - Disable Cortana.json │ │ ├── Windows - Disable Inbound Remote Desktop Service.json │ │ ├── Windows - Disable Web search from Start Menu.json │ │ ├── Windows - Display Interactive Logon Message.json │ │ ├── Windows - Enable Windows Firewall.json │ │ ├── Windows - Google Chrome Hide Incognito Mode.json │ │ ├── Windows - Hide Control Panel.json │ │ ├── Windows - Microsoft Edge - Set Default Search Provider to Google.json │ │ ├── Windows - Microsoft Edge Automatic Sign-In.json │ │ ├── Windows - Microsoft Office Hardening (User).json │ │ ├── Windows - Microsoft Office Hardening - Disable Macros (User).json │ │ ├── Windows - Microsoft Outlook Cached Mode Sync Settings.json │ │ └── Windows - Remove Xbox Live Services.json │ └── iOS │ │ └── iOS - Device Restrictions Profile.json ├── Defender for Endpoint │ └── Defender for Endpoint FSLOGIX AV Exclusions.json ├── Device Onboarding │ └── Windows │ │ └── Autopilot │ │ ├── Autopilot Self Deploying Profile.json │ │ ├── Autopilot User Driven Profile.json │ │ └── Enrollment Status Pages │ │ └── Standard Enrollment Page.json ├── MAM │ ├── Android │ │ ├── Android - Adobe Acrobat App Protection Policy.json │ │ ├── Android - DropBox App Protection Policy.json │ │ ├── Android - Microsoft 365 Admin App Protection Policy.json │ │ ├── Android - Microsoft Core Apps Protection Policy.json │ │ ├── Android - Microsoft Edge App Protection Policy.json │ │ └── Android - Microsoft Outlook App Protection Policy - Android.json │ └── iOS │ │ └── iPadOS │ │ ├── iOS - Adobe Acrobat App Protection Policy.json │ │ ├── iOS - DropBox App Protection Policy.json │ │ ├── iOS - Microsoft 365 Admin App Protection Policy.json │ │ ├── iOS - Microsoft Core Apps Protection Policy.json │ │ ├── iOS - Microsoft Edge App Protection Policy.json │ │ └── iOS Microsoft Outlook App Protection Policy.json └── Update Rings │ └── Windows │ └── Windows - Standard Update Ring Policy.json ├── ScriptedActions ├── AMD-GPU-Mitigation.ps1 ├── Add Entra Groups to FSLogix Exclude Group │ └── Add_EntraGoupExclusion_FSLogix.ps1 ├── Allow AzFiles Key CIS Entra Joined Hosts.ps1 ├── Cleanup-OneDrive_Files-Adv.ps1 ├── Enable WinGet for CIS Hardened Image.ps1 ├── EnableCloudKerberos.ps1 ├── EnableUAMforCIS-Images.ps1 ├── Entra Joined Fileserver │ └── SetupFileServer.ps1 ├── FSlogix-EntraID_Joined.ps1 ├── Get FSLogix Disk Usage │ ├── Get-FSLogixDeskSizeAzFiles.ps1 │ ├── Get-FSLogixDiskSize.ps1 │ ├── Readme FSLogix Monitoring.md │ ├── Runbook-CheckFSLogixTable-NoModuleDependency.ps1 │ └── Runbook-CheckFSLogixTable.ps1 ├── Install & Update FSLogix.ps1 ├── Install & Update New Teams.ps1 ├── Install & Update RingCentral-VDI.ps1 ├── Install & Update ShareFile Outlook add-in.ps1 ├── Install Atakama.ps1 ├── Install Google Chrome.ps1 ├── Install New Outlook.ps1 ├── Install New Teams Add-in.ps1 ├── Install Notion_PerUser.ps1 ├── Install OneDrive per Machine.ps1 ├── Install Printix │ ├── Install-Printix.ps1 │ └── Uninstall-Printix.ps1 ├── Install Teams and Teams meeting add in for Outlook.ps1 ├── Install Threatlocker Agent-VariableGroup.ps1 ├── Install and Set Language │ ├── Install-Lang-Env-Vars.ps1 │ ├── Set-Default-Lang-Env-Vars.ps1 │ └── readme.md ├── Manual Join AzFiles to ADDS │ ├── ManualJoinStorageAccountADDS.ps1 │ └── readme.md ├── Multi-UserWindowsSearchFix.ps1 ├── New-SchTask_Add_AzFilesKey_FSLogix.ps1 ├── Stop Teams and Remove Teams 2.0 Cache.ps1 ├── Teams 1.0 Removal & Teams 2.0 Install.ps1 ├── Template-Create-Trigger_StartUp_ScheduledTask.ps1 ├── Tools │ └── MSRD-Collect │ │ └── readme.md ├── Uninstall Atakama.ps1 ├── Uninstall FSLogix.ps1 ├── VDOT-Optimizations.ps1 ├── WDOT-Optimizations.ps1 ├── Windows 11 Misc Optimization.ps1 ├── readme.md └── v6VMSKU-AutomaticPagingFile.ps1 ├── ShellApps ├── Microsoft OneDrive per Machine │ ├── Detect.ps1 │ ├── Install.ps1 │ ├── Uninstall.ps1 │ └── readme.md ├── Microsoft Teams VDI │ ├── Detect.ps1 │ ├── Install.ps1 │ ├── Uninstall.ps1 │ └── readme.md ├── Microsoft Teams │ ├── Detect.ps1 │ ├── Install_Teams.ps1 │ └── Uninstall_Teams.ps1 ├── ShareFile Outlook Add-in │ ├── Detect.ps1 │ ├── Install.ps1 │ ├── Uninstall.ps1 │ └── readme.md └── readme.md ├── Tools ├── AVD-GetSessionTimeSettings.ps1 ├── App Attach Tools │ ├── 01-DownloadApps.ps1 │ ├── 02-ConvertApps.ps1 │ ├── 03-UploadToStorageAccount.ps1 │ ├── 04-InstallDependencies.ps1 │ ├── 05-UninstallLocalApps.ps1 │ └── readme.md ├── Azure Auto Lab │ ├── README.md │ └── SetupAzureLab.ps1 ├── ConvertObjectIDtoSID.ps1 ├── ConvertSidToObjectID.ps1 ├── EnableTLS1.2forEntraDS.ps1 ├── Get-LockedAdAccount.ps1 ├── Interactive License Report │ ├── LicenseReport.ps1 │ ├── ReportTemplates │ │ ├── css │ │ │ └── report.css │ │ ├── js │ │ │ └── report.js │ │ └── template.html │ └── install.ps1 ├── MSRD-Collect │ ├── MSRD-Collect.zip │ └── readme.md └── Set-UserImmutableID.ps1 ├── _Templates and Development Foundations ├── Template_Example_Script.ps1 ├── Template_Log_Function.ps1 └── readme.md └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/.gitignore -------------------------------------------------------------------------------- /API/Helper Functions/Example.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/Helper Functions/Example.ps1 -------------------------------------------------------------------------------- /API/NMM To Discord Webhook/NMM_To_DiscordWebhook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/NMM To Discord Webhook/NMM_To_DiscordWebhook.ps1 -------------------------------------------------------------------------------- /API/NMM To Discord Webhook/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/NMM To Discord Webhook/readme.md -------------------------------------------------------------------------------- /API/NMM To Halo PSA/NMM_To_HaloPSA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/NMM To Halo PSA/NMM_To_HaloPSA.ps1 -------------------------------------------------------------------------------- /API/NMM To Halo PSA/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/NMM To Halo PSA/readme.md -------------------------------------------------------------------------------- /API/NMM To Slack Webhook/NMM_To_SlackWebhook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/NMM To Slack Webhook/NMM_To_SlackWebhook.ps1 -------------------------------------------------------------------------------- /API/NMM To Slack Webhook/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/NMM To Slack Webhook/readme.md -------------------------------------------------------------------------------- /API/NMM To Teams Webhook/NMM_To_TeamsWebhook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/NMM To Teams Webhook/NMM_To_TeamsWebhook.ps1 -------------------------------------------------------------------------------- /API/NMM To Teams Webhook/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/API/NMM To Teams Webhook/readme.md -------------------------------------------------------------------------------- /API/readme.md: -------------------------------------------------------------------------------- 1 | ## API -------------------------------------------------------------------------------- /AzureRunbooks/Add Data Disk to VM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Add Data Disk to VM.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Blob Lifecycle Management.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Blob Lifecycle Management.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/ChangeBootDiagnostics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/ChangeBootDiagnostics.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Clone-HostPool_RemoteApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Clone-HostPool_RemoteApps.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Delete Old FSLogix Profiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Delete Old FSLogix Profiles.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/FSLogix-ChkDisk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/FSLogix-ChkDisk.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Install Latest AVD Agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Install Latest AVD Agent.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Install SentinelOne agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Install SentinelOne agent.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/GetMAU.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/GetMAU.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Config/Settings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Config/Settings.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Config/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Config/config.json -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/MAUReport.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/MAUReport.psd1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/MAUReport.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/MAUReport.psm1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Private/ConvertTo-HTMLReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Private/ConvertTo-HTMLReport.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Private/HelperFunctions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Private/HelperFunctions.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Public/Get-MAUReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Public/Get-MAUReport.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Queries/KQLQueries.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Queries/KQLQueries.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/README.md -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Reports/AVDUsageData_20241213.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Reports/AVDUsageData_20241213.json -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Reports/AVDUsageReport_20241213.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Reports/AVDUsageReport_20241213.html -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Scripts/chartConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Scripts/chartConfig.js -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Scripts/chartData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Scripts/chartData.js -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Scripts/chartFunctions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Scripts/chartFunctions.js -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/Static/NerrdioMSPLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/Static/NerrdioMSPLogo.png -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/template.html -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/MAUReport/test-module.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/MAUReport/test-module.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/Static/NerrdioMSPLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/Static/NerrdioMSPLogo.png -------------------------------------------------------------------------------- /AzureRunbooks/Montly Avarage Users Report/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Montly Avarage Users Report/template.html -------------------------------------------------------------------------------- /AzureRunbooks/NMM Graph API Report/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/NMM Graph API Report/.gitignore -------------------------------------------------------------------------------- /AzureRunbooks/NMM Graph API Report/LicenseConversionTable.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/NMM Graph API Report/LicenseConversionTable.csv -------------------------------------------------------------------------------- /AzureRunbooks/NMM Graph API Report/M365Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/NMM Graph API Report/M365Report.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/NMM Graph API Report/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/NMM Graph API Report/readme.md -------------------------------------------------------------------------------- /AzureRunbooks/Reinstall AVD Agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Reinstall AVD Agent.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Replace VM NIC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Replace VM NIC.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/ShrinkFSLogixProfiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/ShrinkFSLogixProfiles.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Update AVD Agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Update AVD Agent.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/Use Existing NICs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/AzureRunbooks/Use Existing NICs.ps1 -------------------------------------------------------------------------------- /AzureRunbooks/readme.md: -------------------------------------------------------------------------------- 1 | ## Azure Runbooks -------------------------------------------------------------------------------- /CloudShell/Add-NMETagsForNMMImageResources.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/CloudShell/Add-NMETagsForNMMImageResources.ps1 -------------------------------------------------------------------------------- /CloudShell/Add-NMMTagsForNMEImageResources-v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/CloudShell/Add-NMMTagsForNMEImageResources-v2.ps1 -------------------------------------------------------------------------------- /CloudShell/Add-NMMTagsForNMEImageResources.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/CloudShell/Add-NMMTagsForNMEImageResources.ps1 -------------------------------------------------------------------------------- /CloudShell/Duplicate NMW Tags and Adds WAP Tags for Image Migration from NME to NMM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/CloudShell/Duplicate NMW Tags and Adds WAP Tags for Image Migration from NME to NMM -------------------------------------------------------------------------------- /CloudShell/EnableSSOForEntraId-DynamicGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/CloudShell/EnableSSOForEntraId-DynamicGroup.ps1 -------------------------------------------------------------------------------- /CloudShell/EnableSSOForEntraId.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/CloudShell/EnableSSOForEntraId.ps1 -------------------------------------------------------------------------------- /CloudShell/Mass Delete Entra Groups Matching String.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/CloudShell/Mass Delete Entra Groups Matching String.ps1 -------------------------------------------------------------------------------- /Defender for Endpoint/Attack Surface Reduction Demo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Defender for Endpoint/Attack Surface Reduction Demo.ps1 -------------------------------------------------------------------------------- /Defender for Endpoint/PotentiallyUnwanted.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Defender for Endpoint/PotentiallyUnwanted.exe -------------------------------------------------------------------------------- /Defender for Endpoint/Verify MS Defender Onboarding Detection Test.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Defender for Endpoint/Verify MS Defender Onboarding Detection Test.ps1 -------------------------------------------------------------------------------- /Defender for Endpoint/freevideo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Defender for Endpoint/freevideo.exe -------------------------------------------------------------------------------- /Defender for Endpoint/knownmalicious.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Defender for Endpoint/knownmalicious.exe -------------------------------------------------------------------------------- /Defender for Endpoint/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Defender for Endpoint/readme.md -------------------------------------------------------------------------------- /Defender for Office 365/SafeLinks Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Defender for Office 365/SafeLinks Policy.json -------------------------------------------------------------------------------- /Documentation/Migrate local profiles to AZ Files and FSLogix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Documentation/Migrate local profiles to AZ Files and FSLogix.md -------------------------------------------------------------------------------- /Documentation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Documentation/readme.md -------------------------------------------------------------------------------- /FSLogix/FSlogixRedirections.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/FSLogix/FSlogixRedirections.xml -------------------------------------------------------------------------------- /FSLogix/Recommended GoogleChrome Redirections.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/FSLogix/Recommended GoogleChrome Redirections.xml -------------------------------------------------------------------------------- /FSLogix/Recommended Redirections.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/FSLogix/Recommended Redirections.xml -------------------------------------------------------------------------------- /FSLogix/readme.md: -------------------------------------------------------------------------------- 1 | ## FSLogx Best Practice -------------------------------------------------------------------------------- /Intune/Compliance Policies/Android/Android Compliance Policy - BYOD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Compliance Policies/Android/Android Compliance Policy - BYOD.json -------------------------------------------------------------------------------- /Intune/Compliance Policies/Android/Android Compliance Policy - Corporate Owned.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Compliance Policies/Android/Android Compliance Policy - Corporate Owned.json -------------------------------------------------------------------------------- /Intune/Compliance Policies/MacOS/MacOS Compliance Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Compliance Policies/MacOS/MacOS Compliance Policy.json -------------------------------------------------------------------------------- /Intune/Compliance Policies/Windows/Windows Compliance Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Compliance Policies/Windows/Windows Compliance Policy.json -------------------------------------------------------------------------------- /Intune/Compliance Policies/iOS/iOS-iPadOS Compliance Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Compliance Policies/iOS/iOS-iPadOS Compliance Policy.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/Android/Android - Require Device Compliance for AVD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/Android/Android - Require Device Compliance for AVD.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/Block Access Outside of Trusted Locations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/Block Access Outside of Trusted Locations.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/MacOS/MacOS - Require Device Compliance for AVD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/MacOS/MacOS - Require Device Compliance for AVD.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/Require MDM or MAM for iOS and Android devices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/Require MDM or MAM for iOS and Android devices.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/Require multi-factor authentication for admins with daily sign-in frequency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/Require multi-factor authentication for admins with daily sign-in frequency.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/Require multi-factor authentication for all users with a 30 day sign-in frequency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/Require multi-factor authentication for all users with a 30 day sign-in frequency.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/Require multi-factor authentication for guest access with 7 day sign-in frequency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/Require multi-factor authentication for guest access with 7 day sign-in frequency.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/Restrict Guest Access to Office 365, Microsoft Azure Information Protection, and My Apps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/Restrict Guest Access to Office 365, Microsoft Azure Information Protection, and My Apps.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/Windows/Windows - Require Device Compliance for AVD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/Windows/Windows - Require Device Compliance for AVD.json -------------------------------------------------------------------------------- /Intune/Conditional Access Policies/iOS/iOS - Require Device Compliance for AVD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Conditional Access Policies/iOS/iOS - Require Device Compliance for AVD.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Android/Android - BYOD - Device Restrictions Profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Android/Android - BYOD - Device Restrictions Profile.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Android/Android - Company Owned - Device Restrictions Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Android/Android - Company Owned - Device Restrictions Policy.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/MacOS/MacOS - Default FileVault Profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/MacOS/MacOS - Default FileVault Profile.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/AVD/Auto subscribe for Remote Desktop & AVD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/AVD/Auto subscribe for Remote Desktop & AVD.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/AVD/Enable watermark for AVD session hosts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/AVD/Enable watermark for AVD session hosts.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/CIS/CIS Benchmark MacOS 14.0 Sonoma Settings Catalog_2024-04-16T14_34_35.585Z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/CIS/CIS Benchmark MacOS 14.0 Sonoma Settings Catalog_2024-04-16T14_34_35.585Z.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Microsoft Edge Browser for Windows_2024-04-16T14_34_38.942Z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Microsoft Edge Browser for Windows_2024-04-16T14_34_38.942Z.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Windows 10 Enterprise Computer Settings_2024-04-16T14_34_44.698Z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Windows 10 Enterprise Computer Settings_2024-04-16T14_34_44.698Z.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Windows 10 Enterprise User Settings_2024-04-16T14_34_56.847Z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Windows 10 Enterprise User Settings_2024-04-16T14_34_56.847Z.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Windows 11 Enterprise Computer Settings_2024-04-16T14_35_02.179Z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Windows 11 Enterprise Computer Settings_2024-04-16T14_35_02.179Z.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Windows 11 Enterprise User Settings_2024-04-16T14_35_07.355Z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/CIS/CIS Benchmark Windows 11 Enterprise User Settings_2024-04-16T14_35_07.355Z.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/CIS/CIS Microsoft Intune for Windows 10 - Custom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/CIS/CIS Microsoft Intune for Windows 10 - Custom.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/CIS/CIS Microsoft Intune for Windows 10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/CIS/CIS Microsoft Intune for Windows 10.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Default BitLocker Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Default BitLocker Policy.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Default LAPS Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Default LAPS Policy.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Default OneDrive Settings Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Default OneDrive Settings Policy.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Default Outlook Settings Profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Default Outlook Settings Profile.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Default Power Plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Default Power Plan.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Disable Cortana.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Disable Cortana.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Disable Inbound Remote Desktop Service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Disable Inbound Remote Desktop Service.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Disable Web search from Start Menu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Disable Web search from Start Menu.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Display Interactive Logon Message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Display Interactive Logon Message.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Enable Windows Firewall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Enable Windows Firewall.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Google Chrome Hide Incognito Mode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Google Chrome Hide Incognito Mode.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Hide Control Panel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Hide Control Panel.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Microsoft Edge - Set Default Search Provider to Google.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Microsoft Edge - Set Default Search Provider to Google.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Microsoft Edge Automatic Sign-In.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Microsoft Edge Automatic Sign-In.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Microsoft Office Hardening (User).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Microsoft Office Hardening (User).json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Microsoft Office Hardening - Disable Macros (User).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Microsoft Office Hardening - Disable Macros (User).json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Microsoft Outlook Cached Mode Sync Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Microsoft Outlook Cached Mode Sync Settings.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/Windows/Windows - Remove Xbox Live Services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/Windows/Windows - Remove Xbox Live Services.json -------------------------------------------------------------------------------- /Intune/Configuration Profiles/iOS/iOS - Device Restrictions Profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Configuration Profiles/iOS/iOS - Device Restrictions Profile.json -------------------------------------------------------------------------------- /Intune/Defender for Endpoint/Defender for Endpoint FSLOGIX AV Exclusions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Defender for Endpoint/Defender for Endpoint FSLOGIX AV Exclusions.json -------------------------------------------------------------------------------- /Intune/Device Onboarding/Windows/Autopilot/Autopilot Self Deploying Profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Device Onboarding/Windows/Autopilot/Autopilot Self Deploying Profile.json -------------------------------------------------------------------------------- /Intune/Device Onboarding/Windows/Autopilot/Autopilot User Driven Profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Device Onboarding/Windows/Autopilot/Autopilot User Driven Profile.json -------------------------------------------------------------------------------- /Intune/Device Onboarding/Windows/Autopilot/Enrollment Status Pages/Standard Enrollment Page.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Device Onboarding/Windows/Autopilot/Enrollment Status Pages/Standard Enrollment Page.json -------------------------------------------------------------------------------- /Intune/MAM/Android/Android - Adobe Acrobat App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/Android/Android - Adobe Acrobat App Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/Android/Android - DropBox App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/Android/Android - DropBox App Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/Android/Android - Microsoft 365 Admin App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/Android/Android - Microsoft 365 Admin App Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/Android/Android - Microsoft Core Apps Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/Android/Android - Microsoft Core Apps Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/Android/Android - Microsoft Edge App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/Android/Android - Microsoft Edge App Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/Android/Android - Microsoft Outlook App Protection Policy - Android.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/Android/Android - Microsoft Outlook App Protection Policy - Android.json -------------------------------------------------------------------------------- /Intune/MAM/iOS/iPadOS/iOS - Adobe Acrobat App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/iOS/iPadOS/iOS - Adobe Acrobat App Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/iOS/iPadOS/iOS - DropBox App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/iOS/iPadOS/iOS - DropBox App Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/iOS/iPadOS/iOS - Microsoft 365 Admin App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/iOS/iPadOS/iOS - Microsoft 365 Admin App Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/iOS/iPadOS/iOS - Microsoft Core Apps Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/iOS/iPadOS/iOS - Microsoft Core Apps Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/iOS/iPadOS/iOS - Microsoft Edge App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/iOS/iPadOS/iOS - Microsoft Edge App Protection Policy.json -------------------------------------------------------------------------------- /Intune/MAM/iOS/iPadOS/iOS Microsoft Outlook App Protection Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/MAM/iOS/iPadOS/iOS Microsoft Outlook App Protection Policy.json -------------------------------------------------------------------------------- /Intune/Update Rings/Windows/Windows - Standard Update Ring Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Intune/Update Rings/Windows/Windows - Standard Update Ring Policy.json -------------------------------------------------------------------------------- /ScriptedActions/AMD-GPU-Mitigation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/AMD-GPU-Mitigation.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Add Entra Groups to FSLogix Exclude Group/Add_EntraGoupExclusion_FSLogix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Add Entra Groups to FSLogix Exclude Group/Add_EntraGoupExclusion_FSLogix.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Allow AzFiles Key CIS Entra Joined Hosts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Allow AzFiles Key CIS Entra Joined Hosts.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Cleanup-OneDrive_Files-Adv.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Cleanup-OneDrive_Files-Adv.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Enable WinGet for CIS Hardened Image.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Enable WinGet for CIS Hardened Image.ps1 -------------------------------------------------------------------------------- /ScriptedActions/EnableCloudKerberos.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/EnableCloudKerberos.ps1 -------------------------------------------------------------------------------- /ScriptedActions/EnableUAMforCIS-Images.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/EnableUAMforCIS-Images.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Entra Joined Fileserver/SetupFileServer.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptedActions/FSlogix-EntraID_Joined.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/FSlogix-EntraID_Joined.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Get FSLogix Disk Usage/Get-FSLogixDeskSizeAzFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Get FSLogix Disk Usage/Get-FSLogixDeskSizeAzFiles.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Get FSLogix Disk Usage/Get-FSLogixDiskSize.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Get FSLogix Disk Usage/Get-FSLogixDiskSize.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Get FSLogix Disk Usage/Readme FSLogix Monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Get FSLogix Disk Usage/Readme FSLogix Monitoring.md -------------------------------------------------------------------------------- /ScriptedActions/Get FSLogix Disk Usage/Runbook-CheckFSLogixTable-NoModuleDependency.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Get FSLogix Disk Usage/Runbook-CheckFSLogixTable-NoModuleDependency.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Get FSLogix Disk Usage/Runbook-CheckFSLogixTable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Get FSLogix Disk Usage/Runbook-CheckFSLogixTable.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install & Update FSLogix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install & Update FSLogix.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install & Update New Teams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install & Update New Teams.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install & Update RingCentral-VDI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install & Update RingCentral-VDI.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install & Update ShareFile Outlook add-in.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install & Update ShareFile Outlook add-in.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install Atakama.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install Atakama.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install Google Chrome.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install Google Chrome.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install New Outlook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install New Outlook.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install New Teams Add-in.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install New Teams Add-in.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install Notion_PerUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install Notion_PerUser.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install OneDrive per Machine.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install OneDrive per Machine.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install Printix/Install-Printix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install Printix/Install-Printix.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install Printix/Uninstall-Printix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install Printix/Uninstall-Printix.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install Teams and Teams meeting add in for Outlook.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install Teams and Teams meeting add in for Outlook.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install Threatlocker Agent-VariableGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install Threatlocker Agent-VariableGroup.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install and Set Language/Install-Lang-Env-Vars.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install and Set Language/Install-Lang-Env-Vars.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install and Set Language/Set-Default-Lang-Env-Vars.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install and Set Language/Set-Default-Lang-Env-Vars.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Install and Set Language/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Install and Set Language/readme.md -------------------------------------------------------------------------------- /ScriptedActions/Manual Join AzFiles to ADDS/ManualJoinStorageAccountADDS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Manual Join AzFiles to ADDS/ManualJoinStorageAccountADDS.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Manual Join AzFiles to ADDS/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Manual Join AzFiles to ADDS/readme.md -------------------------------------------------------------------------------- /ScriptedActions/Multi-UserWindowsSearchFix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Multi-UserWindowsSearchFix.ps1 -------------------------------------------------------------------------------- /ScriptedActions/New-SchTask_Add_AzFilesKey_FSLogix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/New-SchTask_Add_AzFilesKey_FSLogix.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Stop Teams and Remove Teams 2.0 Cache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Stop Teams and Remove Teams 2.0 Cache.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Teams 1.0 Removal & Teams 2.0 Install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Teams 1.0 Removal & Teams 2.0 Install.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Template-Create-Trigger_StartUp_ScheduledTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Template-Create-Trigger_StartUp_ScheduledTask.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Tools/MSRD-Collect/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Tools/MSRD-Collect/readme.md -------------------------------------------------------------------------------- /ScriptedActions/Uninstall Atakama.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Uninstall Atakama.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Uninstall FSLogix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Uninstall FSLogix.ps1 -------------------------------------------------------------------------------- /ScriptedActions/VDOT-Optimizations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/VDOT-Optimizations.ps1 -------------------------------------------------------------------------------- /ScriptedActions/WDOT-Optimizations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/WDOT-Optimizations.ps1 -------------------------------------------------------------------------------- /ScriptedActions/Windows 11 Misc Optimization.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/Windows 11 Misc Optimization.ps1 -------------------------------------------------------------------------------- /ScriptedActions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/readme.md -------------------------------------------------------------------------------- /ScriptedActions/v6VMSKU-AutomaticPagingFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ScriptedActions/v6VMSKU-AutomaticPagingFile.ps1 -------------------------------------------------------------------------------- /ShellApps/Microsoft OneDrive per Machine/Detect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft OneDrive per Machine/Detect.ps1 -------------------------------------------------------------------------------- /ShellApps/Microsoft OneDrive per Machine/Install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft OneDrive per Machine/Install.ps1 -------------------------------------------------------------------------------- /ShellApps/Microsoft OneDrive per Machine/Uninstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft OneDrive per Machine/Uninstall.ps1 -------------------------------------------------------------------------------- /ShellApps/Microsoft OneDrive per Machine/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft OneDrive per Machine/readme.md -------------------------------------------------------------------------------- /ShellApps/Microsoft Teams VDI/Detect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft Teams VDI/Detect.ps1 -------------------------------------------------------------------------------- /ShellApps/Microsoft Teams VDI/Install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft Teams VDI/Install.ps1 -------------------------------------------------------------------------------- /ShellApps/Microsoft Teams VDI/Uninstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft Teams VDI/Uninstall.ps1 -------------------------------------------------------------------------------- /ShellApps/Microsoft Teams VDI/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft Teams VDI/readme.md -------------------------------------------------------------------------------- /ShellApps/Microsoft Teams/Detect.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ShellApps/Microsoft Teams/Install_Teams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/Microsoft Teams/Install_Teams.ps1 -------------------------------------------------------------------------------- /ShellApps/Microsoft Teams/Uninstall_Teams.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ShellApps/ShareFile Outlook Add-in/Detect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/ShareFile Outlook Add-in/Detect.ps1 -------------------------------------------------------------------------------- /ShellApps/ShareFile Outlook Add-in/Install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/ShareFile Outlook Add-in/Install.ps1 -------------------------------------------------------------------------------- /ShellApps/ShareFile Outlook Add-in/Uninstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/ShareFile Outlook Add-in/Uninstall.ps1 -------------------------------------------------------------------------------- /ShellApps/ShareFile Outlook Add-in/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/ShareFile Outlook Add-in/readme.md -------------------------------------------------------------------------------- /ShellApps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/ShellApps/readme.md -------------------------------------------------------------------------------- /Tools/AVD-GetSessionTimeSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/AVD-GetSessionTimeSettings.ps1 -------------------------------------------------------------------------------- /Tools/App Attach Tools/01-DownloadApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/App Attach Tools/01-DownloadApps.ps1 -------------------------------------------------------------------------------- /Tools/App Attach Tools/02-ConvertApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/App Attach Tools/02-ConvertApps.ps1 -------------------------------------------------------------------------------- /Tools/App Attach Tools/03-UploadToStorageAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/App Attach Tools/03-UploadToStorageAccount.ps1 -------------------------------------------------------------------------------- /Tools/App Attach Tools/04-InstallDependencies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/App Attach Tools/04-InstallDependencies.ps1 -------------------------------------------------------------------------------- /Tools/App Attach Tools/05-UninstallLocalApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/App Attach Tools/05-UninstallLocalApps.ps1 -------------------------------------------------------------------------------- /Tools/App Attach Tools/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/App Attach Tools/readme.md -------------------------------------------------------------------------------- /Tools/Azure Auto Lab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Azure Auto Lab/README.md -------------------------------------------------------------------------------- /Tools/Azure Auto Lab/SetupAzureLab.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Azure Auto Lab/SetupAzureLab.ps1 -------------------------------------------------------------------------------- /Tools/ConvertObjectIDtoSID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/ConvertObjectIDtoSID.ps1 -------------------------------------------------------------------------------- /Tools/ConvertSidToObjectID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/ConvertSidToObjectID.ps1 -------------------------------------------------------------------------------- /Tools/EnableTLS1.2forEntraDS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/EnableTLS1.2forEntraDS.ps1 -------------------------------------------------------------------------------- /Tools/Get-LockedAdAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Get-LockedAdAccount.ps1 -------------------------------------------------------------------------------- /Tools/Interactive License Report/LicenseReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Interactive License Report/LicenseReport.ps1 -------------------------------------------------------------------------------- /Tools/Interactive License Report/ReportTemplates/css/report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Interactive License Report/ReportTemplates/css/report.css -------------------------------------------------------------------------------- /Tools/Interactive License Report/ReportTemplates/js/report.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Interactive License Report/ReportTemplates/js/report.js -------------------------------------------------------------------------------- /Tools/Interactive License Report/ReportTemplates/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Interactive License Report/ReportTemplates/template.html -------------------------------------------------------------------------------- /Tools/Interactive License Report/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Interactive License Report/install.ps1 -------------------------------------------------------------------------------- /Tools/MSRD-Collect/MSRD-Collect.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/MSRD-Collect/MSRD-Collect.zip -------------------------------------------------------------------------------- /Tools/MSRD-Collect/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/MSRD-Collect/readme.md -------------------------------------------------------------------------------- /Tools/Set-UserImmutableID.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/Tools/Set-UserImmutableID.ps1 -------------------------------------------------------------------------------- /_Templates and Development Foundations/Template_Example_Script.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/_Templates and Development Foundations/Template_Example_Script.ps1 -------------------------------------------------------------------------------- /_Templates and Development Foundations/Template_Log_Function.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/_Templates and Development Foundations/Template_Log_Function.ps1 -------------------------------------------------------------------------------- /_Templates and Development Foundations/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/_Templates and Development Foundations/readme.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMM-SE/HEAD/readme.md --------------------------------------------------------------------------------