Reads the Data Exchange KVP(s) from within the guest. This cmdlet is cross-platform.
Read the KVPs written by the host:
Read-GuestKVP [-Name]
Read the system KVPs written automatically by the host:
Read-GuestKVP [-Name] -SystemKVP
Read the KVPs written by the guest itself:
Read-GuestKVP [-Name] -SystemKVP
There is a fourth category, Auto, which will be added in the next release.