You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes: the document should also be updated to specify that a domain account is needed because the default DSC account might not have all permissions to apply all STIGs ... also need to make sure this domain account has enough permission
looking into the mof file, it seems require that C:\Audits folder exists ... without this folder, the set operation cannot be successful - workaround, add File resource to create that folder and make that as dependency of SqlServer STIG resource
the Get and Test operation has the following SQL statement which will not work: - there is no values provided in the insert statement.
Describe the bug
After start DSCConfiguration the very first rule cannot be successfully applied
To Reproduce
Expected behavior
Expected Test-DscConfiguration return true
Screenshots
Additional context
There are 2 issues:
CREATE TABLE #AuditEvents (AuditEvent varchar(100))
INSERT INTO #AuditEvents (AuditEvent) VALUES ()
The text was updated successfully, but these errors were encountered: