Search found 8 matches

by anupamagarwal
Wed May 05, 2010 1:50 am
Forum: PowerShell
Topic: Collecting values from pipeline
Replies: 9
Views: 4690

Collecting values from pipeline

$x = $x is silly and it was a cut-n-paste typo. Sorry about that. For the rest, you are absolutely right. I led myself down a more complicated path and could not get away. The following works perfectly and is much shorter. $x = get-mailbox -RecipientTypeDetails RoomMailbox | select Identity, Alias, ...
by anupamagarwal
Tue May 04, 2010 9:10 am
Forum: PowerShell
Topic: Collecting values from pipeline
Replies: 9
Views: 4690

Collecting values from pipeline

I am still struggling with it. Let's say I create an array of objects: $x = get-mailbox -RecipientTypeDetails RoomMailbox | select Identity, Name, Alias, HiddenFromAddressListsEnabled Now $x has the collection of mailboxes with the properties I am interedted in. Next, I want to see the calendar sett...
by anupamagarwal
Tue May 04, 2010 12:36 am
Forum: PowerShell
Topic: Collecting values from pipeline
Replies: 9
Views: 4690

Collecting values from pipeline

Thanks JV. I read the entire thread you suggested and I understand the concepts. My question is about accessing properties of objects being enumerated at different stages of the pipeline. In my example, I can use a command get-mailboxcalendarsettings alias | where {some filter} | ft @{Name="som...
by anupamagarwal
Mon May 03, 2010 1:26 pm
Forum: PowerShell
Topic: Collecting values from pipeline
Replies: 9
Views: 4690

Collecting values from pipeline

Is there a way to collect properties from different objects in the pipeline. As an example, I would use a command like: get-mailbox <alias> | get-mailboxcalendarsettings | select prop1, prop2... In this command, I only know to select properties that are available as part of the objects enumerated by...
by anupamagarwal
Mon May 03, 2010 1:26 pm
Forum: PowerShell
Topic: Collecting values from pipeline
Replies: 9
Views: 4690

Collecting values from pipeline

Is there a way to collect properties from different objects in the pipeline. As an example, I would use a command like: get-mailbox <alias> | get-mailboxcalendarsettings | select prop1, prop2... In this command, I only know to select properties that are available as part of the objects enumerated by...
by anupamagarwal
Mon Jan 11, 2010 12:50 pm
Forum: Productivity Pack Support
Topic: ActiveXPosh and 64bit
Replies: 12
Views: 15453

ActiveXPosh and 64bit

I figured out the answer. The regasm.exe is located in the folder C:WINDOWSmicrosoft.netFramework64v2.0.50727. This I believe is the 64 bit version which should be used here. This needs to be run for ActiveXPoSH.dll file located in C:Program Files (x86)SAPIEN Technologies, IncActiveXPosh folder. The...
by anupamagarwal
Mon Jan 11, 2010 9:21 am
Forum: Productivity Pack Support
Topic: ActiveXPosh and 64bit
Replies: 12
Views: 15453

ActiveXPosh and 64bit

I am not familiar with regasm.exe. Can you please post more specif instructions for doing it? For example, where is regasm.exe located and what file do I run this for? If it is a DLL, where is the file located.

Thanks
by anupamagarwal
Mon Jan 11, 2010 5:58 am
Forum: Productivity Pack Support
Topic: ActiveXPosh and 64bit
Replies: 12
Views: 15453

ActiveXPosh and 64bit

Hi Alexander,

Do you have a 64-bit version of ActivePOSH now? It would be very helpful to have one. Thanks!