powershell PowerShell中的用户凭据对象,带有TridionModules和核心服务

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell PowerShell中的用户凭据对象,带有TridionModules和核心服务相关的知识,希望对你有一定的参考价值。

$username = 'username'
$password = 'password' | ConvertTo-SecureString -asPlainText -Force
$credential = New-Object System.Management.Automation.PSCredential($username, $password)
Set-TridionCoreServiceSettings -Credential $credential -Hostname "localhost" -Version Web-8.5 -Persist

Get-TridionUser

以上是关于powershell PowerShell中的用户凭据对象,带有TridionModules和核心服务的主要内容,如果未能解决你的问题,请参考以下文章

powershell 获取Web应用程序中的所有用户

powershell 检索用户文件夹中的未签名可执行文件

使用PowerShell 导出Exchange中的用户中用户信息到Office 365

用于搜索给定域中的用户的 Ldap 过滤器(使用 powershell)

Powershell脚本通过注册表将本地用户添加到组件服务中的COM安全设置

PowerShell脚本来计算多个组的成员而不重复