mc1903
                                            mc1903
                                        
                                    I found it works using Posh-SSH version 1.7.7 The Posh-Cisco install automatically installs the latest version of Posh-SSH as a dependency. So either install Posh-SSH version 1.7.7 BEFORE installing Posh-Cisco...
Still fails with the new Posh-SSH 2.1. Same error, different line in **Posh-SSH.psm1**  I now need to have both Posh-SSH version 1.7.7 & 2.1 installed; so I am using...
@dfinke thanks for creating ImportExcel. I use it pretty much every week to automate mind numbing data transformation tasks. It amazes people who spend their days copy & pasting data...
Hi Mike, Excellent, thank you. I will take a look over the weekend. Ref "_Just noticed that you're outputting $droppedShape if Verbose is specified...not sure why you'd to that._" As...
Morning Mike. Updated as v1.4. I encountered this issue with your suggested logic for `$UpdateMode`, so made a few changes that work for the following scenarios: 1) Normal Mode; Add...
Hello @MikeShepard As this would only pertain to rack & server shapes, I would suggest something like: `New-VisioShape -Master HPEDL180Gen108SFF -Label Server1 -Rack Rack01 -FirstU 1` Where `-Rack` is the...
Hello Mike, "_Adding rack-specific parameters to New-VisioShape is a very different.._." Yes, without a doubt it is far more involved. Apologies, I misunderstood your initial question about syntax. From what...
I have a dirty working example now... I will try to create a new function `New-VisioRackShape` that takes the `-Rack` and `-FirstU` parameters. ``` New-VisioDocument Set-VisioPage -Name 'Page-1' Register-VisioStencil HPE-Racks...
Morning Mike, So I don't break the current `New-VisioShape` code (which I need for testing), I will look to get it working as a separate `New-VisioRackShape` function first. Personally, I...
Hi Mike, I have zip attached the updated `VisioShape.ps1` file that includes the `New-VisioRackShape` function for review. You can test it with the following: ``` #Create New Visio Session and...