|
Apr
17 |
|
comment |
Share Point Activity feed power shell script error Hi All , If i want the Update happen only to group of audience that i had created instead of the complete user profile ,Can you tell me how i can achieve that using power shell |
|
Apr
13 |
|
awarded | Scholar |
|
Apr
13 |
|
awarded | Commentator |
|
Apr
13 |
|
accepted | Share Point Activity feed power shell script error |
|
Apr
13 |
|
comment |
Share Point Activity feed power shell script error Thank you very much both of you .It fixed the issue ...You really saved me a lot of time .... |
|
Apr
13 |
|
revised |
Share Point Activity feed power shell script error added 495 characters in body |
|
Apr
13 |
|
comment |
Share Point Activity feed power shell script error Can you please see my updated code with the logic you told me . i am getting the following error .You cannnot call a method on null valued expression |
|
Apr
13 |
|
comment |
Share Point Activity feed power shell script error @RobertKaucher Hi Robert i had formatted the code and added the logic to repeat it for all users but now i am getting the following error.Can you please help 'You cannot call a method on a null-valued expression' |
|
Apr
13 |
|
revised |
Share Point Activity feed power shell script error I had formatted and added the UP logic for all users |
|
Apr
13 |
|
revised |
Share Point Activity feed power shell script error deleted 492 characters in body |
|
Apr
13 |
|
awarded | Editor |
|
Apr
13 |
|
comment |
Share Point Activity feed power shell script error Thanks for the answer but when i am running it through the userprofile enumerator it is giving me the following error. Can you please help me. But it is running in the loop > You cannot call a method on a null-valued expression. At > C:\Users\servicet\Desktop\ActivityFeedComplete.ps1:31 char:19 > + $methodInfo.Invoke <<<< ($am, $profile1.NTName) > + CategoryInfo : InvalidOperation: (Invoke:String) [], RuntimeException > + FullyQualifiedErrorId : InvokeMethodOnNull |
|
Apr
13 |
|
revised |
Share Point Activity feed power shell script error deleted 492 characters in body |
|
Apr
13 |
|
awarded | Student |
|
Apr
12 |
|
asked | Share Point Activity feed power shell script error |
|
Apr
11 |
|
comment |
unset the manager changes activity feed in SharePoint 2010 Thanks for the answer. My requirement is that i need to hide some of the default activities that the user follow in activity feed . I designed a console but when i am hard coding the user also it is updating only for service account .Is there a way to achieve this for all users ... |
|
Apr
11 |
|
comment |
unset the manager changes activity feed in SharePoint 2010 I had tried the same code as above but it is not impersonating for any user .its still updating the service account only .Can you please help me with this |