Is this doing what you think? `$_` might be undefined/null since it's not in a catch block https://github.com/alexbarthnet/PowerShell/blob/423ed47770fa6310d78c04a3cb53dbf7fec62103/Modules/ADSchemaFunctions.psm1#L593 Why are you appending `$null` to the array like you do here? https://github.com/alexbarthnet/PowerShell/blob/423ed47770fa6310d78c04a3cb53dbf7fec62103/Modules/ADSchemaFunctions.psm1#L606
Is this doing what you think?
$_might be undefined/null since it's not in a catch blockPowerShell/Modules/ADSchemaFunctions.psm1
Line 593 in 423ed47
Why are you appending
$nullto the array like you do here?PowerShell/Modules/ADSchemaFunctions.psm1
Line 606 in 423ed47