tcox8
tcox8
Also note: when attempting to follow the examples from your website (https://saveenr.gitbook.io/visiopowershell/v/visiosps4.0.0docs/automatic-diagrams/drawing-directed-graphs) most of the commands do not work. i.e. $d.AddShape doesn't exist. I have to use $d.AddNode. Similar to...
Note: I tried using variations of the following but the page does NOT change: ``` $ls.LayoutDirection = "TopToBottom" $ls.ConnectorStyle = "RightAngle" $ls.ConnectorAppearance = "Straight" Format-VisioPage -LayoutStyle $ls ``` I test...
Also, is the XML custom to this application? I cannot find documentation for the formatting of the XML anywhere. Anything close to the language doesn't seem to work. Another example,...
I noticed "Get-VisioScriptingClient" fails out as it claims the function doesn't exist. I installed 4.2 but had the same issues. I then removed the entire Visio Module and installed version...
If I don't use the XML and instead use .AddShape and .AddConnection, I am able to change the layouts as need be with the Format-VisioPage function. I do wish that...
@p0w3rsh3ll I removed version 1.8.5. I had to go into each file and unblock it before I could import the 1.8.6 module. I am now however receiving the error "Cannot...
I removed the 1.8.6 module and reinstalled 1.8.5. The problem now exists with version 1.8.5 as well?!?
To clarify, I did set the API key using Set-MSRCApiKey first. > dir ~/Downloads/location-where-zip-is-extracted/* -inc * -rec -for -ea 0 | Unblock-File -Verbose Thanks!
Unfortunately, I'm still getting the error. 
Good catch! I removed the variable and still receive the error. P.S. thanks for your support on this! 