微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Hyper-V VM相关PowerShell别名

PS C:\> get-alias -name *VM* | format-list


displayName       : Export-VMCheckpoint
CommandType       : Alias
DeFinition        : Export-VMSnapshot
ReferencedCommand : Export-VMSnapshot
ResolvedCommand   : Export-VMSnapshot

displayName       : Get-VMCheckpoint
CommandType       : Alias
DeFinition        : Get-VMSnapshot
ReferencedCommand : Get-VMSnapshot
ResolvedCommand   : Get-VMSnapshot

displayName       : gvm -> Get-VM
CommandType       : Alias
DeFinition        : Get-VM
ReferencedCommand : Get-VM
ResolvedCommand   : Get-VM

displayName       : gvmr -> Get-VMReplication
CommandType       : Alias
DeFinition        : Get-VMReplication
ReferencedCommand : Get-VMReplication
ResolvedCommand   : Get-VMReplication

displayName       : gvmrs -> Get-VMReplicationServer
CommandType       : Alias
DeFinition        : Get-VMReplicationServer
ReferencedCommand : Get-VMReplicationServer
ResolvedCommand   : Get-VMReplicationServer

displayName       : mvmr -> Measure-VMReplication
CommandType       : Alias
DeFinition        : Measure-VMReplication
ReferencedCommand : Measure-VMReplication
ResolvedCommand   : Measure-VMReplication

displayName       : Remove-VMCheckpoint
CommandType       : Alias
DeFinition        : Remove-VMSnapshot
ReferencedCommand : Remove-VMSnapshot
ResolvedCommand   : Remove-VMSnapshot

displayName       : Rename-VMCheckpoint
CommandType       : Alias
DeFinition        : Rename-VMSnapshot
ReferencedCommand : Rename-VMSnapshot
ResolvedCommand   : Rename-VMSnapshot

displayName       : Restore-VMCheckpoint
CommandType       : Alias
DeFinition        : Restore-VMSnapshot
ReferencedCommand : Restore-VMSnapshot
ResolvedCommand   : Restore-VMSnapshot

displayName       : savm -> Start-VM
CommandType       : Alias
DeFinition        : Start-VM
ReferencedCommand : Start-VM
ResolvedCommand   : Start-VM

displayName       : spvm -> Stop-VM
CommandType       : Alias
DeFinition        : Stop-VM
ReferencedCommand : Stop-VM
ResolvedCommand   : Stop-VM

PS C:\>


 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐