├── README.md ├── intune-policies ├── application-control-policies │ ├── Application Control (audit mode).json │ └── Enforce SmartScreen.json ├── attack-surface-reduction-rules-policies │ └── Attack Surface Reduction.json ├── compliance-policies │ ├── Android BYOD Compliancy.json │ ├── Windows Advanced Compliancy with Defender.json │ ├── Windows Advanced Compliancy.json │ ├── Windows Basic Compliancy (no TPM).json │ └── iOS BYOD Compliancy.json ├── conditional-access-policies │ ├── CA001 Require multi-factor authentication for admins.json │ ├── CA002 Securing security info registration.json │ ├── CA003 Block legacy authentication.json │ ├── CA004 Require multi-factor authentication for all users.json │ ├── CA005 Require multi-factor authentication for guest access.json │ ├── CA006 Require multi-factor authentication for Azure management.json │ ├── CA007 Require multi-factor authentication for risky sign-ins.json │ ├── CA008 Require password change for high-risk users.json │ ├── CA009 Require compliant or hybrid Azure AD joined device for admins.json │ ├── CA010 Block access for unknown or unsupported device platform.json │ ├── CA011 No persistent browser session.json │ ├── CA012 Require approved client apps and app protection.json │ ├── CA013 Require compliant or hybrid Azure AD joined device or multi-factor authentication for all users.json │ └── CA014 Use application enforced restrictions for unmanaged devices.json ├── configuration-policies │ ├── Auto subscribe for Remote Desktop & AVD.json │ ├── Customize Start Menu.json │ ├── Deploy wallpaper.json │ ├── Disable Advertising ID.json │ ├── Disable Chat from the Windows 11 taskbar.json │ ├── Disable Widgets.json │ ├── Disable Windows Spotlight Consumer Features.json │ ├── Edge Set default search provider to Google.json │ ├── Enable Clipboard History.json │ ├── Enable Organizational Messages.json │ ├── Enable Windows LAPS.json │ ├── Enable watermark for AVD session hosts.json │ ├── Enabled screen capture protection for AVD clients.json │ ├── Sync Windows settings with user account.json │ ├── Windows Interactive Logon Message.json │ └── Windows Update for Business reports.json ├── device-configuration-policies │ ├── Enable Endpoint Analytics.json │ ├── Enable SSPR from logon screen.json │ ├── Enable Shared multi-user device.json │ ├── Skip Autopilot account setup page.json │ ├── iOS Update policy.json │ └── macOS Update policy.json ├── endpoint-detection-and-response-policies │ └── Defender onboarding for Windows 10_11.json ├── group-configuration-policies │ ├── Edge automatic sign-in.json │ ├── OneDrive Known Folder Move.json │ └── Prevent personal account for Onedrive.json ├── macos-firewall-policies │ └── macOS Firewall.json ├── microsoft-defender-antivirus-policies │ ├── Defender Antivirus for Windows 10_11.json │ └── Defender Antivirus for macOS.json ├── security-baseline-policies │ ├── Force Bitlocker for fixed and removable disks.json │ └── Force Bitlocker for fixed disks only.json └── windows-firewall-policies │ └── Windows Defender Firewall.json ├── scripted-actions ├── azure-runbooks │ ├── Add Data Disk to VM.ps1 │ ├── Assign list of users to personal desktop host pool.ps1 │ ├── Assign public IP to VM.ps1 │ ├── Backup NMW App.ps1 │ ├── Change OS disk type of stopped VMs.ps1 │ ├── Create Hybrid Worker VM.ps1 │ ├── Create NAT Gateway.ps1 │ ├── Delay host availability in AVD for 10 minutes.ps1 │ ├── Delay host availability in WVD for 10 minutes.ps1 │ ├── Delete Old FSLogix Profiles.ps1 │ ├── Detect Stale FSLogix File Handles.ps1 │ ├── Enable Antimalware extension.ps1 │ ├── Enable Private Endpoint for Storage Account.ps1 │ ├── Enable Private Endpoints.ps1 │ ├── Enable VM OS disk encryption.ps1 │ ├── Enable hibernation on VM.ps1 │ ├── Initial AVD Setup Deployment Template.ps1 │ ├── Initial WVD Setup Deployment Template.ps1 │ ├── Move VM to Availability Zone 2.ps1 │ ├── Power on VMs for X Hours.ps1 │ ├── Reinstall AVD Agent.ps1 │ ├── Set Regional Settings.ps1 │ ├── Shrink FSLogix Profiles.ps1 │ ├── Shrink OS Disk.ps1 │ ├── Test Outbound Connections from AVD Host.ps1 │ ├── Un-assign user from personal desktop.ps1 │ ├── Update AVD Agent.ps1 │ ├── Update Az.DesktopVirtualization module.ps1 │ ├── Update Nerdio Manager.ps1 │ └── Use Spot VMs.ps1 ├── custom-image-template-scripts │ ├── Admin Sysprep.ps1 │ ├── Configure Microsoft Office packages.ps1 │ ├── Configure Microsoft Teams optimizations.ps1 │ ├── Configure Multi Media Redirection.ps1 │ ├── Configure RDP Shortpath for managed networks.ps1 │ ├── Configure session timeouts.ps1 │ ├── Disable MSIX app attach auto updates.ps1 │ ├── Disable Storage sense.ps1 │ ├── Enable FSLogix with Kerberos.ps1 │ ├── Enable Screen capture protection.ps1 │ ├── Enable Windows optimizations for AVD.ps1 │ ├── Enable time zone redirection.ps1 │ ├── Install and enable FSLogix.ps1 │ ├── Install language packs.ps1 │ ├── Remove AppX packages.ps1 │ └── Set default OS language.ps1 └── windows-scripts │ ├── Configure clipboard transfer.ps1 │ ├── Disable Session Time Limits.ps1 │ ├── Enable AVD screen capture protection.ps1 │ ├── Enable RDP Shortpath for Public Networks.ps1 │ ├── Enable RDP Shortpath.ps1 │ ├── Enable WVD screen capture protection.ps1 │ ├── Enable Winget for CIS images (UAM).ps1 │ ├── Grant user local admin rights.ps1 │ ├── Install 7zip via Chocolatey.ps1 │ ├── Install Adobe Reader DC via Chocolatey.ps1 │ ├── Install FSLogix.ps1 │ ├── Install Google Chrome via Chocolatey.ps1 │ ├── Install Microsoft 365 Office Apps.ps1 │ ├── Install Microsoft Edge via Chocolatey.ps1 │ ├── Install Microsoft Teams (new).ps1 │ ├── Install Microsoft Teams.ps1 │ ├── Install Mozilla Firefox via Chocolatey.ps1 │ ├── Install NVIDIA GPU Driver (Azure Local).ps1 │ ├── Install NinjaRMM agent.ps1 │ ├── Install Notepad++ via Chocolatey.ps1 │ ├── Install OneDrive Sync Per Machine.ps1 │ ├── Install Remote Display Analyzer.ps1 │ ├── Install Sophos Server Endpoint Protection agent.ps1 │ ├── Install VSCode via Chocolatey.ps1 │ ├── Install Zoom VDI client.ps1 │ ├── Optimize Microsoft Edge for AVD.ps1 │ ├── Optimize Microsoft Edge for WVD.ps1 │ ├── Restart AVD Agent.ps1 │ ├── Unregister Sophos Endpoint agent in Sophos Central.ps1 │ ├── Update Windows 10.ps1 │ ├── Update Windows 11.ps1 │ ├── Virtual Desktop Optimizations (1909).ps1 │ ├── Virtual Desktop Optimizations (2004).ps1 │ ├── Virtual Desktop Optimizations (20H2).ps1 │ └── Windows 11 22H2 - Modify Sysprep.ps1 └── templates └── mainTemplate.json /README.md: -------------------------------------------------------------------------------- 1 | # Nerdio-Manager-for-WVD -------------------------------------------------------------------------------- /intune-policies/application-control-policies/Application Control (audit mode).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/application-control-policies/Application Control (audit mode).json -------------------------------------------------------------------------------- /intune-policies/application-control-policies/Enforce SmartScreen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/application-control-policies/Enforce SmartScreen.json -------------------------------------------------------------------------------- /intune-policies/attack-surface-reduction-rules-policies/Attack Surface Reduction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/attack-surface-reduction-rules-policies/Attack Surface Reduction.json -------------------------------------------------------------------------------- /intune-policies/compliance-policies/Android BYOD Compliancy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/compliance-policies/Android BYOD Compliancy.json -------------------------------------------------------------------------------- /intune-policies/compliance-policies/Windows Advanced Compliancy with Defender.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/compliance-policies/Windows Advanced Compliancy with Defender.json -------------------------------------------------------------------------------- /intune-policies/compliance-policies/Windows Advanced Compliancy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/compliance-policies/Windows Advanced Compliancy.json -------------------------------------------------------------------------------- /intune-policies/compliance-policies/Windows Basic Compliancy (no TPM).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/compliance-policies/Windows Basic Compliancy (no TPM).json -------------------------------------------------------------------------------- /intune-policies/compliance-policies/iOS BYOD Compliancy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/compliance-policies/iOS BYOD Compliancy.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA001 Require multi-factor authentication for admins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA001 Require multi-factor authentication for admins.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA002 Securing security info registration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA002 Securing security info registration.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA003 Block legacy authentication.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA003 Block legacy authentication.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA004 Require multi-factor authentication for all users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA004 Require multi-factor authentication for all users.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA005 Require multi-factor authentication for guest access.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA005 Require multi-factor authentication for guest access.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA006 Require multi-factor authentication for Azure management.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA006 Require multi-factor authentication for Azure management.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA007 Require multi-factor authentication for risky sign-ins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA007 Require multi-factor authentication for risky sign-ins.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA008 Require password change for high-risk users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA008 Require password change for high-risk users.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA009 Require compliant or hybrid Azure AD joined device for admins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA009 Require compliant or hybrid Azure AD joined device for admins.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA010 Block access for unknown or unsupported device platform.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA010 Block access for unknown or unsupported device platform.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA011 No persistent browser session.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA011 No persistent browser session.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA012 Require approved client apps and app protection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA012 Require approved client apps and app protection.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA013 Require compliant or hybrid Azure AD joined device or multi-factor authentication for all users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA013 Require compliant or hybrid Azure AD joined device or multi-factor authentication for all users.json -------------------------------------------------------------------------------- /intune-policies/conditional-access-policies/CA014 Use application enforced restrictions for unmanaged devices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/conditional-access-policies/CA014 Use application enforced restrictions for unmanaged devices.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Auto subscribe for Remote Desktop & AVD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Auto subscribe for Remote Desktop & AVD.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Customize Start Menu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Customize Start Menu.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Deploy wallpaper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Deploy wallpaper.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Disable Advertising ID.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Disable Advertising ID.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Disable Chat from the Windows 11 taskbar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Disable Chat from the Windows 11 taskbar.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Disable Widgets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Disable Widgets.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Disable Windows Spotlight Consumer Features.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Disable Windows Spotlight Consumer Features.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Edge Set default search provider to Google.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Edge Set default search provider to Google.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Enable Clipboard History.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Enable Clipboard History.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Enable Organizational Messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Enable Organizational Messages.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Enable Windows LAPS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Enable Windows LAPS.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Enable watermark for AVD session hosts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Enable watermark for AVD session hosts.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Enabled screen capture protection for AVD clients.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Enabled screen capture protection for AVD clients.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Sync Windows settings with user account.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Sync Windows settings with user account.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Windows Interactive Logon Message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Windows Interactive Logon Message.json -------------------------------------------------------------------------------- /intune-policies/configuration-policies/Windows Update for Business reports.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/configuration-policies/Windows Update for Business reports.json -------------------------------------------------------------------------------- /intune-policies/device-configuration-policies/Enable Endpoint Analytics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/device-configuration-policies/Enable Endpoint Analytics.json -------------------------------------------------------------------------------- /intune-policies/device-configuration-policies/Enable SSPR from logon screen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/device-configuration-policies/Enable SSPR from logon screen.json -------------------------------------------------------------------------------- /intune-policies/device-configuration-policies/Enable Shared multi-user device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/device-configuration-policies/Enable Shared multi-user device.json -------------------------------------------------------------------------------- /intune-policies/device-configuration-policies/Skip Autopilot account setup page.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/device-configuration-policies/Skip Autopilot account setup page.json -------------------------------------------------------------------------------- /intune-policies/device-configuration-policies/iOS Update policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/device-configuration-policies/iOS Update policy.json -------------------------------------------------------------------------------- /intune-policies/device-configuration-policies/macOS Update policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/device-configuration-policies/macOS Update policy.json -------------------------------------------------------------------------------- /intune-policies/endpoint-detection-and-response-policies/Defender onboarding for Windows 10_11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/endpoint-detection-and-response-policies/Defender onboarding for Windows 10_11.json -------------------------------------------------------------------------------- /intune-policies/group-configuration-policies/Edge automatic sign-in.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/group-configuration-policies/Edge automatic sign-in.json -------------------------------------------------------------------------------- /intune-policies/group-configuration-policies/OneDrive Known Folder Move.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/group-configuration-policies/OneDrive Known Folder Move.json -------------------------------------------------------------------------------- /intune-policies/group-configuration-policies/Prevent personal account for Onedrive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/group-configuration-policies/Prevent personal account for Onedrive.json -------------------------------------------------------------------------------- /intune-policies/macos-firewall-policies/macOS Firewall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/macos-firewall-policies/macOS Firewall.json -------------------------------------------------------------------------------- /intune-policies/microsoft-defender-antivirus-policies/Defender Antivirus for Windows 10_11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/microsoft-defender-antivirus-policies/Defender Antivirus for Windows 10_11.json -------------------------------------------------------------------------------- /intune-policies/microsoft-defender-antivirus-policies/Defender Antivirus for macOS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/microsoft-defender-antivirus-policies/Defender Antivirus for macOS.json -------------------------------------------------------------------------------- /intune-policies/security-baseline-policies/Force Bitlocker for fixed and removable disks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/security-baseline-policies/Force Bitlocker for fixed and removable disks.json -------------------------------------------------------------------------------- /intune-policies/security-baseline-policies/Force Bitlocker for fixed disks only.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/security-baseline-policies/Force Bitlocker for fixed disks only.json -------------------------------------------------------------------------------- /intune-policies/windows-firewall-policies/Windows Defender Firewall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/intune-policies/windows-firewall-policies/Windows Defender Firewall.json -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Add Data Disk to VM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Add Data Disk to VM.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Assign list of users to personal desktop host pool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Assign list of users to personal desktop host pool.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Assign public IP to VM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Assign public IP to VM.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Backup NMW App.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Backup NMW App.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Change OS disk type of stopped VMs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Change OS disk type of stopped VMs.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Create Hybrid Worker VM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Create Hybrid Worker VM.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Create NAT Gateway.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Create NAT Gateway.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Delay host availability in AVD for 10 minutes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Delay host availability in AVD for 10 minutes.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Delay host availability in WVD for 10 minutes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Delay host availability in WVD for 10 minutes.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Delete Old FSLogix Profiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Delete Old FSLogix Profiles.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Detect Stale FSLogix File Handles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Detect Stale FSLogix File Handles.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Enable Antimalware extension.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Enable Antimalware extension.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Enable Private Endpoint for Storage Account.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Enable Private Endpoint for Storage Account.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Enable Private Endpoints.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Enable Private Endpoints.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Enable VM OS disk encryption.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Enable VM OS disk encryption.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Enable hibernation on VM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Enable hibernation on VM.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Initial AVD Setup Deployment Template.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Initial AVD Setup Deployment Template.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Initial WVD Setup Deployment Template.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Initial WVD Setup Deployment Template.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Move VM to Availability Zone 2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Move VM to Availability Zone 2.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Power on VMs for X Hours.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Power on VMs for X Hours.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Reinstall AVD Agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Reinstall AVD Agent.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Set Regional Settings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Set Regional Settings.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Shrink FSLogix Profiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Shrink FSLogix Profiles.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Shrink OS Disk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Shrink OS Disk.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Test Outbound Connections from AVD Host.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Test Outbound Connections from AVD Host.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Un-assign user from personal desktop.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Un-assign user from personal desktop.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Update AVD Agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Update AVD Agent.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Update Az.DesktopVirtualization module.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Update Az.DesktopVirtualization module.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Update Nerdio Manager.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Update Nerdio Manager.ps1 -------------------------------------------------------------------------------- /scripted-actions/azure-runbooks/Use Spot VMs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/azure-runbooks/Use Spot VMs.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Admin Sysprep.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Admin Sysprep.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Configure Microsoft Office packages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Configure Microsoft Office packages.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Configure Microsoft Teams optimizations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Configure Microsoft Teams optimizations.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Configure Multi Media Redirection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Configure Multi Media Redirection.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Configure RDP Shortpath for managed networks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Configure RDP Shortpath for managed networks.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Configure session timeouts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Configure session timeouts.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Disable MSIX app attach auto updates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Disable MSIX app attach auto updates.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Disable Storage sense.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Disable Storage sense.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Enable FSLogix with Kerberos.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Enable FSLogix with Kerberos.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Enable Screen capture protection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Enable Screen capture protection.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Enable Windows optimizations for AVD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Enable Windows optimizations for AVD.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Enable time zone redirection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Enable time zone redirection.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Install and enable FSLogix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Install and enable FSLogix.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Install language packs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Install language packs.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Remove AppX packages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Remove AppX packages.ps1 -------------------------------------------------------------------------------- /scripted-actions/custom-image-template-scripts/Set default OS language.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/custom-image-template-scripts/Set default OS language.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Configure clipboard transfer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Configure clipboard transfer.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Disable Session Time Limits.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Disable Session Time Limits.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Enable AVD screen capture protection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Enable AVD screen capture protection.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Enable RDP Shortpath for Public Networks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Enable RDP Shortpath for Public Networks.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Enable RDP Shortpath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Enable RDP Shortpath.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Enable WVD screen capture protection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Enable WVD screen capture protection.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Enable Winget for CIS images (UAM).ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Enable Winget for CIS images (UAM).ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Grant user local admin rights.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Grant user local admin rights.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install 7zip via Chocolatey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install 7zip via Chocolatey.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Adobe Reader DC via Chocolatey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Adobe Reader DC via Chocolatey.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install FSLogix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install FSLogix.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Google Chrome via Chocolatey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Google Chrome via Chocolatey.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Microsoft 365 Office Apps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Microsoft 365 Office Apps.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Microsoft Edge via Chocolatey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Microsoft Edge via Chocolatey.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Microsoft Teams (new).ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Microsoft Teams (new).ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Microsoft Teams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Microsoft Teams.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Mozilla Firefox via Chocolatey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Mozilla Firefox via Chocolatey.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install NVIDIA GPU Driver (Azure Local).ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install NVIDIA GPU Driver (Azure Local).ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install NinjaRMM agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install NinjaRMM agent.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Notepad++ via Chocolatey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Notepad++ via Chocolatey.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install OneDrive Sync Per Machine.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install OneDrive Sync Per Machine.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Remote Display Analyzer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Remote Display Analyzer.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Sophos Server Endpoint Protection agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Sophos Server Endpoint Protection agent.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install VSCode via Chocolatey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install VSCode via Chocolatey.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Install Zoom VDI client.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Install Zoom VDI client.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Optimize Microsoft Edge for AVD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Optimize Microsoft Edge for AVD.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Optimize Microsoft Edge for WVD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Optimize Microsoft Edge for WVD.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Restart AVD Agent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Restart AVD Agent.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Unregister Sophos Endpoint agent in Sophos Central.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Unregister Sophos Endpoint agent in Sophos Central.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Update Windows 10.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Update Windows 10.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Update Windows 11.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Update Windows 11.ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Virtual Desktop Optimizations (1909).ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Virtual Desktop Optimizations (1909).ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Virtual Desktop Optimizations (2004).ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Virtual Desktop Optimizations (2004).ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Virtual Desktop Optimizations (20H2).ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Virtual Desktop Optimizations (20H2).ps1 -------------------------------------------------------------------------------- /scripted-actions/windows-scripts/Windows 11 22H2 - Modify Sysprep.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/scripted-actions/windows-scripts/Windows 11 22H2 - Modify Sysprep.ps1 -------------------------------------------------------------------------------- /templates/mainTemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-Nerdio/NMW/HEAD/templates/mainTemplate.json --------------------------------------------------------------------------------