CommunityPower EA Detect Version

Avatar
  • updated

Hello Community, I have created this script in Powershell in which it detects the version of SettingFile.

Inside the script they have the difference from the previous version

Image 2911


CommunityPower_EA_DetectVersion.ps1

Avatar
Ulises Cune

Add Detect Version:

  • 2.36
  • 2.37.2
  • 2.40, 2.41 (No changes to the set file)
  • 2.44


CommunityPowerEA_DetectVersion.ps1

Avatar
Ulises Cune

Ok, I think I'm done with this. I would only need a set file of version 2.22 and 2.33 to complete all of them.

I could now create a script that updates the setfile to the latest version without modifying the original strategy.


CommunityPowerEA_DetectVersion.ps1

Avatar
Ulises Cune

Hello,

It completes the detection from 2.18 to 2.48


CommunityPowerEA_DetectVersion.ps1

Avatar
Ulises Cune

Hello,

I have updated with version 2.48 Final of CP

CommunityPowerEA_DetectVersion.ps1

Avatar
Mat_cl

Very nice Ulises

Avatar
Ulises Cune

Hello,

I have updated it to version 2.49.3 Beta of CP


CommunityPowerEA_DetectVersion.ps1

Avatar
Ulises Cune

Hello,

I have updated it to version 2.49 Final Release of CP

powershell -ExecutionPolicy Bypass -File "CommunityPowerEA_DetectVersion.ps1"


CommunityPowerEA_DetectVersion.ps1

Avatar
Ulises Cune

Hello,

I have updated it to version 2.50.3 Beta of CP

powershell -ExecutionPolicy Bypass -File "CommunityPowerEA_DetectVersion.ps1"

CommunityPowerEA_DetectVersion.ps1

Avatar
Ulises Cune

Hello,

I have updated it to version 2.50.4 Beta of CP

powershell -ExecutionPolicy Bypass -File "CommunityPowerEA_DetectVersion.ps1"

CommunityPowerEA_DetectVersion.ps1

Avatar
Ulises Cune

Hello,

I have updated it to version 2.50.6 Beta of CP

powershell -ExecutionPolicy Bypass -File "CommunityPowerEA_DetectVersion.ps1"


CommunityPowerEA_DetectVersion.ps1