< Back

Get-DsRegStatus

Sat Jan 18, 2020 4:19 pm

NAME Get-DsRegStatus



SYNOPSIS

Returns the output of dsregcmd /status as a PSObject.





SYNTAX

Get-DsRegStatus [<CommonParameters>]





DESCRIPTION

Returns the output of dsregcmd /status as a PSObject. All returned values are accessible by their property name.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\># Displays a full output of dsregcmd / status.



Get-DsRegStatus











RELATED LINKS