You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hello. How can I redirect verbose output from standard stdout to variable. I'm writing scripts and i need to log output from some commands like copy-item and remove-item.
kyrik.
Joel Bennett
unread,
May 17, 2009, 6:30:16 PM5/17/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
As far as I know, verbose output can't be redirected with the standard PowerShell.exe host. -- Joel
Rob Campbell
unread,
May 17, 2009, 9:04:02 PM5/17/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
It's kind of a kludge, but you should be able to start a transcript and then get the information you need back out of the transcript file.