Hello there experts
I have an idea of something I want to do but thinking what's best way to do it(since i haven't done this kind of thing before)
I have a command which outputs 3 results
like this:
Copies=get-mailboxdatabasecopy $db |%{$_.name}
what I get is the copies holding exchange database
so like:
ex1
ex2
ex3
now I want the results to be output in like this:
$db,resulots1,results2.results3
(for easy filtering in excel)
where do I start with something like this:)?
array/object location maybe?
Thanks
↧