Depends upon which approach you're taking. After the Supported authentication method
section it shows you 2 different ways to do the same thing. The first approach is using the SSIS Powershell provider. The installation is available here.
The second approach is just using raw PS and doesn't require anything extra. It does assume you're running SSIS on the same machine as it dynamically loads the needed SSIS binaries to do its work. However note that it requires a full assembly name and therefore where it is using Assembly.Load
to load the SSIS binaries it requires that you set the Version=
value to the correct version for your instance of SSIS. Other than that it is pure PS.