cmdlets是Powershell的内部命令,cmdlet的类型名为System.Management.Automation.CmdletInfo,包含下列属性和方法:
{
# ok to cast CommandTypes enum to HelpCategory because string/indentifier for
# cmdlet,function,filter,alias,externalscript is identical.
# it is ok to fail for other enum values (i.e. for Application)
$helpObject = get-help -Name ($this.Name) -Category ([string]($this.CommandType)) -ErrorAction SilentlyContinue# return first non-null uri (and try not to hit any strict mode things)
if ($helpObject -eq $null) { return $null }
if ($helpObject.psobject.properties['relatedLinks'] -eq $null) { return $null }
if ($helpObject.relatedLinks.psobject.properties['navigationLink'] -eq $null) { return $null }
$helpUri = [string]$( $helpObject.relatedLinks.navigationLink | %{ if ($_.psobject.properties['uri'] -ne $null) { $_.uri } } | "nofollow" target="_blank" href="http://go.microsoft.com/fwlink/">help Add-Content Microsoft.PowerShell.Management help Add-History Microsoft.PowerShell.Core help Add-Member Microsoft.PowerShell.Utility help Add-PSSnapin Microsoft.PowerShell.Core help Add-Type Microsoft.PowerShell.Utility help Checkpoint-Computer Microsoft.PowerShell.Management help Clear-Content Microsoft.PowerShell.Management help Clear-EventLog Microsoft.PowerShell.Management help Clear-History Microsoft.PowerShell.Core help Clear-Item Microsoft.PowerShell.Management help Clear-ItemProperty Microsoft.PowerShell.Management help Clear-Variable Microsoft.PowerShell.Utility help Compare-Object Microsoft.PowerShell.Utility help Complete-Transaction Microsoft.PowerShell.Management help Connect-WSMan Microsoft.WSMan.Management help ConvertFrom-Csv Microsoft.PowerShell.Utility help ConvertFrom-SecureString Microsoft.PowerShell.Security help ConvertFrom-StringData Microsoft.PowerShell.Utility help Convert-Path Microsoft.PowerShell.Management help ConvertTo-Csv Microsoft.PowerShell.Utility help ConvertTo-Html Microsoft.PowerShell.Utility help ConvertTo-SecureString Microsoft.PowerShell.Security help ConvertTo-Xml Microsoft.PowerShell.Utility help Copy-Item Microsoft.PowerShell.Management help Copy-ItemProperty Microsoft.PowerShell.Management help Debug-Process Microsoft.PowerShell.Management help Disable-ComputerRestore Microsoft.PowerShell.Management help Disable-PSBreakpoint Microsoft.PowerShell.Utility help Disable-PSSessionConfiguration Microsoft.PowerShell.Core help Disable-WSManCredSSP Microsoft.WSMan.Management help Disconnect-WSMan Microsoft.WSMan.Management help Enable-ComputerRestore Microsoft.PowerShell.Management help Enable-PSBreakpoint Microsoft.PowerShell.Utility help Enable-PSRemoting Microsoft.PowerShell.Core help Enable-PSSessionConfiguration Microsoft.PowerShell.Core help Enable-WSManCredSSP Microsoft.WSMan.Management help Enter-PSSession Microsoft.PowerShell.Core help Exit-PSSession Microsoft.PowerShell.Core help Export-Alias Microsoft.PowerShell.Utility help Export-Clixml Microsoft.PowerShell.Utility help Export-Console Microsoft.PowerShell.Core help Export-Counter Microsoft.PowerShell.Diagnostics help Export-Csv Microsoft.PowerShell.Utility help Export-FormatData Microsoft.PowerShell.Utility help Export-ModuleMember Microsoft.PowerShell.Core help Export-PSSession Microsoft.PowerShell.Utility help ForEach-Object Microsoft.PowerShell.Core help Format-Custom Microsoft.PowerShell.Utility help Format-List Microsoft.PowerShell.Utility help Format-Table Microsoft.PowerShell.Utility help Format-Wide Microsoft.PowerShell.Utility help Get-Acl Microsoft.PowerShell.Security help Get-Alias Microsoft.PowerShell.Utility help Get-AuthenticodeSignature Microsoft.PowerShell.Security help Get-ChildItem Microsoft.PowerShell.Management help Get-Command Microsoft.PowerShell.Core help Get-ComputerRestorePoint Microsoft.PowerShell.Management help Get-Content Microsoft.PowerShell.Management help Get-Counter Microsoft.PowerShell.Diagnostics help Get-Credential Microsoft.PowerShell.Security help Get-Culture Microsoft.PowerShell.Utility help Get-Date Microsoft.PowerShell.Utility help Get-Event Microsoft.PowerShell.Utility help Get-EventLog Microsoft.PowerShell.Management help Get-EventSubscriber Microsoft.PowerShell.Utility help Get-ExecutionPolicy Microsoft.PowerShell.Security help Get-FormatData Microsoft.PowerShell.Utility help Get-Help Microsoft.PowerShell.Core help Get-History Microsoft.PowerShell.Core help Get-Host Microsoft.PowerShell.Utility help Get-HotFix Microsoft.PowerShell.Management help Get-Item Microsoft.PowerShell.Management help Get-ItemProperty Microsoft.PowerShell.Management help Get-Job Microsoft.PowerShell.Core help Get-Location Microsoft.PowerShell.Management help Get-Member Microsoft.PowerShell.Utility help Get-Module Microsoft.PowerShell.Core help Get-PfxCertificate Microsoft.PowerShell.Security help Get-Process Microsoft.PowerShell.Management help Get-PSBreakpoint Microsoft.PowerShell.Utility help Get-PSCallStack Microsoft.PowerShell.Utility help Get-PSDrive Microsoft.PowerShell.Management help Get-PSProvider Microsoft.PowerShell.Management help Get-PSSession Microsoft.PowerShell.Core help Get-PSSessionConfiguration Microsoft.PowerShell.Core help Get-PSSnapin Microsoft.PowerShell.Core help Get-Random Microsoft.PowerShell.Utility help Get-Service Microsoft.PowerShell.Management help Get-TraceSource Microsoft.PowerShell.Utility help Get-Transaction Microsoft.PowerShell.Management help Get-UICulture Microsoft.PowerShell.Utility help Get-Unique Microsoft.PowerShell.Utility help Get-Variable Microsoft.PowerShell.Utility help Get-WinEvent Microsoft.PowerShell.Diagnostics help Get-WmiObject Microsoft.PowerShell.Management help Get-WSManCredSSP Microsoft.WSMan.Management help Get-WSManInstance Microsoft.WSMan.Management help Group-Object Microsoft.PowerShell.Utility help Import-Alias Microsoft.PowerShell.Utility help Import-Clixml Microsoft.PowerShell.Utility help Import-Counter Microsoft.PowerShell.Diagnostics help Import-Csv Microsoft.PowerShell.Utility help Import-LocalizedData Microsoft.PowerShell.Utility help Import-Module Microsoft.PowerShell.Core help Import-PSSession Microsoft.PowerShell.Utility help Invoke-Command Microsoft.PowerShell.Core help Invoke-Expression Microsoft.PowerShell.Utility help Invoke-History Microsoft.PowerShell.Core help Invoke-Item Microsoft.PowerShell.Management help Invoke-WmiMethod Microsoft.PowerShell.Management help Invoke-WSManAction Microsoft.WSMan.Management help Join-Path Microsoft.PowerShell.Management help Limit-EventLog Microsoft.PowerShell.Management help Measure-Command Microsoft.PowerShell.Utility help Measure-Object Microsoft.PowerShell.Utility help Move-Item Microsoft.PowerShell.Management help Move-ItemProperty Microsoft.PowerShell.Management help New-Alias Microsoft.PowerShell.Utility help New-Event Microsoft.PowerShell.Utility help New-EventLog Microsoft.PowerShell.Management help New-Item Microsoft.PowerShell.Management help New-ItemProperty Microsoft.PowerShell.Management help New-Module Microsoft.PowerShell.Core help New-ModuleManifest Microsoft.PowerShell.Core help New-Object Microsoft.PowerShell.Utility help New-PSDrive Microsoft.PowerShell.Management help New-PSSession Microsoft.PowerShell.Core help New-PSSessionOption Microsoft.PowerShell.Core help New-Service Microsoft.PowerShell.Management help New-TimeSpan Microsoft.PowerShell.Utility help New-Variable Microsoft.PowerShell.Utility help New-WebServiceProxy Microsoft.PowerShell.Management help New-WSManInstance Microsoft.WSMan.Management help New-WSManSessionOption Microsoft.WSMan.Management help Out-Default Microsoft.PowerShell.Utility help Out-File Microsoft.PowerShell.Utility help Out-GridView Microsoft.PowerShell.Utility help Out-Host Microsoft.PowerShell.Utility help Out-Null Microsoft.PowerShell.Utility help Out-Printer Microsoft.PowerShell.Utility help Out-String Microsoft.PowerShell.Utility help Pop-Location Microsoft.PowerShell.Management help Push-Location Microsoft.PowerShell.Management help Read-Host Microsoft.PowerShell.Utility help Receive-Job Microsoft.PowerShell.Core help Register-EngineEvent Microsoft.PowerShell.Utility help Register-ObjectEvent Microsoft.PowerShell.Utility help Register-PSSessionConfiguration Microsoft.PowerShell.Core help Register-WmiEvent Microsoft.PowerShell.Management help Remove-Computer Microsoft.PowerShell.Management help Remove-Event Microsoft.PowerShell.Utility help Remove-EventLog Microsoft.PowerShell.Management help Remove-Item Microsoft.PowerShell.Management help Remove-ItemProperty Microsoft.PowerShell.Management help Remove-Job Microsoft.PowerShell.Core help Remove-Module Microsoft.PowerShell.Core help Remove-PSBreakpoint Microsoft.PowerShell.Utility help Remove-PSDrive Microsoft.PowerShell.Management help Remove-PSSession Microsoft.PowerShell.Core help Remove-PSSnapin Microsoft.PowerShell.Core help Remove-Variable Microsoft.PowerShell.Utility help Remove-WmiObject Microsoft.PowerShell.Management help Remove-WSManInstance Microsoft.WSMan.Management help Rename-Item Microsoft.PowerShell.Management help Rename-ItemProperty Microsoft.PowerShell.Management help Reset-ComputerMachinePassword Microsoft.PowerShell.Management help Resolve-Path Microsoft.PowerShell.Management help Restart-Computer Microsoft.PowerShell.Management help Restart-Service Microsoft.PowerShell.Management help Restore-Computer Microsoft.PowerShell.Management help Resume-Service Microsoft.PowerShell.Management help Select-Object Microsoft.PowerShell.Utility help Select-String Microsoft.PowerShell.Utility help Select-Xml Microsoft.PowerShell.Utility help Send-MailMessage Microsoft.PowerShell.Utility help Set-Acl Microsoft.PowerShell.Security help Set-Alias Microsoft.PowerShell.Utility help Set-AuthenticodeSignature Microsoft.PowerShell.Security help Set-Content Microsoft.PowerShell.Management help Set-Date Microsoft.PowerShell.Utility help Set-ExecutionPolicy Microsoft.PowerShell.Security help Set-Item Microsoft.PowerShell.Management help Set-ItemProperty Microsoft.PowerShell.Management help Set-Location Microsoft.PowerShell.Management help Set-PSBreakpoint Microsoft.PowerShell.Utility help Set-PSDebug Microsoft.PowerShell.Core help Set-PSSessionConfiguration Microsoft.PowerShell.Core help Set-Service Microsoft.PowerShell.Management help Set-StrictMode Microsoft.PowerShell.Core help Set-TraceSource Microsoft.PowerShell.Utility help Set-Variable Microsoft.PowerShell.Utility help Set-WmiInstance Microsoft.PowerShell.Management help Set-WSManInstance Microsoft.WSMan.Management help Set-WSManQuickConfig Microsoft.WSMan.Management help Show-EventLog Microsoft.PowerShell.Management help Sort-Object Microsoft.PowerShell.Utility help Split-Path Microsoft.PowerShell.Management help Start-Job Microsoft.PowerShell.Core help Start-Process Microsoft.PowerShell.Management help Start-Service Microsoft.PowerShell.Management help Start-Sleep Microsoft.PowerShell.Utility help Start-Transaction Microsoft.PowerShell.Management help Start-Transcript Microsoft.PowerShell.Host help Stop-Computer Microsoft.PowerShell.Management help Stop-Job Microsoft.PowerShell.Core help Stop-Process Microsoft.PowerShell.Management help Stop-Service Microsoft.PowerShell.Management help Stop-Transcript Microsoft.PowerShell.Host help Suspend-Service Microsoft.PowerShell.Management help Tee-Object Microsoft.PowerShell.Utility help Test-ComputerSecureChannel Microsoft.PowerShell.Management help Test-Connection Microsoft.PowerShell.Management help Test-ModuleManifest Microsoft.PowerShell.Core help Test-Path Microsoft.PowerShell.Management help Test-WSMan Microsoft.WSMan.Management help Trace-Command Microsoft.PowerShell.Utility help Undo-Transaction Microsoft.PowerShell.Management help Unregister-Event Microsoft.PowerShell.Utility help Unregister-PSSessionConfiguration Microsoft.PowerShell.Core help Update-FormatData Microsoft.PowerShell.Utility help Update-List Microsoft.PowerShell.Utility help Update-TypeData Microsoft.PowerShell.Utility help Use-Transaction Microsoft.PowerShell.Management help Wait-Event Microsoft.PowerShell.Utility help Wait-Job Microsoft.PowerShell.Core help Wait-Process Microsoft.PowerShell.Management help Where-Object Microsoft.PowerShell.Core help Write-Debug Microsoft.PowerShell.Utility help Write-Error Microsoft.PowerShell.Utility help Write-EventLog Microsoft.PowerShell.Management help Write-Host Microsoft.PowerShell.Utility help Write-Output Microsoft.PowerShell.Utility help Write-Progress Microsoft.PowerShell.Utility help Write-Verbose Microsoft.PowerShell.Utility help Write-Warning Microsoft.PowerShell.Utility help
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
暂无“Windows Powershell 命令集 cmdlets”评论...
《魔兽世界》大逃杀!60人新游玩模式《强袭风暴》3月21日上线
暴雪近日发布了《魔兽世界》10.2.6 更新内容,新游玩模式《强袭风暴》即将于3月21 日在亚服上线,届时玩家将前往阿拉希高地展开一场 60 人大逃杀对战。
艾泽拉斯的冒险者已经征服了艾泽拉斯的大地及遥远的彼岸。他们在对抗世界上最致命的敌人时展现出过人的手腕,并且成功阻止终结宇宙等级的威胁。当他们在为即将于《魔兽世界》资料片《地心之战》中来袭的萨拉塔斯势力做战斗准备时,他们还需要在熟悉的阿拉希高地面对一个全新的敌人──那就是彼此。在《巨龙崛起》10.2.6 更新的《强袭风暴》中,玩家将会进入一个全新的海盗主题大逃杀式限时活动,其中包含极高的风险和史诗级的奖励。
《强袭风暴》不是普通的战场,作为一个独立于主游戏之外的活动,玩家可以用大逃杀的风格来体验《魔兽世界》,不分职业、不分装备(除了你在赛局中捡到的),光是技巧和战略的强弱之分就能决定出谁才是能坚持到最后的赢家。本次活动将会开放单人和双人模式,玩家在加入海盗主题的预赛大厅区域前,可以从强袭风暴角色画面新增好友。游玩游戏将可以累计名望轨迹,《巨龙崛起》和《魔兽世界:巫妖王之怒 经典版》的玩家都可以获得奖励。
更新动态
2024年11月24日
2024年11月24日
- 凤飞飞《我们的主题曲》飞跃制作[正版原抓WAV+CUE]
- 刘嘉亮《亮情歌2》[WAV+CUE][1G]
- 红馆40·谭咏麟《歌者恋歌浓情30年演唱会》3CD[低速原抓WAV+CUE][1.8G]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[320K/MP3][193.25MB]
- 【轻音乐】曼托凡尼乐团《精选辑》2CD.1998[FLAC+CUE整轨]
- 邝美云《心中有爱》1989年香港DMIJP版1MTO东芝首版[WAV+CUE]
- 群星《情叹-发烧女声DSD》天籁女声发烧碟[WAV+CUE]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[FLAC/分轨][748.03MB]
- 理想混蛋《Origin Sessions》[320K/MP3][37.47MB]
- 公馆青少年《我其实一点都不酷》[320K/MP3][78.78MB]
- 群星《情叹-发烧男声DSD》最值得珍藏的完美男声[WAV+CUE]
- 群星《国韵飘香·贵妃醉酒HQCD黑胶王》2CD[WAV]
- 卫兰《DAUGHTER》【低速原抓WAV+CUE】
- 公馆青少年《我其实一点都不酷》[FLAC/分轨][398.22MB]
- ZWEI《迟暮的花 (Explicit)》[320K/MP3][57.16MB]