DexterPOSH / PSRemotely

Remote operations validation framework, exposes a DSL to wrap existing Pester/PoshSpec based validation tests.
http://psremotely.readthedocs.io/en/latest/
MIT License
46 stars 7 forks source link

Add a new debug function named Enter-PSRemotely #52

Closed DexterPOSH closed 7 years ago

DexterPOSH commented 7 years ago

While trying to debug what ops validation test failed on the remote node, one usually has to reference the $PSRemotely.SessionHashtable.

Write a wrapper function, which should auto-complete the remote nodes names for the opened PSSession used by PSRemotely and drops into that remote PSSession.

DexterPOSH commented 7 years ago

Fixed as part of v1.0.4 release