PSCredentialStore/docs/Test-CSConnection.md
Marco Blessing e3404666d4
All checks were successful
continuous-integration/drone/push Build is passing
update references (#60)
#### 📖 Summary

- Replace all github refs with gitea url

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #60
2022-07-13 08:34:31 +02:00

1.5 KiB

external help file Module Name schema
PSCredentialStore-help.xml PSCredentialStore 2.0.0

Test-CSConnection

SYNOPSIS

Returns the connection state of a given type to the remote host.

SYNTAX

Test-CSConnection [-RemoteHost] <String> [-Type] <String> [<CommonParameters>]

DESCRIPTION

Use this script to check a connection which was established with the `Connect-To` cmdlet.

EXAMPLES

EXAMPLE 1

Test-CMConnection -RemoteHost "vcr01.internal.net" -Type VMware

PARAMETERS

-RemoteHost

Define the remote host you would like to check.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Type

Define the connection type you would like to check. See the `Connect-To` documentation for valid type values.

Type: String
Parameter Sets: (All)
Aliases:

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

[None]

OUTPUTS

[bool]

NOTES