Version information
This version is compatible with:
- Puppet Enterprise 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
- Puppet >= 7.0.0 < 9.0.0
Tasks:
- status
Start using this module
Add this module to your Puppetfile:
mod 'fvoges-windows_defender', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
windows_defender
This is a simple module to manage Windows Defender antivirus
Table of Contents
- windows_defender
- [Table of Contents](#table-of-contents)
Description
This module allows you to manage some basic Windows Defender settings for managed Windows computers. It only cover a few useful for administrators.
Usage
See REFERENCE.md.
Limitations
Only a couple of options are supported.
Development
Contributions are welcome. Send pull requests (please include unit tests).
Reference
Table of Contents
Classes
windows_defender
: Manage Windows Defender antivirus
Tasks
status
: Check status of Windows Defender
Classes
windows_defender
Simple module to manage Widows Defender
Examples
Basic example
include windows_defender
Parameters
The following parameters are available in the windows_defender
class:
allow_disabling
Data type: Boolean
Allow disabling Windows Defender
Default value: true
update_before_scan
Data type: Boolean
Update virus definitions before a scan
Default value: true
ui_lockdown
Data type: Boolean
Headless UI mode. Makes it impossible for users to interact with the interface
Default value: false
purge_exclusions
Data type: Boolean
Remove all exclusions form Windows Defender
Default value: false
Tasks
status
Check status of Windows Defender
Supports noop? false
What are tasks?
Modules can contain tasks that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.
Tasks in this module release
status
Check status of Windows Defender
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.1.0 - 2024-10-05
Other
0.1.0 - 2019-03-21
Dependencies
- puppetlabs/registry (>= 4.0.0 < 6.0.0)