PSProfile:用于操作PowerShell配置文件的PowerShell模块

时间:2024-06-03 16:12:13
【文件属性】:

文件名称:PSProfile:用于操作PowerShell配置文件的PowerShell模块

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-03 16:12:13

PowerShell

#PSProfile PowerShell模块 这是一个实验性的PowerShell模块,用于创建,删除和操作PowerShell主机使用的不同profile.ps1。 ###例子 # Create a new profile, set it to auto load the AD Module. New-PSProfile - Scope CurrentUserAllHosts - ScriptBlock { Import-Module - Name ActiveDirectory} # Copy your profile to other locations. Copy-PSProfile - Scope CurrentUserAllHosts - Destination $profile .AllUsersAllHosts


【文件预览】:
PSProfile-master
----.gitattributes(378B)
----PSProfile.psd1(7KB)
----README.md(494B)
----Functions()
--------Update-PSProfile.ps1(2KB)
--------New-PSProfile.ps1(2KB)
--------Remove-PSProfile.ps1(1KB)
--------Copy-PSProfile.ps1(1KB)
----.gitignore(574B)
----PSProfile.psm1(107B)

网友评论