# Disk

```
PS C:\> Get-Command -Module OSD -Noun *Disk*,*Volume*

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        Backup-DiskToFFU                                   21.3.3.1   OSD
Function        Clear-LocalDisk                                    21.3.3.1   OSD
Function        Clear-USBDisk                                      21.3.3.1   OSD
Function        Get-LocalDisk                                      21.3.3.1   OSD
Function        Get-OSDDisk                                        21.3.3.1   OSD
Function        Get-USBDisk                                        21.3.3.1   OSD
Function        Get-USBVolume                                      21.3.3.1   OSD
```

{% content-ref url="/pages/-MSRP5Qrts85a8A\_atAp" %}
[Backup-Disk.ffu](/docs/trash/disk/backup-disktoffu.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU7mEcbzGnQf\_n16zeA" %}
[Clear-LocalDisk](/docs/trash/disk/clear-localdisk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUCOElJA2LKcznsP3sM" %}
[Clear-USBDisk](/docs/trash/disk/clear-usbdisk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUCOhYa-WwuMX5LSVMf" %}
[Get-LocalDisk](/docs/trash/disk/get-localdisk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU7mBFtAHuJSI0LBVTj" %}
[Get-OSDDisk](/docs/trash/disk/get-osddisk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUCOl3TPWiglT8TDLc8" %}
[Get-USBDisk](/docs/trash/disk/get-usbdisk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MU7mGWYM3XsQf\_oBZQG" %}
[New-OSDisk](/docs/trash/disk/new-osdisk.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://osd.osdeploy.com/docs/trash/disk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
