microsoft / CSS-Exchange

Exchange Server support tools and scripts
MIT License
1.21k stars 332 forks source link

Handle list writers starting at different index #2094

Closed dpaulson45 closed 3 weeks ago

dpaulson45 commented 1 month ago

Issue: vssadmin list writers not writing the output starting at the standard index value of 3 causing the script to fail.

Reason: Need to be able to handle this when vssadmin list writers doesn't have the standard index value.

Fix: Manually find the starting point instead when the starting point doesn't have Writer name Resolved #2093

Validation: Verified based off customer output.