Table of Contents

About

Process - Exit (Code|Status) in PS

Example

if ( -Not $? ) {
      echo "Error ?"
      exit $?
}