You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Archive-ChangeLog.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
This file contains older change history. It is maintained for reference purposes.
4
4
5
+
## v2.42.0
6
+
7
+
- Updated module manifest to load required .NET assembly for `Convert-HTMLtoAnsi`. [Issue #124](https://github.com/jdhitsolutions/PSScriptTools/issues/124)
8
+
- Updated `Show-AnsiSequence` to fix a display bug that was dropping values. [Issue #125](https://github.com/jdhitsolutions/PSScriptTools/issues/125)
9
+
- Updated missing online help links.
10
+
- Added new sample script `today.ps1`.
11
+
- Help updates.
12
+
- Updated `README.md`.
13
+
14
+
## v2.41.0
15
+
16
+
- Added function `Copy-CommandHistory` with an alias of `ch`.
17
+
- Updated `Out-Copy` to ignore ANSI unless specified. [Issue #118](https://github.com/jdhitsolutions/PSScriptTools/issues/118)
18
+
- Added an alias of `oc` for `Out-Copy`.
19
+
- Updated `New-PSFormatXML` to fix ReadOnly property error. [Issue #121](https://github.com/jdhitsolutions/PSScriptTools/issues/121)
20
+
- Updated `Get-ModuleCommand` to include version information and to accept pipeline input.
21
+
- Updated `modulecommand.format.ps1xml` with a new table view called `version`.
22
+
- Updated missing online help links.
23
+
- Updated `README.md`.
24
+
5
25
## v2.40.0
6
26
7
27
- Updated parameter validation for IP address in `Get-WhoIs` to allow addresses with 255 in an octet. [Issue #117](https://github.com/jdhitsolutions/PSScriptTools/issues/117).
Copy file name to clipboardExpand all lines: changelog.md
+13-20Lines changed: 13 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
This file contains the most recent change history for the PSScriptTools module.
4
4
5
+
## v2.48.0
6
+
7
+
### Added
8
+
9
+
- Added parameter `ProviderName` to `Get-CommandSyntax to let the user specify a provider.`[Issue #139](https://github.com/jdhitsolutions/PSScriptTools/issues/139)
10
+
11
+
### Changed
12
+
13
+
- Modified `Get-ParameterInfo` to sort output by parameter set. [Issue #138](https://github.com/jdhitsolutions/PSScriptTools/issues/138)
14
+
- Modified the format file for `psparameterinfo` objects to use a table as the default.
15
+
- Added `EnumOnly` parameter to `Get-TypeMember`[Issue #135](https://github.com/jdhitsolutions/PSScriptTools/issues/135)
16
+
- Help updates
17
+
5
18
## v2.47.0
6
19
7
20
### Changed
@@ -68,26 +81,6 @@ This file contains the most recent change history for the PSScriptTools module.
68
81
- Help updates.
69
82
- Updated `README.md`.
70
83
71
-
## v2.42.0
72
-
73
-
- Updated module manifest to load required .NET assembly for `Convert-HTMLtoAnsi`. [Issue #124](https://github.com/jdhitsolutions/PSScriptTools/issues/124)
74
-
- Updated `Show-AnsiSequence` to fix a display bug that was dropping values. [Issue #125](https://github.com/jdhitsolutions/PSScriptTools/issues/125)
75
-
- Updated missing online help links.
76
-
- Added new sample script `today.ps1`.
77
-
- Help updates.
78
-
- Updated `README.md`.
79
-
80
-
## v2.41.0
81
-
82
-
- Added function `Copy-CommandHistory` with an alias of `ch`.
83
-
- Updated `Out-Copy` to ignore ANSI unless specified. [Issue #118](https://github.com/jdhitsolutions/PSScriptTools/issues/118)
84
-
- Added an alias of `oc` for `Out-Copy`.
85
-
- Updated `New-PSFormatXML` to fix ReadOnly property error. [Issue #121](https://github.com/jdhitsolutions/PSScriptTools/issues/121)
86
-
- Updated `Get-ModuleCommand` to include version information and to accept pipeline input.
87
-
- Updated `modulecommand.format.ps1xml` with a new table view called `version`.
88
-
- Updated missing online help links.
89
-
- Updated `README.md`.
90
-
91
84
## Archive
92
85
93
86
If you need to see older change history, look at the [Archive ChangeLog](https://github.com/jdhitsolutions/PSScriptTools/blob/master/Archive-ChangeLog.md) online.
Enter a specific provider name. The default is all currently loaded providers.
79
+
80
+
```yaml
81
+
Type: String
82
+
Parameter Sets: (All)
83
+
Aliases:
84
+
85
+
Required: False
86
+
Position: Named
87
+
Default value: None
88
+
Accept pipeline input: False
89
+
Accept wildcard characters: False
90
+
```
91
+
76
92
### CommonParameters
77
93
78
94
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments