Skip to content

Releases: mszeu/Pinger

v1.2.1

18 Sep 15:43
Compare
Choose a tag to compare

Pinger v1.2.1 --- Minor documentation updates.

What is new

  • I corrected many typos and errors in the program description
  • I fixed some missing information in the license terms

Full Changelog: v1.2...v1.2.1

Notes

Attached to this release, you can find the signed version of the script that gives you the following advantages:

  • Assurance that the script hasn't been modified
  • If you set your policy to AllSigned or RemoteSigned it will execute

You can verify the signature using the following command:

Get-AuthenticodeSignature .\Pinger.ps1 | Format-List

Check that the Subject and the Issuer fields are like the following:

[Subject]
CN="Open Source Developer, Marco Simone Zuppone", O=Open Source Developer, L=Reading, S=Berkshire, C=GB
[Issuer]
CN=Certum Code Signing CA SHA2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL

Pinger v1.2 --- A better output

03 Jul 07:29
Compare
Choose a tag to compare

Pinger v1.2 --- A better output.

What is new

  • I improved the output which now is more structured and readable
  • The status code returned from the Ping operation is now associated with a human-readable explanation.

Notes

Attached to this release, you can find the signed version of the script that gives you the following advantages:

  • Assurance that the script hasn't been modified
  • If you set your policy to AllSigned or RemoteSigned it will execute

You can verify the signature using the following command:

Get-AuthenticodeSignature .\Pinger.ps1 | Format-List

check that the Subject and the Issuer fields are like the following:

[Subject]
E=[email protected], CN="Open Source Developer, Marco Zuppone", O=Open Source Developer, L=Reading, S=Berkshire, C=GB
[Issuer]
CN=Certum Code Signing CA SHA2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL

Pinger v1.1

02 Jul 23:02
Compare
Choose a tag to compare

Pinger v1.1 --- This is the second release of Pinger.

What is new

I improved the output that now is more structured and readable

Notes

Attached to this release you can find the signed version of the script that gives you the following advantages:

  • Assurance that the script hasn't been modified
  • If you set your policy to AllSigned or RemoteSigned it will execute

You can verify the signature using the following command:

Get-AuthenticodeSignature .\Pinger.ps1 | Format-List

check that the Subject and the Issuer fields are like the following:

[Subject]
E=[email protected], CN="Open Source Developer, Marco Zuppone", O=Open Source Developer, L=Reading, S=Berkshire, C=GB
[Issuer]
CN=Certum Code Signing CA SHA2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL

Signed Script v1.0

02 Jul 20:50
Compare
Choose a tag to compare

Pinger v1.0

This is the first release of Pinger.

Attached to this release you can find the signed version of the script that gives you the following advantages:

  • Assurance that the script hasn't been modified
  • If you set your policy to AllSigned or RemoteSigned it will execute

You can verify the signature using the following command:

Get-AuthenticodeSignature .\Pinger.ps1 | Format-List

check that the Subject and the Issuer fields are like the following:

[Subject]
E=[email protected], CN="Open Source Developer, Marco Zuppone", O=Open Source Developer, L=Reading, S=Berkshire, C=GB
[Issuer]
CN=Certum Code Signing CA SHA2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL