-
Notifications
You must be signed in to change notification settings - Fork 128
Firefox
Michael Rasmussen edited this page Jan 29, 2026
·
5 revisions
A composite DSC resource to manage the FireFox STIG settings
Mozilla Firefox installation
FireFox [String] #ResourceName
{
[DependsOn = [String[]]]
[PsDscRunAsCredential = [PSCredential]]
[InstallDirectory = [String]]
[StigVersion = [Version]]
[Exception = [Hashtable]]
[OrgSettings = [Object]]
[SkipRule = [String[]]]
[SkipRuleType = [String[]]]
[SkipRuleSeverity = [String[]]]
}In this example, the FireFox STIG is processed by the composite resource
Configuration Example
{
param
(
[parameter()]
[string]
$NodeName = 'localhost'
)
Import-DscResource -ModuleName PowerStig
Node $NodeName
{
FireFox FireFoxSettings
{
StigVersion = '4.29'
InstallDirectory = 'C:\Program Files\Mozilla Firefox'
}
}
}
Example
- Home
- What is a PowerShell Module
- What is a PowerShell DSC Resource
- What is a PowerShell DSC Composite Resource
- Composite Resources
- What are Organizational Settings
- Documentation via STIG Checklists
- DoD Root Certificate Rules
- PowerSTIG & DSC for Linux
- Backup and Revert Settings
- PowerSTIG Archive Log
- PowerSTIG with Azure Automation
- STIG Caveats
- STIG Coverage Summary