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 (
17
17
[Parameter ()]
18
18
[ValidateNotNullOrEmpty ()]
19
19
[string ]
20
- $Company = " XOSS "
20
+ $Company = " XOAP "
21
21
)
22
22
23
- $globalPrefix = " XOSS "
23
+ $globalPrefix = " XOAP "
24
24
$curDirectory = Resolve-Path .\
25
25
$templatePath = Join-Path $curDirectory " templates"
26
26
$rootModulePath = Resolve-Path ..\..\
Original file line number Diff line number Diff line change 1
- # XOSSBaselineW2k19DSC
1
+ # XOAPBaselineW2k19DSC
2
2
3
- The XOSSBaselineW2k19DSC PowerShell module provides
3
+ The XOAPBaselineW2k19DSC PowerShell module provides
4
4
DSC resources that can be used to ... (explain what functionality the resources are meant to provide)
5
5
6
6
## Installation
7
7
8
8
To 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
10
10
$env: ProgramFiles \WindowsPowerShell\Modules folder
11
11
12
12
To install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0)
13
13
run the following command:
14
14
15
- Find-Module -Name XOSSBaselineW2k19DSC -Repository PSGallery | Install-Module
15
+ Find-Module -Name XOAPBaselineW2k19DSC -Repository PSGallery | Install-Module
16
16
17
17
To confirm installation, run the below command and ensure you see the
18
- XOSSBaselineW2k19DSC DSC resoures available:
18
+ XOAPBaselineW2k19DSC DSC resoures available:
19
19
20
- Get-DscResource -Module XOSSBaselineW2k19DSC
20
+ Get-DscResource -Module XOAPBaselineW2k19DSC
21
21
22
22
## Usage
23
23
24
24
Include the following in your DSC configuration
25
25
26
- Import-DSCResource -ModuleName XOSSBaselineW2k19DSC
26
+ Import-DSCResource -ModuleName XOAPBaselineW2k19DSC
27
27
28
28
### MyResource
29
29
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" ?>
2
2
<plasterManifest
3
3
schemaVersion =" 1.0" xmlns =" http://www.microsoft.com/schemas/PowerShell/Plaster/v1" >
4
4
<metadata >
7
7
<version >1.0.0</version >
8
8
<title >PowershellDSCResource</title >
9
9
<description ></description >
10
- <author >Benedikt Brauneck </author >
10
+ <author >XOAP </author >
11
11
<tags ></tags >
12
12
</metadata >
13
13
<parameters >
Original file line number Diff line number Diff line change 7
7
<version >1.0.0</version >
8
8
<title >PowershellDSCModule</title >
9
9
<description ></description >
10
- <author >Benedikt Brauneck </author >
10
+ <author >XOAP </author >
11
11
<tags ></tags >
12
12
</metadata >
13
13
<parameters >
You can’t perform that action at this time.
0 commit comments