从SP日历中查找已删除的对象 [英] Find deleted objects from SP calendar

查看:67
本文介绍了从SP日历中查找已删除的对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在使用该方法获取日历中的对象列表:

I am using the method to get list of object in calendar:

$web = $clientContext.Web
$list = $web.Lists.GetByTitle("Pages")
$clientContext.Load($list)
$clientContext.ExecuteQuery()



但是,当获取  $ list   I
我也从Web门户获取(已经)已删除的对象(不再显示)。

But, when getting all content of $list I am getting also the (Already) deleted objects from the Web portal (not showing anymore).


需要知道PowerShell,我需要知道已被删除的
,而不是。


有没有找到这些删除对象并过滤它们的选项?

Is there any option to find these deleted objects and filter them?


谢谢Tal

Thanks Tal

推荐答案

您好

你是你确定已经删除了它们吗?

Are you sure you delete them already?

如果是这样,请尝试从第二阶段回收站清空它们。

If so, please try to empty them from second stage recycle bin.


这篇关于从SP日历中查找已删除的对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆