PowerStig icon indicating copy to clipboard operation
PowerStig copied to clipboard

STIG Automation

Results 97 PowerStig issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** PowerSTIG convert is able to parse the SharePoint 2013 xccdf and produce valid SitgData

enhancement
In Progress

**Describe the bug** There are several SQL single line statement in the compiled MOF file contains the "GO" ... this caused the sql script failed to execute **To Reproduce** Make...

bug
In Progress

**Describe the bug** After start DSCConfiguration the very first rule cannot be successfully applied **To Reproduce** 1. Install SQL 2016 on a domain join machine 2. apply SQL 2016 Instance...

bug
In Progress

Based on documentation, trying to compile the following configuration on the following environment OS: Windows Server2012R2 PowerStig version: 3.2.0 ``` configuration Example { param ( [parameter()] [string]$NodeName = 'localhost' )...

**Describe the bug** after apply IIS 8.5 v1.7 STIG on windows 2016 with IIS on failed to report as true **To Reproduce** on a windows 2016 member server, with web...

here are all duplicates: those dups will cause the Test-DSCConfiguration result as false after STIG applied. C:\Program Files\WindowsPowerShell\Modules\PowerSTIG\3.2.0\StigData\Processed\WindowsClient-10-1.14.xml rule: V-63373.a ***** dup found: principal: Authenticated Users rule: V-63373.b ***** dup...

This request is for improving integration testing. Currently, integration testing analyzes text files _('.gitignore', '.gitattributes', '.ps1', '.psm1', '.psd1', '.json', '.xml', '.cmd', '.mof', '.md', '.js', '.yml')_ with several tests such as...

enhancement
In Progress

**Is your feature request related to a problem? Please describe.** PowerStig could benefit from having a more comprehensive comparison **Describe the solution you'd like** A function that will be able...

enhancement
In Progress

**Is your feature request related to a problem? Please describe.** The Get-WindowsFeatureName function in the WindowsFeatureRule module does not take advantage of the switch statement regex capability nor do the...

**Describe the bug** The Permission parser uses several select and split string instances to extract permission details from a rule. This can be enhanced with the use of more advanced...