Get Eulanda Registry Blob
Zuletzt geändert: 19.04.2026 03:36

Übersicht

Get-EulandaRegistryBlob #

ÜBERSICHT #

Liest einen BLOB-Value (varbinary) aus der SQL-Registry.

SYNTAX #

Get-EulandaRegistryBlob [-Path] <string> [-Name] <string> [[-Conn] <__ComObject>] [[-Udl] <string>]
    [[-ConnStr] <string>] [<CommonParameters>]

BESCHREIBUNG #

BLOBs bypassen den Cache grundsätzlich — sie sind potenziell groß und würden den Cache aufblähen. Muster aus Export-PluginBlob: cnf_RegKeyIdFromPath -> cn_RegValueInfo (Inline bis 8000 Byte) -> cn_RegReadBlobById für größere Werte.

AUSGABEN #

[byte[]] oder $null.