Added UUID fetch
This commit is contained in:
parent
10b4b9cbcb
commit
8602681ee6
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ Note: unless otherwise stated, replace any variable such as `$ComputerName` with
|
|||
|
||||
<br>
|
||||
|
||||
### Remotely Fetch a Computer's UUID
|
||||
|
||||
```powershell
|
||||
(Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID
|
||||
```
|
||||
|
||||
### Remotely Fetch a (Partial) Installed Program List for $ComputerName
|
||||
|
||||
```powershell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue