external help file | Module Name | online version | schema |
---|---|---|---|
PS-QSYS-help.xml |
PS-QSYS |
2.0.0 |
Sets a Q-SYS core's hostname.
Set-QSYSCoreName [-Session] <QSYS_Session> [-Name] <String> [<CommonParameters>]
Sets a Q-SYS core's hostname.
Set-QSYSCoreName -Session $qs -Name MyTestCore
Core name is set to "MyTestCore"
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
The new hostname for the Q-SYS core.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.