Hi everyone,
Please help on the below output, thanks a lot.
Original output:
Q: (members of it) of local group “Administrators” as string
A: Andy-PC\Administrator
A: Andy-PC\Andy
T: 2.352 ms
Expect output:
“Andy-PC\Administrator” “Andy-PC\Andy” (Output must be with double quotation mask and with space between output)
I can get you part way there…
(concatenation ", " of (members of local group “Administrators” as string))
The above will provide “Domain\username”, “localhost\username” as the output. I presume minor fiddling with the ", " will allow you to get the output in a manner you want.
Thanks blair_heiserman your reply
finally i got what i want, thanks.
"%22" & (concatenation “%22 %22” of (members of local group “Administrators” as string)) & “%22”