replace Get-WmiObject with Get-CimInstance (win)
This commit is contained in:
parent
b978a2e23e
commit
cce481b077
@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.12.14 | 2022-11-11 | restored `powershell` compatibility for version 7.3 (windows) |
|
||||
| 5.12.13 | 2022-11-06 | updated docs |
|
||||
| 5.12.12 | 2022-11-03 | fix typescript typings |
|
||||
| 5.12.11 | 2022-10-27 | `wifiInterfaces()`, `wifiConnections` improved parsing (linux) |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.12.14</th>
|
||||
<td>2022-11-11</td>
|
||||
<td>Restored <span class="code">powershell</span> compatibility for version 7.3 (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.12.13</th>
|
||||
<td>2022-11-06</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png" alt="logo">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.12.13</span></div>
|
||||
<div class="version">New Version: <span id="version">5.12.14</span></div>
|
||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
||||
</div>
|
||||
<div class="down">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user