| external help file | PSRhapsody-help.xml |
|---|---|
| Module Name | PSRhapsody |
| online version | |
| schema | 2.0.0 |
Connects to a Rhapsody server.
Connect-Rhapsody [-Credential] <PSCredential> [-BaseUri] <Uri> [-SkipCertificateCheck] [-Force]
[<CommonParameters>]
Connects to a Rhapsody server.
Connect-Rhapsody -BaseUri 'https://your.rhapsody.server:8444'
Connects to the Rhapsody server via HTTPS on port 8444, prompting for credentials.
Credentials used for authentication.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseBase URI of the Rhapsody REST API.
Type: Uri
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseBypass SSL certificate validation (e.g. if the server's certificate is self-signed)
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseForces an update to the connection configuration used by other cmdlets in this module, even if the connection attempt fails.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).