Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.02 KB

File metadata and controls

55 lines (39 loc) · 1.02 KB
external help file PS-QSYS-help.xml
Module Name PS-QSYS
online version
schema 2.0.0

Restart-QSYSCore

SYNOPSIS

Restarts the Q-SYS core.

SYNTAX

Restart-QSYSCore [-Session] <QSYS_Session> [<CommonParameters>]

DESCRIPTION

Restarts the Q-SYS core.

EXAMPLES

EXAMPLE 1

Restart-QSYSCore -Session $qs

PARAMETERS

-Session

A Q-SYS session, as returned from New-QSYSSession

Type: QSYS_Session
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
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.

INPUTS

OUTPUTS

NOTES

RELATED LINKS