Disconnect-EPCController
- 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Disconnect-EPCController
- Updated on 04 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Disconnects from any active Endpoint Client Controller
Description
Essentially deletes any stored credentials and FQDN from global variables.
Doesn't currently work because there apparently isn't a way to remove the WSDL namespace from memory.
Thiss means that connecting to a new EPC controller will still try to use the WSDL associated with the original controller.
Any API commands will fail. Therefore, there is no useful reason to disconnect.
Keeping this here in case I eventually figure out how to unload the WSDL namespace
Syntax
Disconnect-EPCController
Examples
Example 1
Disconnect-EPCController
Disconnects from all active connections to an EPC Controller
Was this article helpful?