microsoft / CSS-Exchange

Exchange Server support tools and scripts
MIT License
1.22k stars 340 forks source link

RoutingTableLogPath could be null in some scenarios #2052

Closed dpaulson45 closed 6 months ago

dpaulson45 commented 6 months ago

Issue: unable to do ToString() when it is null causing a script failure

Reason: This prevents the script from being able to execute.

Fix: Do a null check prior to calling ToString().

Validation: Customer verified