(imported topic written by Bill.Ehardt)
So I’m hoping this is a very easy question. I’m doing something simple like trying to get names/space of drives like:
Local Disk Drives/Space
C:, 23252, 51199 D:, 94562, 153596
The relevance I’m trying to use is: td of (concatenation “%0D%0A” of (values of result (it, bes property “Local Disk Drives/Space”)) of bes computers whose (blah blah blah)
How do I get the C: and D: on different lines, like:
Local Disk Drives/Space
C:, 23252, 51199
D:, 94562, 153596