January 2015
Intermediate to advanced
230 pages
5h 4m
English
In this book, you will find a number of styles of text 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: "The Get-ADUser command can be used to query user information. We can apply filters to narrow down the results using the -Filter and -LDAPFilter parameters".
A block of code is set as follows:
function Get-ADObjectsCount { [CmdletBinding()] param( ) $Users = Get-ADUser -Filter * $Groups = Get-ADGroup -Filter * $Computers = Get-ADComputer -Filter * $DomainName = (Get-ADDomain).Name "{0} Users, ...Read now
Unlock full access