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:
New-SystemData -ComputerName @('FS1')
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
Additional context
Add any other context about the problem here.
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:
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
Additional context Add any other context about the problem here.