powershell 连接到SDL Cloud中的SDL Web 8

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 连接到SDL Cloud中的SDL Web 8相关的知识,希望对你有一定的参考价值。

# December 2017: the switches "-ConnectionType Basic-SSL -CredentialType Basic" are new in the develop branch of the Tridion PowerShell modules
# install the develop version with iwr "https://raw.githubusercontent.com/pkjaer/tridion-powershell-modules/develop/CoreService/Installation/Install.ps1" | iex

$username = 'domain\user'
$password = 'password' | ConvertTo-SecureString -asPlainText -Force
$credential = New-Object System.Management.Automation.PSCredential($username, $password)
Set-TridionCoreServiceSettings -HostName cm-web-gocompare-test.tridion.sdlproducts.com -ConnectionType Basic-SSL -CredentialType Basic -Credential $credential

Get-TridionUser

以上是关于powershell 连接到SDL Cloud中的SDL Web 8的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Windows 8.1 上安装 SDL 并将其连接到 Visual Studio Community 2013

如何将 Cloud9 (python) 连接到 VPC 中的 Redshift?

pgadmin4 连接到 Google Cloud SQL 中的 postgres

Spring Cloud Config Server 无法通过 Docker 中的 ssh 连接到 git

TestContainer 中的 Spring Boot Cloud - 连接到没有 LoadBalancer/服务发现的 URL

如何通过 Dialogflow 中的内联编辑器将 Dialogflow 连接到 Cloud Firestore?