博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
要开始深入VMM了。
阅读量:6003 次
发布时间:2019-06-20

本文共 361 字,大约阅读时间需要 1 分钟。

得到一个VMM机器所有的节点状态

Quick one-liner to generate a CSV of virtual machines, sorted by their hosts. Report will include Host Name, VM Name, VM Hostname, Status, Action on host stop, and Action on host start.

Get-VM -VMMServer X.X.X.X| Sort-Object Hostname   | Select-Object HostName, Name, ComputerName, Status,Location| Export-Csv d:\vm\vm-list.csv   -NoTypeInformation

 

转载地址:http://dpbmx.baihongyu.com/

你可能感兴趣的文章
python-selenum3 第六天——WebDriver 常用API(一)
查看>>
ext4中的插件itemselector实现自定义显示
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
使用SNAT解决管理路由问题
查看>>
MySQL的binlog数据如何查看
查看>>
隐藏 nginx 版本信息
查看>>
LED灯的闪烁与熄灭也成了一个iptables target,强汗
查看>>
UVA 1169\uvalive 3983 Robotruck 单调队列优化DP
查看>>
我的友情链接
查看>>
POJ 1703 Find them, Catch them
查看>>
[共通]手机端网页开发问题及解决方法整理
查看>>
HSRP 原理
查看>>
监控队列的脚本
查看>>
我不是九爷 带你了解 CloudStack+XenServer详细部署方案(3):CloudStack管理节点的安装和配置...
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
用户调查报告
查看>>
发布一个php分页类
查看>>
我的友情链接
查看>>