DataConnection Type
The WordpressConnection object.
Remarks
The WordpressConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Wordpress -Url 'http://www.yourwordpresshost.com' -User 'yourUserName' -Password 'yourPassword' $conn | GM