当前位置:网站首页>PowerCLi 通过自建PXE Server一键esxi7下批量部署常规New-VM
PowerCLi 通过自建PXE Server一键esxi7下批量部署常规New-VM
2022-07-31 07:25:00 【CIAS】

PowerCLI常用命令列表
- Get-VMHost 获取主机
- Get-VM 获取虚拟机
- Get-datastore 显示存储列表
- Get-resourcepool 显示资源池
- Get-virtualswitch 显示虚拟交换机列表
- Get-Template 获取主机模板
- Get-cluster 显示群集列表
- Get-VirtualNetwork 查看所有主机网卡
- Get-vicommand 显示所有命令列表
New-VM 创建参考(批量创建虚拟机,自启动,通过自建PXE Server 网络进行批量系统部署)
- -NumCPU CPU设置
- -MemoryGB 内存设置
- -DiskGB 磁盘大小设置
- -NetworkName 网卡选择设置
- -DiskStorageFormat 设置磁盘的类型
- -GuestId 系统标识符设置
- -Datastore 选择所在系统
边栏推荐
- [PSQL] SQL Basic Course Reading Notes (Chapter1-4)
- Pygame Surface对象
- Machine Learning - Notes and Implementation of Linear Regression, Logistic Regression Problems
- The Spark run on Yarn Spark application
- 2022.07.24_每日一题
- The Ballad of Lushan Sends Lu's Servant to the Void Boat
- CNN--各层的介绍
- Regarding "computing power", this article is worth reading
- bcos简介及自序
- 2022.07.13_每日一题
猜你喜欢
随机推荐
超级详细的mysql数据库安装指南
动态顺序表的增删查改(C语言实现)
MySQL 8.0.29 解压版安装教程(亲测有效)
关于“算力”,这篇文章值得一看
Ceph single node deployment
[Interview: Concurrency 38: Multithreading: Thread Pool] Basic concepts of the ThreadPoolExecutor class
Locust 1.0版本引入的变化
第9章 异常try...except...else...finally
Environment_Variable_and_SetUID
First acquaintance with NK-RTU980 development board
The Perfect Guide|How to use ODBC for Agentless Oracle Database Monitoring?
一文读懂Elephant Swap,为何为ePLATO带来如此高的溢价?
Linked list implementation and task scheduling
Calculation example of matlab program iEEE9 node system for power flow calculation of AC-DC hybrid system based on alternate iteration method
2022.07.26_每日一题
Matlab学习第一天(持续更新中)
Fund investment advisory business
DAY18:Xss 靶场通关手册
电脑开机密码怎么设置?如何给你的电脑加上“安全锁”
2022.07.13_Daily Question








