@@ -23,9 +23,9 @@ ConvertTo-HgsKeyProtector [-Bytes] <Byte[]> [-CimSession <CimSession[]>] [-Throt
23
23
24
24
## DESCRIPTION
25
25
26
- The ** ConvertTo-HgsKeyProtector** cmdlet converts an existing key protector into a Host Guardian
27
- Service key protector object. Specify the existing key protector as a byte array. You might use this
28
- cmdlet to import a key protector from a virtual machine configuration file.
26
+ The ` ConvertTo-HgsKeyProtector ` cmdlet converts an existing key protector into a Host Guardian
27
+ Service key protector object. Specify the existing key protector as a byte array. You might use
28
+ this cmdlet to import a key protector from a virtual machine configuration file.
29
29
30
30
## EXAMPLES
31
31
@@ -38,14 +38,14 @@ $KeyProtector = ConvertTo-HgsKeyProtector -Bytes $VirtualMachineKeyProtector
38
38
```
39
39
40
40
The first command gets the Trusted Platform Module (TPM) object for the virtual machine named
41
- Shielded Virtual Machine 17. The command stores the object in the ** $VirtualTPM** variable.
41
+ Shielded Virtual Machine 17. The command stores the object in the ` $VirtualTPM ` variable.
42
42
43
- The second command stores the ** KeyProtector** property of the object stored in ** $VirtualTPM** in
44
- the ** $VirtualMachineKeyProtector** variable.
43
+ The second command stores the ** KeyProtector** property of the object stored in ` $VirtualTPM ` in
44
+ the ` $VirtualMachineKeyProtector ` variable.
45
45
46
46
The final command creates a Host Guardian Service key protector object from the byte array
47
- representation stored in ** $VirtualMachineKeyProtector** . The command stores the new key protector
48
- in the ** $KeyProtector** variable.
47
+ representation stored in ` $VirtualMachineKeyProtector ` . The command stores the new key protector
48
+ in the ` $KeyProtector ` variable.
49
49
50
50
## PARAMETERS
51
51
@@ -145,7 +145,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
145
145
146
146
This cmdlet returns a key protector.
147
147
148
- The ` Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays
148
+ The ** Microsoft.Management.Infrastructure.CimInstance** object is a wrapper class that displays
149
149
Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
150
150
namespace and class name for the underlying WMI object.
151
151
0 commit comments