ShareFile-PowerShell icon indicating copy to clipboard operation
ShareFile-PowerShell copied to clipboard

-Expand LastAnyLogin not working

Open meanaverage opened this issue 8 years ago • 0 comments

Hi, I need to get LastAnyLogin info, defined in ShareFile.Api.Models.Contact.

I'm trying: send-sfrequest -client $sfclient -entity accounts\clients -expand LastAnyLogin Yet this property is not being returned. Any help?

Note: I also tried: $user = New-Object ShareFile.Api.Models.Contact $user Returned:

User : FirstName : LastName : Company : EmailMedium : EmailShort : IsConfirmed : Count : CreatedDate : Name : Email : Username : Domain : MetadataUrl : __type : Id : url :

Thanks

meanaverage avatar Nov 20 '17 21:11 meanaverage