URL Parameter (Connect-AdobeExperienceManager Cmdlet)
Specifies the full WebDAV-enabled URL of the JCR Repository.
Syntax
Connect-AdobeExperienceManager -URL string
Data Type
cstr
Default Value
""
Remarks
The URL of the Adobe Experience Manager JCR server that supports WebDAV access. This allows the cmdlet to browse the content structure and dynamically discover nodes. For example:
- Local development: http://localhost:4502/crx/server
- AEM as a Cloud Service: https://XXXX-pXXXX-eXXXX.adobeaemcloud.com/crx/server
This is a required parameter.