@@ -11,7 +11,7 @@ PowerShell Script is where you have a lot of PowerShell script, to make your lif
1111
1212# Scripts
1313
14- At the moment we have 9 scripts each with a function, as time goes by I will be adding more scripts.
14+ At the moment we have 16 scripts each with a function, as time goes by I will be adding more scripts.
1515
1616The documentation:
1717
@@ -281,6 +281,160 @@ This script will install the ide of your choice or all ides
281281</details>
282282
283283
284+ <details>
285+
286+ <summary>Systeminfo</summary>
287+
288+ ```sh
289+ o=====ooooooo=ooooooooooo==
290+ ===========+===============
291+ =====....................+o
292+ ===o: :=:..+===========. +o
293+ ====..=o+. ~+oo====oo+ ~==
294+ ===: ~oo==+. ~+====oo~ +o=
295+ ===. =oo=o=+. .====o+ .===
296+ =o+ ~oo=+:. .:=oo===: :===
297+ oo. +=:. .:~~:~~+oo=..====
298+ o+ .=+..~+==.....:==: :o===
299+ o+....................=o===
300+ oo=============+====+=o====
301+ o==o=ooooooo====oooo=======
302+
303+ Github:github.com/suchsoak
304+ BY: suchsok
305+ ```
306+ This script gives information about the system, such as video card, processor, wifi and so on.
307+
308+ | Doc | Links |
309+ | ------ | ------ |
310+ | Systeminfo | https://github.com/suchsoak/Powershell_script/blob/main/Doc/systeminfo.md
311+
312+ </details>
313+
314+ <details>
315+
316+ <summary>Fileinfo</summary>
317+
318+ ```sh
319+ +------------------------------+
320+ |=========+~........~+=========|
321+ |=======+..~:++==++:~..+=======|
322+ |======~ ~+==========+~ ~======|
323+ |=====+ ~==============~ +=====|
324+ |=====~ :o=============: ~o====|
325+ |====+. ~++++++++++++++~ .+====|
326+ |==+..~~~~~~~~~~~~~~~~~~~~..+==|
327+ |==+ ~====================~ +==|
328+ |==+ ~=======+~.~~+=======~ +==|
329+ |==+ ~======: .++. +======~ +==|
330+ |==+ ~======+..:~..+======~ +==|
331+ |==+ ~========+ :========~ +==|
332+ |==+ .=========~~=========~ +==|
333+ |===~ ~+=======++======++~ ~===|
334+ |====:~..................~+====|
335+ +------------------------------+
336+ Github:github.com/suchsoak
337+ BY: suchsok
338+ ```
339+
340+ This script returns information about a particular file
341+
342+ | Doc | Links |
343+ | ------ | ------ |
344+ | Fileinfo | https://github.com/suchsoak/Powershell_script/blob/main/Doc/fileinfo.md
345+
346+ </details>
347+
348+ <details>
349+
350+ <summary>restorepoint</summary>
351+
352+ ```sh
353+ ___ _ ___ _ _
354+ | _ \ ___ ___| |_ ___ _ _ ___ | _ \ ___ (_) _ _ | |_
355+ | // -_)(_-/| _|/ _ \| ' _| / -_)| _// _ \| || ' \ | _|
356+ |_|_\\___|/__/ \__|\___/|_| \___||_| \___/|_||_||_| \__|
357+ Github:github.com/suchsoak
358+ BY: suchsok
359+
360+ ```
361+ This script will make a restore point on the system
362+
363+ | Doc | Links |
364+ | ------ | ------ |
365+ | Restorepoint | https://github.com/suchsoak/Powershell_script/blob/main/Doc/restorepoint.md
366+
367+ </details>
368+
369+ <details>
370+
371+ <summary>eventlog</summary>
372+
373+ ```sh
374+ ___ _ _ __ _
375+ | __|__ __ ___ _ _ | |_ | | ___ / _` |
376+ | _| \ V // -_)| ' \ | _|| | __ / _ \\ __. |
377+ | ___| \_ / \_ __|| _|| _| \_ _|| ____| \_ __/| ___/
378+ Github:github.com/suchsoak
379+ BY: suchsok
380+
381+ [1] 10 [5] 50 [9] 90
382+ [2] 20 [6] 60 [10] 100
383+ [3] 30 [7] 70 [11] 1000
384+ [4] 40 [8] 80 [12] 10000
385+
386+ ` ` `
387+
388+ The provided script is a PowerShell script that displays a log and allows the user to choose the number of recent events they want to retrieve from the System event log.
389+
390+ | Doc | Links |
391+ | ------ | ------ |
392+ | Eventlog | https://github.com/suchsoak/Powershell_script/blob/main/Doc/eventlog.md
393+
394+ < /details>
395+
396+ < details>
397+
398+ < summary> Mpscan< /summary>
399+
400+ ` ` ` sh
401+ __ __ _ __ ___
402+ | \/ || ' _ \/ __| __ __ _ _ _
403+ | |\/| || .__/\__ \/ _|/ _` || ' \
404+ | _| | _|| _| | ___/\_ _| \_ _/_|| _|| _|
405+ Github:github.com/suchsoak
406+ BY: suchsok
407+ ` ` `
408+
409+ The script in question is written in PowerShell and aims to perform checks and executions related to computer security using Windows Defender.
410+
411+ | Doc | Link |
412+ | -------| ------|
413+ | mpscan| https://github.com/suchsoak/Powershell_script/blob/main/Doc/mpscan.md? plain=1
414+
415+ < /details>
416+
417+ < details>
418+
419+ < summary> Password< /summary>
420+
421+ ` ` ` sh
422+ _ __ _
423+ | ' _ \ __ _ ___ ___ _ __ __ ___ _ _ __| |
424+ | .__// _` |(_-/(_-/ \ V V // _ \| ' _| / _` |
425+ | _| \_ _/_| /__//__/ \_ /\_ / \_ __/| _| \_ _/_|
426+ Github:github.com/suchsoak
427+ BY: suchsok
428+ ```
429+
430+ The logic of this script is to prompt the user to enter a password and a file path, and then securely save the password to a file using PowerShell commands.
431+
432+ | scrip| link |
433+ | -----| ------|
434+ |password| https://github.com/suchsoak/Powershell_script/blob/main/Doc/password.md
435+
436+ </details >
437+
284438# Usage
285439
286440> [ !NOTE]
@@ -306,8 +460,13 @@ Or you can use the scripts separately
306460 .\t elssh.ps1
307461 .\l anguage.ps1
308462 .\i de.ps1
463+ .\s ysteminfo.bat
464+ .\r estorepoint.ps1
465+ .\f ileinfo.ps1
466+ .\e ventlog.ps1
467+ .\p assword.ps1
309468```
310469
311470 License & Copyright
312471-----------------------
313- This open source project is licensed under the CC0-1.0 license. All trademarks are the property of their respective owners.
472+ This open source project is licensed under the ` CC0-1.0 license. ` All trademarks are the property of their respective owners.
0 commit comments