PowerShell/Docs/open-recycle-bin.md
2021-09-28 11:56:17 +02:00

32 lines
711 B
Markdown

# PowerShell Script: open-recycle-bin.ps1
```powershell
open-recycle-bin.ps1
```
Starts the File Explorer with the recycle bin folder
## Syntax & Parameters
```powershell
/home/markus/Repos/PowerShell/Scripts/open-recycle-bin.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>./open-recycle-bin
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of open-recycle-bin.ps1*