powershell PowerShell配置文件问候语

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell PowerShell配置文件问候语相关的知识,希望对你有一定的参考价值。

# create profile if it does not yet exist
$exists = Test-Path -Path $Profile.CurrentUserAllHosts
if (!$exists){
    New-Item -Path $Profile.CurrentUserAllHosts -ItemType File -Force | Out-Null    
}
# add code to profile
$greetings = 
'Hello there!',
'Glad to see you!',
'Welcome Back!',
'Happy coding!',
'Have a great day!',
'Be one with the Snover',
'May the PowerShell be with you!'

Write-Host -ForegroundColor Cyan ($greetings | Get-Random)

以上是关于powershell PowerShell配置文件问候语的主要内容,如果未能解决你的问题,请参考以下文章

powershell 我的示例Powershell配置文件脚本

powershell 测试PowerShell配置文件

powershell PowerShell配置文件问候语

powershell PowerShell配置文件

powershell 用于Cmder的Powershell配置文件

powershell (PowerShell)请求静态IP配置并将其放入文本文件中