Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start-DscBuild with -Computername generates DSCConfig for target machine but generates MOFs for all systems #40

Open
JakeDean3631 opened this issue Aug 26, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@JakeDean3631
Copy link
Contributor

Bug/Issue Description
Running Start-DscBuild -Computername generates MOFs for all systems instead of being limited to the provided ComputerName parameter value

Reproduction Steps
Steps to reproduce the behavior:

  1. Run Start-DscBuild -ComputerName $CompName
  2. See that a DSC Config is built only for the target system, but MOFs are generated for all systems

Expected Behavior
DscConfigs and MOFs are generated only for the target computername provided.

Recommended fix action
Modify New-SystemData to limit the MOF creation to the computername provided

Existing Workarounds
N/A

Screenshots

image

Additional context
Add any other context about the problem here.

@JakeDean3631 JakeDean3631 added the bug Something isn't working label Aug 26, 2021
@TurnerMarshall
Copy link

RepoFunctions.PS1
782 dscNodeConfigs Creates an array system names
814 A foreach is run on DscNodeConfigs to nodeconfig this is where the MOF is generated there is nothing to limit it to just that computer name

@JakeDean3631 JakeDean3631 self-assigned this Oct 28, 2021
JakeDean3631 added a commit that referenced this issue Oct 28, 2021
* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>
JakeDean3631 added a commit that referenced this issue Nov 10, 2021
* Pulling master branch changes into 1.5 branch  (#38)

* Update README.md

* Added Local Module Sync

* Updated Local Sync script

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Updated Module Version to 1.5

* Adobe detection issue #29 (#42)

* Issue #29 Adobe Detection
* Issue #13. New-SystemData -Localhost parameter only works for Windows 10 boxes (#20)

Description
Remediated issue #20  with New-SystemData -Localhost parameter 

Commits
* Update bug_report.md
* Initial Commit
* Updating from PR comments

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Fix Targeted scope  

* Initial Commit

* Tabbed lines 179/180

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Applying fixes to Azure Functions (#22)

This PR addresses issue #10 and also addresses additional issues within Azure Functions

Commits:
* Pushing changes
* More fixes
* Fixed Automation Registration for Linux
* Fixed Registration function
* Azure Automation Updates
* Added DSC NodeConfig Assignments
* Fixes
* Added DC Switch

Co-authored-by: jadean <jadean@microsoft.com>

* Remediated issues identified in 1.3 (#23)

* Issue17 - PoSH Crashes

* Issue18_InitRepoLocation

* Modified Automation for OrgUnit discovery

* Changed system data job checks to 15 seconds

* Updated StigRepo psd1

* Added STIG Functions to Exported Cmdlets

* Re-added StigRepo to Initialize Function

* Fixed OU Identification

* Fixed Office Manual Check file discovery

* Fixed #25 - IISVersion

* Updated Release notes

* Added space to release notes

* Added github issue links to release notes

* Updated readme

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Initial Commit

* Comment out Adobe Pro bits

* Updated module version to 1.5

* Added exported cmdlets

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Java Detection Issue #27 (#41)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Initial Commit

* Updated module version to 1.5

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Updated to handle duplicate OU names (#47)

* Updated to handle duplicate OU names

* Tabbed 156-160 within If statement.

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

* Removed old Wiki files

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>
JakeDean3631 added a commit that referenced this issue Nov 10, 2021
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

* Removed old Wiki files

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>
JakeDean3631 added a commit that referenced this issue Nov 10, 2021
* Pulling master branch changes into 1.5 branch  (#38)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Updated Module Version to 1.5

* Adobe detection issue #29 (#42)

* Issue #29 Adobe Detection
* Issue #13. New-SystemData -Localhost parameter only works for Windows 10 boxes (#20)

Description
Remediated issue #20  with New-SystemData -Localhost parameter 

Commits
* Update bug_report.md
* Initial Commit
* Updating from PR comments

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Fix Targeted scope  

* Initial Commit

* Tabbed lines 179/180

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Applying fixes to Azure Functions (#22)

This PR addresses issue #10 and also addresses additional issues within Azure Functions

Commits:
* Pushing changes
* More fixes
* Fixed Automation Registration for Linux
* Fixed Registration function
* Azure Automation Updates
* Added DSC NodeConfig Assignments
* Fixes
* Added DC Switch

Co-authored-by: jadean <jadean@microsoft.com>

* Remediated issues identified in 1.3 (#23)

* Issue17 - PoSH Crashes

* Issue18_InitRepoLocation

* Modified Automation for OrgUnit discovery

* Changed system data job checks to 15 seconds

* Updated StigRepo psd1

* Added STIG Functions to Exported Cmdlets

* Re-added StigRepo to Initialize Function

* Fixed OU Identification

* Fixed Office Manual Check file discovery

* Fixed #25 - IISVersion

* Updated Release notes

* Added space to release notes

* Added github issue links to release notes

* Updated readme

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Initial Commit

* Comment out Adobe Pro bits

* Updated module version to 1.5

* Added exported cmdlets

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Java Detection Issue #27 (#41)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Initial Commit

* Updated module version to 1.5

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Updated to handle duplicate OU names (#47)

* Updated to handle duplicate OU names

* Tabbed 156-160 within If statement.

* 1.5 Bug Fixes (#48)

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Jadean 1.5 bug fixes 1 (#50)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

* Removed old Wiki files

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Updated wiki

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>
JakeDean3631 added a commit that referenced this issue Nov 10, 2021
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Jadean 1.5 bug fixes 1 (#49)

* Pulling master branch changes into 1.5 branch  (#38)

* Update README.md

* Added Local Module Sync

* Updated Local Sync script

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Updated Module Version to 1.5

* Adobe detection issue #29 (#42)

* Issue #29 Adobe Detection
* Issue #13. New-SystemData -Localhost parameter only works for Windows 10 boxes (#20)

Description
Remediated issue #20  with New-SystemData -Localhost parameter 

Commits
* Update bug_report.md
* Initial Commit
* Updating from PR comments

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Fix Targeted scope  

* Initial Commit

* Tabbed lines 179/180

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Applying fixes to Azure Functions (#22)

This PR addresses issue #10 and also addresses additional issues within Azure Functions

Commits:
* Pushing changes
* More fixes
* Fixed Automation Registration for Linux
* Fixed Registration function
* Azure Automation Updates
* Added DSC NodeConfig Assignments
* Fixes
* Added DC Switch

Co-authored-by: jadean <jadean@microsoft.com>

* Remediated issues identified in 1.3 (#23)

* Issue17 - PoSH Crashes

* Issue18_InitRepoLocation

* Modified Automation for OrgUnit discovery

* Changed system data job checks to 15 seconds

* Updated StigRepo psd1

* Added STIG Functions to Exported Cmdlets

* Re-added StigRepo to Initialize Function

* Fixed OU Identification

* Fixed Office Manual Check file discovery

* Fixed #25 - IISVersion

* Updated Release notes

* Added space to release notes

* Added github issue links to release notes

* Updated readme

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Initial Commit

* Comment out Adobe Pro bits

* Updated module version to 1.5

* Added exported cmdlets

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Java Detection Issue #27 (#41)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Initial Commit

* Updated module version to 1.5

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Updated to handle duplicate OU names (#47)

* Updated to handle duplicate OU names

* Tabbed 156-160 within If statement.

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

* Removed old Wiki files

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Jadean wiki fix (#51)

* Pulling master branch changes into 1.5 branch  (#38)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Updated Module Version to 1.5

* Adobe detection issue #29 (#42)

* Issue #29 Adobe Detection
* Issue #13. New-SystemData -Localhost parameter only works for Windows 10 boxes (#20)

Description
Remediated issue #20  with New-SystemData -Localhost parameter 

Commits
* Update bug_report.md
* Initial Commit
* Updating from PR comments

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Fix Targeted scope  

* Initial Commit

* Tabbed lines 179/180

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Applying fixes to Azure Functions (#22)

This PR addresses issue #10 and also addresses additional issues within Azure Functions

Commits:
* Pushing changes
* More fixes
* Fixed Automation Registration for Linux
* Fixed Registration function
* Azure Automation Updates
* Added DSC NodeConfig Assignments
* Fixes
* Added DC Switch

Co-authored-by: jadean <jadean@microsoft.com>

* Remediated issues identified in 1.3 (#23)

* Issue17 - PoSH Crashes

* Issue18_InitRepoLocation

* Modified Automation for OrgUnit discovery

* Changed system data job checks to 15 seconds

* Updated StigRepo psd1

* Added STIG Functions to Exported Cmdlets

* Re-added StigRepo to Initialize Function

* Fixed OU Identification

* Fixed Office Manual Check file discovery

* Fixed #25 - IISVersion

* Updated Release notes

* Added space to release notes

* Added github issue links to release notes

* Updated readme

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Initial Commit

* Comment out Adobe Pro bits

* Updated module version to 1.5

* Added exported cmdlets

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Java Detection Issue #27 (#41)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Initial Commit

* Updated module version to 1.5

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Updated to handle duplicate OU names (#47)

* Updated to handle duplicate OU names

* Tabbed 156-160 within If statement.

* 1.5 Bug Fixes (#48)

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Jadean 1.5 bug fixes 1 (#50)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

* Removed old Wiki files

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Updated wiki

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>
JakeDean3631 added a commit that referenced this issue Nov 10, 2021
* Pulling master branch changes into 1.5 branch  (#38)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Updated Module Version to 1.5

* Adobe detection issue #29 (#42)

* Issue #29 Adobe Detection
* Issue #13. New-SystemData -Localhost parameter only works for Windows 10 boxes (#20)

Description
Remediated issue #20  with New-SystemData -Localhost parameter 

Commits
* Update bug_report.md
* Initial Commit
* Updating from PR comments

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Fix Targeted scope  

* Initial Commit

* Tabbed lines 179/180

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Applying fixes to Azure Functions (#22)

This PR addresses issue #10 and also addresses additional issues within Azure Functions

Commits:
* Pushing changes
* More fixes
* Fixed Automation Registration for Linux
* Fixed Registration function
* Azure Automation Updates
* Added DSC NodeConfig Assignments
* Fixes
* Added DC Switch

Co-authored-by: jadean <jadean@microsoft.com>

* Remediated issues identified in 1.3 (#23)

* Issue17 - PoSH Crashes

* Issue18_InitRepoLocation

* Modified Automation for OrgUnit discovery

* Changed system data job checks to 15 seconds

* Updated StigRepo psd1

* Added STIG Functions to Exported Cmdlets

* Re-added StigRepo to Initialize Function

* Fixed OU Identification

* Fixed Office Manual Check file discovery

* Fixed #25 - IISVersion

* Updated Release notes

* Added space to release notes

* Added github issue links to release notes

* Updated readme

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Initial Commit

* Comment out Adobe Pro bits

* Updated module version to 1.5

* Added exported cmdlets

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Java Detection Issue #27 (#41)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Initial Commit

* Updated module version to 1.5

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Updated to handle duplicate OU names (#47)

* Updated to handle duplicate OU names

* Tabbed 156-160 within If statement.

* 1.5 Bug Fixes (#48)

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Jadean 1.5 bug fixes 1 (#50)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

* Removed old Wiki files

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Wiki Fix (#52)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Jadean 1.5 bug fixes 1 (#49)

* Pulling master branch changes into 1.5 branch  (#38)

* Update README.md

* Added Local Module Sync

* Updated Local Sync script

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Updated Module Version to 1.5

* Adobe detection issue #29 (#42)

* Issue #29 Adobe Detection
* Issue #13. New-SystemData -Localhost parameter only works for Windows 10 boxes (#20)

Description
Remediated issue #20  with New-SystemData -Localhost parameter 

Commits
* Update bug_report.md
* Initial Commit
* Updating from PR comments

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Fix Targeted scope  

* Initial Commit

* Tabbed lines 179/180

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Applying fixes to Azure Functions (#22)

This PR addresses issue #10 and also addresses additional issues within Azure Functions

Commits:
* Pushing changes
* More fixes
* Fixed Automation Registration for Linux
* Fixed Registration function
* Azure Automation Updates
* Added DSC NodeConfig Assignments
* Fixes
* Added DC Switch

Co-authored-by: jadean <jadean@microsoft.com>

* Remediated issues identified in 1.3 (#23)

* Issue17 - PoSH Crashes

* Issue18_InitRepoLocation

* Modified Automation for OrgUnit discovery

* Changed system data job checks to 15 seconds

* Updated StigRepo psd1

* Added STIG Functions to Exported Cmdlets

* Re-added StigRepo to Initialize Function

* Fixed OU Identification

* Fixed Office Manual Check file discovery

* Fixed #25 - IISVersion

* Updated Release notes

* Added space to release notes

* Added github issue links to release notes

* Updated readme

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Initial Commit

* Comment out Adobe Pro bits

* Updated module version to 1.5

* Added exported cmdlets

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Java Detection Issue #27 (#41)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Initial Commit

* Updated module version to 1.5

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Updated to handle duplicate OU names (#47)

* Updated to handle duplicate OU names

* Tabbed 156-160 within If statement.

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

* Removed old Wiki files

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Jadean wiki fix (#51)

* Pulling master branch changes into 1.5 branch  (#38)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Updated Module Version to 1.5

* Adobe detection issue #29 (#42)

* Issue #29 Adobe Detection
* Issue #13. New-SystemData -Localhost parameter only works for Windows 10 boxes (#20)

Description
Remediated issue #20  with New-SystemData -Localhost parameter 

Commits
* Update bug_report.md
* Initial Commit
* Updating from PR comments

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Fix Targeted scope  

* Initial Commit

* Tabbed lines 179/180

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Applying fixes to Azure Functions (#22)

This PR addresses issue #10 and also addresses additional issues within Azure Functions

Commits:
* Pushing changes
* More fixes
* Fixed Automation Registration for Linux
* Fixed Registration function
* Azure Automation Updates
* Added DSC NodeConfig Assignments
* Fixes
* Added DC Switch

Co-authored-by: jadean <jadean@microsoft.com>

* Remediated issues identified in 1.3 (#23)

* Issue17 - PoSH Crashes

* Issue18_InitRepoLocation

* Modified Automation for OrgUnit discovery

* Changed system data job checks to 15 seconds

* Updated StigRepo psd1

* Added STIG Functions to Exported Cmdlets

* Re-added StigRepo to Initialize Function

* Fixed OU Identification

* Fixed Office Manual Check file discovery

* Fixed #25 - IISVersion

* Updated Release notes

* Added space to release notes

* Added github issue links to release notes

* Updated readme

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Initial Commit

* Comment out Adobe Pro bits

* Updated module version to 1.5

* Added exported cmdlets

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Java Detection Issue #27 (#41)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* Initial Commit

* Updated module version to 1.5

Co-authored-by: Jake Dean <35388475+JakeDean3631@users.noreply.github.com>

* Updated to handle duplicate OU names (#47)

* Updated to handle duplicate OU names

* Tabbed 156-160 within If statement.

* 1.5 Bug Fixes (#48)

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Jadean 1.5 bug fixes 1 (#50)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Adding github action

* Updated Action test

* Modified Github Action script

* Modified github action script

* Github action testing

* Added Local Module Sync

* Updated Local Sync script

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Jadean 1.4.1 patch (#36)

* Patch fix for version 1.4

Remediated issue #34

* Updated version for patch release

* Merging Version 1.4.2 patch (#37)

* Merging 1.4.2 Patch changes

* Merging 1.4.3 Patch changes

* Merging 1.4.3 patch changes

* 1.4.3 Patch

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github Action Testing

* Github action testing

* Github Action Testing

* Github Action Testing

* github action testing

* Github Action Testing

* github action testing

* #35 - Verbose output for Initialize-StigRepo

* #33 - DevOps Agent Build

* #33 - Fixed syntax

* #33 - Fixed Sytax/Updated PSD1

* #33 - Updated Help Content for New-BuildAgent

* #33 - Removed default value for $AgentPath

* #43 - Redundant Manual Check files

* #40 - Target computer for MOF generation

* #33 - AzDO Agent Function

* Added function for Build Agent Commits

* Removed old Wiki files

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Updated wiki

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

* Enabled ComputerName array for New-SystemData (#53)

Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>

Co-authored-by: Will Wellington <41164588+wwellington2@users.noreply.github.com>
Co-authored-by: jadean@microsoft.com <jadean@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants