你好!
请问在exchange 2010中的Exchange Management Shell中输入
Import-RecipientDataProperty -Identity “liuwenlong” -Picture -FileData ([Byte[]]$(Get-Content -Path "C:\Photo\liuwenlong.jpg" -Encoding Byte -ReadCount 0))
提示无法将Import-RecipientDataProperty项识别为cmdlet、函数、脚本文件
这是我哪个功能没有打开还是说我输入错误呢?