Having an issue with Get-PWManagedWorkspaceConfigBlocks where when it retrieves the blocks if the WorkSpace_Name contains a colon (:) it truncates the name before the colon.
$csbList = (Get-PWManagedWorkSpaceConfigBlocks -WorkSpaceType Customer).Workspace_Name $csbList v8i 3.0.0 v8i 3.0.0 v8i 3.0.0 v8i 3.0.0 v8i 3.0.0 v8i 3.0.4 v8i 3.0.4 v8i 3.0.4 v8i 3.0.4 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 CE 4.0.0 v8i 3.0.5 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 Connect 3.1.0 CE 4.0.0 CE 4.0.0 CE 4.0.0 v8i 3.0.5 CE 4.0.0 CE 4.0.0 CE 4.0.0 CE 4.0.0 CE 4.0.0 CE 4.0.0 Minimal Customer CE 4.0.0 CE 4.0.0 CE 4.0.0 v8i 4.0.0 CE 4.0.0 CE 4.0.0 CE 4.0.0 v8i 4.0.0 v8i 4.0.0 v8i 4.0.0 v8i 4.0.0 CE 4.0.0 CE 4.0.0 CE 4.0.0
all those workspaces have a colon after what is displayed above, then the rest of the name.
How should the name look? Not sure I am following.
These are the actual names:
It appears that the configuration block name is returned containing the name : description. I used the Trim(':') to remove the description. In your case, you have a colon in the name, which obviously was not accounted for. I'll see if i can resolve and send an update to Dave. Hopefully, they will implement the change.
pwps_dab 3.1.5.0 fixes this for me, Thanks!
I also tested with a colon in the description, i didn't try that before, and it worked as well.
Excellent. Happy to see Dave got a new release out so quickly.