February 2013
Intermediate to advanced
304 pages
8h 26m
English
Entering the cmdlet in the console with -? as a parameter displays information about that cmdlet, along with the available parameters. Listing 2.1 shows an example.
Listing 2.1. Getting Information About a Cmdlet
Get-SPSite -?
Some cmdlets, such as Get-SPSite, have different variations of parameters. These variations also are displayed within the information provided by the -? parameter, as Figure 2.1 shows.
Figure 2.1. Using -? with a cmdlet provides various syntax information.
Read now
Unlock full access