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

New-SystemData localhost parameter not generating system data properly #13

Closed
wwellington2 opened this issue Jun 29, 2021 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@wwellington2
Copy link
Contributor

Bug/Issue Description
Provide a clear and concise description the bug/issue

Reproduction Steps
Steps to reproduce the behavior:

  1. New-SystemData -localhost on a Server will generate system data with PowerSTIG_WindowsClient as an applied config. (Win10 settings are applied)

Expected Behavior
A clear and concise description of what you expected to happen

  1. New-SystemData -localhost on a Server should generate system data that is server related.

Recommended fix action
If applicable, provide recommendations for how the bug/issue should be remediated

TBD

Existing Workarounds
If applicable, provide any existing workarounds for the bug/issue

Screenshots

  1. localhost

Additional context
Add any other context about the problem here.

@wwellington2 wwellington2 added the bug Something isn't working label Jun 29, 2021
@coaldric
Copy link
Collaborator

New-SystemData/ActiveDirectoryFunctions - Issue: If using the paramter -scope and value "local", it will generate data for Windows 10 regardless of what the localhost OS is. This is because in lines 115-124, the values are staticaly/explicitly set to "OperatingSystem = "Windows 10"" instead of dynamically generating that data. @JakeDean3631

JakeDean3631 added a commit that referenced this issue Jul 13, 2021
… 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>
@JakeDean3631 JakeDean3631 self-assigned this Jul 30, 2021
JakeDean3631 added a commit that referenced this issue Aug 12, 2021
* 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>

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

Issue closed in version 1.4

JakeDean3631 added a commit that referenced this issue Sep 2, 2021
* 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>
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
* 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

3 participants