September 2017
Beginner to intermediate
272 pages
8h 8m
English
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: "What this DSC configuration does is ensure that a file is created in the D:\FooProduct folder called foo.txt, with the contents this is example text."
A block of code is set as follows:
configuration BaseServerConfiguration { File ExampleTextFile { Ensure = 'Present' Type = 'File' DestinationPath = 'D:\FooProductfoo.txt' Contents = "this is example text" } WindowsFeature DotNet { Ensure ...Read now
Unlock full access