Hy! i make a batch to modify a property of the mailbox of various user:
get-mailbox
username | set-mailbox city
place
i dontknow if this is the command in powershell to run the batch:
ps u:\>
'@echo "batch"' | out-file >c:\file.bat
i dont receive a confirmation.