microsoft / StigRepo

Automated PowerSTIG Repository for Active Directory environments
35 stars 6 forks source link

New-SystemData -ComputerName @('FS1') generates system data for more than what's specified #14

Closed wwellington2 closed 3 years ago

wwellington2 commented 3 years ago

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

New-SystemData -ComputerName @('FS1') generates system data for more than what's specified. In my test case this will generate system data for all members servers (I only have 2 in my lab)

Reproduction Steps Steps to reproduce the behavior:

  1. New-SystemData -ComputerName @('FS1')
  2. New-SystemData -ComputerName 'FS1'

Expected Behavior New-SystemData -ComputerName @('FS1') should only generate system data for the server listed

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

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

Screenshots server

Additional context Add any other context about the problem here.

JakeDean3631 commented 3 years ago

Issue closed in version 1.4