powershell 为Powershell脚本模糊密码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 为Powershell脚本模糊密码相关的知识,希望对你有一定的参考价值。
# Use 128-bit key (16 Bytes)
[Byte[]] $key = (1..16)
# Create Secure Password
$secPW = "P@ssword1" | ConvertTo-SecureString -AsPlainText -Force
# Create Obfuscated Password
$obfPW = $secPW | ConvertFrom-SecureString -key $key
以上是关于powershell 为Powershell脚本模糊密码的主要内容,如果未能解决你的问题,请参考以下文章
为自动执行设置 PowerShell 脚本
powershell 用于将WebVTT转换为SRT的Windows PowerShell脚本
PowerShell 添加任务以使用参数运行 PowerShell 脚本
在另一个 Powershell 脚本中运行一个 Powershell 脚本
powershell 此PowerShell脚本是从SCCM DB获取SCEP日志并将其导出为CSV文件
powershell PowerShell脚本为SDL Web 8.1.1安装修补程序XPM_8.1.1.571