PS C:\Users\gould> . C:\YourFritz-main\signimage\FirmwareImage.ps1
This is "FirmwareImage.ps1" ...
a collection of PowerShell classes to handle AVM's firmware image files
... from the YourFritz project at
Sie müssen registriert sein, um Links zu sehen.
(C) 2017-2018 P. Haemmerlein (
peterpawn@yourfritz.de)
Look at the comment lines from the beginning of this file to get further info, how to make use of the provided classes.
The classes are now ready to be used in this session.
The inline type definitions were NOT updated.
PS C:\Users\gould> [FirmwareImage]::new("C:\YourFritz-main\eva_tools\images\firmware.image").getBootableImage("C:\YourFritz-main\eva_tools\images\firmware.image.in-memory")
Member not found.
At C:\YourFritz-main\signimage\FirmwareImage.ps1:1303 char:9
+ throw "Member not found.";
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Member not found.:String) [], RuntimeException
+ FullyQualifiedErrorId : Member not found.