Refresh

This website github.imc.re/MrTechGadget/aw-bulkdevices-script/commit/92d9fef2e6dd9ef3563f55bb89f3023044951216 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Skip to content

Commit

Permalink
Updated for Get-DeviceDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTechGadget committed Jan 8, 2021
1 parent 5a9cade commit 92d9fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSairwatch.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
.OUTPUTS
None
.NOTES
Version: 2.6.1
Version: 2.7.0
Author: Joshua Clark @MrTechGadget
Source: https://github.com/MrTechGadget/aw-bulkdevices-script
Creation Date: 05/22/2018
Update Date: 10/14/2020
Update Date: 01/08/2021
.EXAMPLE
$ScriptPath = Split-Path $MyInvocation.MyCommand.Path -Parent
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ EXAMPLE
file parameter (REQUIRED) is the path to a CSV file with a list of Serial Numbers. fileColumn parameter (OPTIONAL, with a default value of "SerialNumber") is the Column title in CSV file containing SerialNumber values.
The user is prompted to confirm before it is executed. A progress bar shows progress through all of devices, and output to the window and a log file shows successes and failures of each device, as well as any errors.

**Get-DeviceDetails.ps1** - Gets Device Details given a list of SerialNumbers and Desired names.
file parameter (REQUIRED) is the path to a CSV file with a list of Serial Numbers. fileColumn parameter (OPTIONAL, with a default value of "SerialNumber") is the Column title in CSV file containing SerialNumber values. searchBy parameter (OPTIONAL, with a default value of "SerialNumber") is the type of identification number to use in search.

EXAMPLE
Reset-EnterpriseWipe.ps1 -file "Devices.csv" -fileColumn "SerialNumber"

Expand Down

0 comments on commit 92d9fef

Please sign in to comment.