By 26 Novembre 2019 0 Comments

Microsoft LAPS – The term ‘Get-AdmPwdPassword’ is not recognized as the name of a cmdlet, function, script file, or operable program.

Se utilizzando il comando : Get-AdmPwdPassword –ComputerName WIN81-X64
si riceve l’errore :

Get-AdmPwdPassword : The term ‘Get-AdmPwdPassword’ is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.
At line:1 char:1
+ Get-AdmPwdPassword -ComputerName test-laps
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-AdmPwdPassword:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

ricordarsi di caricare sempre il modulo : AdmPwd.PS 
pertanto il comando Powershell sarà:

Import-Module AdmPwd.PS
Get-AdmPwdPassword –ComputerName WIN81-X64

laps, microsoft laps, Get-AdmPwdPassword is not recognized as the name of a cmdlet, Get-AdmPwdPassword, Get-AdmPwdPassword not recognized

Posted in: Active Directory

About the Author:

shared on wplocker.com