在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:dsccommunity/xFirefox开源软件地址:https://github.com/dsccommunity/xFirefox开源编程语言:PowerShell 100.0%开源软件介绍:xFirefoxThe xFirefox module contains the MSFT_xFirefox composite resource which allows you to install the Firefox web browser This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments. ContributingPlease check out common DSC Resources contributing guidelines. ResourcesMSFT_xFirefox
MSFT_xFirefoxPreference
VersionsUnreleased1.3.0.0
1.2.0.0
1.1.0.0
1.0.0.0
ExamplesInstall the Firefox browserConfiguration Sample_InstallFirefoxBrowser
{
param
(
[Parameter(Mandatory)]
$VersionNumber,
[Parameter(Mandatory)]
$Language,
[Parameter(Mandatory)]
$OS,
[Parameter(Mandatory)]
$LocalPath
)
Import-DscResource -module xFirefox
MSFT_xFirefox Firefox
{
VersionNumber = $VersionNumber
Language = $Language
OS = $OS
LocalPath = $LocalPath
}
} |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论