File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
##
3
3
- New: Format-PSMDParameter - updates legacy parameter notation
4
4
- New: Search-PSMDPropertyValue - search objects for values in properties
5
+ - Upd: Template PSFTest - adding WMI commands to list of forbidden commands
6
+ - Upd: Template PSFModule - adding changelog
5
7
- Fix: New-PSMDTemplate records binary files as text files
6
8
7
9
## 2.2.5.41 (December 18th, 2018)
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ ## 1.0.0 (þ{ Get-Date -Format 'yyyy-MM-dd' }þ)
3
+ - New: Some Stuff
4
+ - Upd: Moar Stuff
5
+ - Fix: Much Stuff
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ $global:BannedCommands = @(
6
6
' Write-Error' ,
7
7
' Write-Output' ,
8
8
' Write-Information' ,
9
- ' Write-Debug'
9
+ ' Write-Debug' ,
10
+
11
+ # Use CIM instead where possible
12
+ ' Get-WmiObject' ,
13
+ ' Invoke-WmiMethod' ,
14
+ ' Register-WmiEvent' ,
15
+ ' Remove-WmiObject' ,
16
+ ' Set-WmiInstance'
10
17
)
11
18
12
19
<#
You can’t perform that action at this time.
0 commit comments