Removes a resource from governance, and if published to the IT Shop, removes it from the IT Shop.
Syntax:
Remove-QDataUnderGovernance [-ResourceUri] <String> [<CommonParameters>]
Parameter | Description |
---|---|
ResourceUri |
Specify the Uri of the resource to be removed from governance. Use the following format for files and folders: "\\MACHINE\DRIVELETTER$\PathToResource". TIP: If you are having trouble with SharePoint paths, use the Resource browser (in the Manager) to copy the SharePoint path. |
Examples:
Example | Description |
---|---|
Remove-QDataUnderGovernance -ResourceUri "\\2k8r2djsql\C$\Test Data" | Removes an NTFS resource from governance. |
Remove-QDataUnderGovernance -ResourceUri "sp://titan/6d338b7c-79cc-4b99-a1d0-47641cc0cebc/42d1bc72-8754-4b7d-8bac-0be07d07e8f2/faa56136-6317-4c31-9e90-649347df4bed/DerekSite/Shared%20Documents/My%20SharePoint%20Doc.txt" |
Removes a SharePoint resource from governance. |