質問

当社は、当社のステージおよびPROD 2010 SP1環境で、削除されたサイトコレクションの復元に関するいくつかの問題を抱えています。デフォルトのリサイクル設定がすべて設定され、その機能を有効にしています。

サイトコレクションが削除されると、ごみ箱に表示されません。私はエンドユーザーのごみ箱をチェックし、エンドユーザーごみ箱から削除され、中央管理のリサイクルビンをチェックしました。

Stranger、時々 Get-SpdeletedSiteコマンドを実行すると、削除されたサイトコレクションは表示されません。そのコマンドを実行して表示されていることが表示されている場合は、サイトを復元することができますが、そうでないように変わっているようです。削除されたサイトコレクションを見つけることができない場合に、サイトをバックアップから復元する必要がありました。

この正確な問題に関連するフォーラムポスト/記事を1つだけ見出しましたが、それは未解決に行きました。ここで誰でもこの問題を抱えているか、私が試すことができるものについて何か提案がありましたか?

ありがとう人!

役に立ちましたか?

解決

A Site considerably different from a Site Collection in that a site is simply a child web of the site collection whereas the Site Collection is the top level data container. Only deleted sites appear in the recycle bin because the recycle bin itself is contained in the Site Collection. If you delete the Site Collection, you are deleting the recycle bin as well, meaning the PowerShell commands are the only option (aside from a traditional restore)

Further, according to this site:

If you are an admin and you have explicitly called Remove-SPSite, then your site collection is not available to the SPDeleteSite commandlets.

this is further backed up by Microsoft which says this :

The Remove-SPSite cmdlet completely deletes an existing site collection and all subsites. This operation cannot be undone.

so if you are deleting the site collections via this command, they will not appear if you try to restore them using the powershell Get-SPDeletedSite command

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top