PSScanner
2.2
PSScanner is made for IT administrators to scan corporate network, showing IP address, hostname, current logon user and serialnumber for all connected computers. It is a WPF application written in Powershell; it depents on PSParallel module for multi-threaded scan.
#
┌─────────────────────────────────────────┐
│ ______ ___ _______________________ │
│ ___ |/
#
┌─────────────────────────────────────────┐
│ ______ ___ _______________________ │
│ ___ |/
PSScanner is made for IT administrators to scan corporate network, showing IP address, hostname, current logon user and serialnumber for all connected computers. It is a WPF application written in Powershell; it depents on PSParallel module for multi-threaded scan.
#
┌─────────────────────────────────────────┐
│ ______ ___ _______________________ │
│ ___ |/ /______ ____/__ __ \_ __ \ │
│ __ /|_/ /_ _ \ / __ /_/ / / / / │
│ _ / / / / __/ /___ _ _, _// /_/ / │
│ /_/ /_/ \___/\____/ /_/ |_| \____/ │
└─────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────┐
│ _______________________ │
│ ___ __ \_ ___/_ ___/___________ ___________________________ │
│ __ /_/ /____ \_____ \_ ___/ __ `/_ __ \_ __ \ _ \_ ___/ │
│ _ ____/____/ /____/ // /__ / /_/ /_ / / / / / / __/ / │
│ /_/ /____/ /____/ \___/ \__,_/ /_/ /_//_/ /_/\___//_/ │
└────────────────────────────────────────────────────────────────┘
PSScanner #
---------------------------------------------------------------------------------------#
Author: David Wang, Jul 2022 V2.2 #
https://github.com/MeCRO-DEV/PSScanner #
Usage: PSScanner.ps1 [-ps7] [-ShowConsole] #
Switch -ps7 indicating you are using Powershell core 7+ and you want to use #
the native Foreach-Object -Parallel. In this case, there is no dependeny needed #
Switch -ShowConsole tells the script to hide the terminal window #
#
The MIT License (MIT)
Copyright (c) 2022, David Wang
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Dependency: PSParallel (By Staffan Gustafsson)
https://github.com/powercode/PSParallel
The MIT License (MIT)
Copyright (c) 2015, Staffan Gustafsson
Requires -Version 5.0
Show more
#
┌─────────────────────────────────────────┐
│ ______ ___ _______________________ │
│ ___ |/ /______ ____/__ __ \_ __ \ │
│ __ /|_/ /_ _ \ / __ /_/ / / / / │
│ _ / / / / __/ /___ _ _, _// /_/ / │
│ /_/ /_/ \___/\____/ /_/ |_| \____/ │
└─────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────┐
│ _______________________ │
│ ___ __ \_ ___/_ ___/___________ ___________________________ │
│ __ /_/ /____ \_____ \_ ___/ __ `/_ __ \_ __ \ _ \_ ___/ │
│ _ ____/____/ /____/ // /__ / /_/ /_ / / / / / / __/ / │
│ /_/ /____/ /____/ \___/ \__,_/ /_/ /_//_/ /_/\___//_/ │
└────────────────────────────────────────────────────────────────┘
PSScanner #
---------------------------------------------------------------------------------------#
Author: David Wang, Jul 2022 V2.2 #
https://github.com/MeCRO-DEV/PSScanner #
Usage: PSScanner.ps1 [-ps7] [-ShowConsole] #
Switch -ps7 indicating you are using Powershell core 7+ and you want to use #
the native Foreach-Object -Parallel. In this case, there is no dependeny needed #
Switch -ShowConsole tells the script to hide the terminal window #
#
The MIT License (MIT)
Copyright (c) 2022, David Wang
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Dependency: PSParallel (By Staffan Gustafsson)
https://github.com/powercode/PSParallel
The MIT License (MIT)
Copyright (c) 2015, Staffan Gustafsson
Requires -Version 5.0
Installation Options
Owners
Copyright
David Wang
Package Details
Author(s)
- David Wang
Functions
isThreadRunning Show-Result swapme sortme Test-IPAddress CheckSubnetMask Get-IPrange ConvertToINT64 ConvertToIP about Show-Console Hide-Console
Dependencies
This script has no dependencies.
FileList
- PSScanner.nuspec
- PSScanner.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
2.2 (current version) | 89 | 12/29/2023 |
2.1 | 7 | 12/29/2023 |
2.0.1 | 88 | 10/10/2022 |