FriendlyGUID
Specifies whether GUID attributes, such as objectGUID, are returned in a human-readable string format or as base64-encoded binary objects. When enabled, the property converts GUIDs into a friendly string format.
データ型
bool
デフォルト値
false
解説
This property specifies how GUID attributes, such as objectGUID, are returned when inspecting object attributes. If set to true, GUIDs are converted into a human-readable string format. If set to false, GUIDs are returned as base64-encoded binary objects. The friendly string format makes GUID values easier to interpret and work with during debugging or when creating readable reports. This property is useful in scenarios where GUIDs need to be reviewed manually or shared in a clear, human-readable format.