File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
modules/XOAPBaselineW2k19DSC/0.1.0 Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ param (
1717 [Parameter ()]
1818 [ValidateNotNullOrEmpty ()]
1919 [string ]
20- $Company = " XOSS "
20+ $Company = " XOAP "
2121)
2222
23- $globalPrefix = " XOSS "
23+ $globalPrefix = " XOAP "
2424$curDirectory = Resolve-Path .\
2525$templatePath = Join-Path $curDirectory " templates"
2626$rootModulePath = Resolve-Path ..\..\
Original file line number Diff line number Diff line change 1- # XOSSBaselineW2k19DSC
1+ # XOAPBaselineW2k19DSC
22
3- The XOSSBaselineW2k19DSC PowerShell module provides
3+ The XOAPBaselineW2k19DSC PowerShell module provides
44DSC resources that can be used to ... (explain what functionality the resources are meant to provide)
55
66## Installation
77
88To manually install the module, download the source code and unzip the contents
9- of the \Modules\XOSSBaselineW2k19DSC directory to the
9+ of the \Modules\XOAPBaselineW2k19DSC directory to the
1010$env: ProgramFiles \WindowsPowerShell\Modules folder
1111
1212To install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0)
1313run the following command:
1414
15- Find-Module -Name XOSSBaselineW2k19DSC -Repository PSGallery | Install-Module
15+ Find-Module -Name XOAPBaselineW2k19DSC -Repository PSGallery | Install-Module
1616
1717To confirm installation, run the below command and ensure you see the
18- XOSSBaselineW2k19DSC DSC resoures available:
18+ XOAPBaselineW2k19DSC DSC resoures available:
1919
20- Get-DscResource -Module XOSSBaselineW2k19DSC
20+ Get-DscResource -Module XOAPBaselineW2k19DSC
2121
2222## Usage
2323
2424Include the following in your DSC configuration
2525
26- Import-DSCResource -ModuleName XOSSBaselineW2k19DSC
26+ Import-DSCResource -ModuleName XOAPBaselineW2k19DSC
2727
2828### MyResource
2929
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<plasterManifest
33 schemaVersion =" 1.0" xmlns =" http://www.microsoft.com/schemas/PowerShell/Plaster/v1" >
44 <metadata >
77 <version >1.0.0</version >
88 <title >PowershellDSCResource</title >
99 <description ></description >
10- <author >Benedikt Brauneck </author >
10+ <author >XOAP </author >
1111 <tags ></tags >
1212 </metadata >
1313 <parameters >
Original file line number Diff line number Diff line change 77 <version >1.0.0</version >
88 <title >PowershellDSCModule</title >
99 <description ></description >
10- <author >Benedikt Brauneck </author >
10+ <author >XOAP </author >
1111 <tags ></tags >
1212 </metadata >
1313 <parameters >
You can’t perform that action at this time.
0 commit comments