Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FolderScanType of smb is assumed, support for FolderScanType of ftp (and associated parameters) should be supported #7

Open
dimitrirodis opened this issue Nov 1, 2024 · 0 comments

Comments

@dimitrirodis
Copy link

dimitrirodis commented Nov 1, 2024

Found the module and gave it a whirl. Used it to update a bunch of address book entries, but then they stopped working. It looks as though there are some issues here:

  1. FolderScanType of smb is hardcoded rather than accepting that parameter or respecting existing entries in the *-AddressBookEntry functions, so adding or updating entries causes any FTP entries to be changed to the smb type.
  2. An entry retrieved from Get-AddressBookEntry cannot be changed and then piped into Update-AddressBookEntry because the object contains several properties (such as FolderScanType) that are not properly supported (even though they should be). Suggest adding support to accept the same objects retrieved from Get-AddressBookEntry into pipeline for Update-AddressBookEntry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant