Windows-powershell / PowerShell-master /src /Modules /Unix /Microsoft.PowerShell.Management /Microsoft.PowerShell.Management.psd1
| @{ | |
| GUID="EEFCB906-B326-4E99-9F54-8B4BB6EF3C6D" | |
| Author="PowerShell" | |
| CompanyName="Microsoft Corporation" | |
| Copyright="Copyright (c) Microsoft Corporation." | |
| ModuleVersion="7.0.0.0" | |
| CompatiblePSEditions = @("Core") | |
| PowerShellVersion="3.0" | |
| NestedModules="Microsoft.PowerShell.Commands.Management.dll" | |
| HelpInfoURI = 'https://aka.ms/powershell75-help' | |
| FunctionsToExport = @() | |
| AliasesToExport = @("gcb", "gtz", "scb") | |
| CmdletsToExport=@("Add-Content", | |
| "Clear-Content", | |
| "Clear-ItemProperty", | |
| "Join-Path", | |
| "Convert-Path", | |
| "Copy-ItemProperty", | |
| "Get-ChildItem", | |
| "Get-Clipboard", | |
| "Set-Clipboard", | |
| "Get-Content", | |
| "Get-ItemProperty", | |
| "Get-ItemPropertyValue", | |
| "Move-ItemProperty", | |
| "Get-Location", | |
| "Set-Location", | |
| "Push-Location", | |
| "Pop-Location", | |
| "New-PSDrive", | |
| "Remove-PSDrive", | |
| "Get-PSDrive", | |
| "Get-Item", | |
| "New-Item", | |
| "Set-Item", | |
| "Remove-Item", | |
| "Move-Item", | |
| "Rename-Item", | |
| "Copy-Item", | |
| "Clear-Item", | |
| "Invoke-Item", | |
| "Get-PSProvider", | |
| "New-ItemProperty", | |
| "Split-Path", | |
| "Test-Path", | |
| "Get-Process", | |
| "Stop-Process", | |
| "Wait-Process", | |
| "Debug-Process", | |
| "Start-Process", | |
| "Test-Connection", | |
| "Remove-ItemProperty", | |
| "Rename-ItemProperty", | |
| "Resolve-Path", | |
| "Set-Content", | |
| "Set-ItemProperty", | |
| "Get-TimeZone", | |
| "Stop-Computer", | |
| "Restart-Computer") | |
| } | |