Get-DhcpServer
SYNOPSIS
PSCX Cmdlet: Gets a list of authorized DHCP servers.
SYNTAX
Get-DhcpServer [-Server <String>] [-Credential <PSCredential>] [<CommonParameters>]
DESCRIPTION
Gets a list of authorized DHCP servers.
EXAMPLES
EXAMPLE 1
PS C:\>
PARAMETERS
-Credential
Specifies credentials required to authenticate on the domain controller.
Type: System.Management.Automation.PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Server
Send the request to this active directory domain controller.
Type: System.String
Parameter Sets: (All)
Aliases: DC
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.