Skip to content

Commit 99e8d06

Browse files
authored
Create README.MD
1 parent 634a3f0 commit 99e8d06

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sysinfo-powershell/README.MD

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# **Wayde's Info Powershell Scripts**
2+
3+
1. `user-info.ps1` - `Get-UserInfo -acc {list,of,things,to,call,for}`
4+
2. `win32-info.ps1` - `Get-Win32Info -win32 {list,of,things,to,call,for}`
5+
3. `sys-info.ps1` - `Get-Sysinfo -sys {list,of,things,to,call,for}`
6+
__________
7+
You can use the `Import-Scripts.ps1` file to import
8+
```
9+
. .\Import-Scripts.ps1
10+
Import-Scripts {-userinfo|-win32info|-sysinfo|-all}
11+
```
12+
__________
13+
Get-UserInfo - [Microsoft - User Accounts](https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-useraccount)
14+
15+
Get-Win32Info - [Microsoft - Operating System](https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-operatingsystem)
16+
17+
Get-SysInfo - [Microsoft - Computer System](https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-computersystem)
18+
__________
19+
20+
**Anything else?**
21+
Feel free to email me at `wayde@alphaxdev.xyz` or open an issue!

0 commit comments

Comments
 (0)