< Back

Get-ChefAutomateStatus

Mon Jan 13, 2020 1:07 am

NAME Get-ChefAutomateStatus



SYNOPSIS

Returns the status of the nominated Chef Automate server.





SYNTAX

Get-ChefAutomateStatus [[-automateServer] <Object>] [<CommonParameters>]





DESCRIPTION

Returns the status of the nominated Chef Automate server. Does not require an authentication token.





PARAMETERS

-automateServer <Object>

Chef Automate Server (e.g. chef-automate.company.com)



Required? false

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<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

Takes the DNS-resolvable name of the Chef Automate server (e.g. 'chef-automate' or 'chef-automate.company.com')





OUTPUTS

Core server health, configuration mode and FIPS mode of the Chef Automate Server.





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



C:\\PS>Get-ChefAutomateStatus -automateServer 'chef-automate.company.com'















RELATED LINKS