Skip to content

Commit 1975764

Browse files
authored
Merge pull request MicrosoftDocs#2719 from mikben/patch-1
Update Get-StorageAdvancedProperty.md
2 parents a78c493 + 4b6d3c2 commit 1975764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docset/winserver2019-ps/storage/Get-StorageAdvancedProperty.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The **Get-StorageAdvancedProperty** cmdlet gets the advanced properties of a sto
2424
For example, Get-PhysicalDisk gets the most commonly used attributes of a physical disk such as **CanPool**.
2525
To get the cache (**IsDeviceCacheEnabled**) and power protection (**IsPowerProtected**) settings for a physical disk, you can pass a **PhysicalDisk** object to the **Get-StorageAdvancedProperty** cmdlet.
2626

27+
The output of the cache (**IsDeviceCacheEnabled**) and power protection (**IsPowerProtected**) are collected from the user-defined settings of the physical disk. Power protection (**IsPowerProtected**) is not an indicator of the physical disk support for power loss protection (PLP). Refer to the physical disk vendor’s datasheet for PLP support details.
28+
2729
## EXAMPLES
2830

2931
### Example 1: Get advanced storage properties of a physical disk
@@ -82,4 +84,3 @@ The cmdlet gets the advanced properties for **PhysicalDisk** objects: **IsPowerP
8284
## RELATED LINKS
8385
8486
[Get-PhysicalDisk](./Get-PhysicalDisk.md)
85-

0 commit comments

Comments
 (0)