- 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."
推薦閱讀
- Android應用程序開發與典型案例
- Spring技術內幕:深入解析Spring架構與設計
- Hands-On Data Structures and Algorithms with JavaScript
- 數據結構習題精解(C語言實現+微課視頻)
- Visual Basic程序設計教程
- Big Data Analytics
- 零基礎輕松學SQL Server 2016
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Learning AngularJS for .NET Developers
- 零基礎學Kotlin之Android項目開發實戰
- Python商務數據分析(微課版)
- SignalR:Real-time Application Development(Second Edition)
- ROS機器人編程實戰
- 計算機常用算法與程序設計教程(第2版)
- Raspberry Pi開發實戰