I'm trying to convert this :
tags: [
{ tagName : "O365" },
{ tagName : "Skype for Business" }
]
to "O365,Skype for Business" as a string.
Could anyone help me to accomplish this using Powershell ?
I'm trying to convert this :
tags: [
{ tagName : "O365" },
{ tagName : "Skype for Business" }
]
to "O365,Skype for Business" as a string.
Could anyone help me to accomplish this using Powershell ?