- Microsoft Hyper-V PowerShell Automation
- Vinith Menon
- 176字
- 2021-08-06 19:24:18
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Let's look at the ways you can automate and manage your shared .vhdx
guest clustering configuration using PowerShell."
A block of code is set as follows:
$Guid = [System.Guid]::NewGuid() Set-SCCloud -JobGroup $Guid $HostGroup = Get-SCVMHostGroup -Name "HostGroup02" New-SCCloud -JobGroup $Guid -Name "Cloud02" -VMHostGroup $HostGroup -Description "This is a cloud for HostGroup02"
Any command-line input or output is written as follows:
Copy-VMFile "Fileserver_VM1" -SourcePath "D:\Test.txt" -DestinationPath "C:\Temp\Test.txt" -CreateFullPath -FileSource Host
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Next, click on Shrink."
推薦閱讀
- UI圖標創意設計
- Building Modern Web Applications Using Angular
- Testing with JUnit
- Unity 5.x By Example
- C++從入門到精通(第5版)
- SQL Server實用教程(SQL Server 2008版)
- Visual Basic程序設計習題與上機實踐
- Python大學實用教程
- Zabbix Performance Tuning
- Java多線程并發體系實戰(微課視頻版)
- 計算機應用基礎案例教程(第二版)
- Swift Essentials(Second Edition)
- Python程序設計現代方法
- Mastering React Test:Driven Development
- Instant SQL Server Analysis Services 2012 Cube Security