Updating readme for updating of the module

This commit is contained in:
Dan Cuomo 2021-05-04 11:55:47 -07:00 коммит произвёл GitHub
Родитель 3500458ca9
Коммит ab8bd48fe9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,17 @@ For a disconnected system, please use:
Then move the module to the disconnected system in the PowerShell module path. For example:
```C:\Program Files\WindowsPowerShell\Modules\Test-NetHLK\...```
## Updating the module
We recommend the following process for ensuring you're running the latest version of the module.
First uninstall the old module:
```Uninstall-Module Test-NetHLK -AllVersions```
Next, install the latest version of the module:
```Install-Module Test-NetHLK -Force```
## Test-NICAdvancedProperties
This cmdlet tests the properties returned from Get-NetAdapterAdvancedProperty. For syntatical help, please use the PowerShell help with the following command ```help Test-NICAdvancedProperties```