Všetky príspevky Bart Wakkee

How to determine WFM Uri

If you need to determine if you have https or http uri, try this PS script.

$site = (Get-SPWebapplication -IncludeCentralAdministration | ?{$_.IsAdministrationWebApplication}).Sites[0]

$wfmProxy = Get-SPServiceApplicationProxy | ?{$_.TypeName -eq „Workflow Service Application Proxy“}
$wfmProxy.GetWorkflowServiceAddress($site)

Copy library

export-spweb http://tbportal/changefacilitators -itemurl „_catalogs/lt/“ -path c:\test.cmp

Import-SPWeb -Identity  http://tbportal/chm  -Path c:\test.cmp 

Syntax:
To backup a document library called ‘Library1′ in ‘Subsite’.
export-spweb