IT/PC
[PC] E7470 & Dell Command| PowerShell Provider
블랙오닉스
2024. 3. 6. 09:33
유저가이드
관리자 권한으로 PowerShell실행 후 인스톨
Install-Module -Name DellBIOSProvider
정상 설치 되는 것 같음
유저가이드대로 Import 부터 시작
Import-Module DellBIOSProvider –Verbose
마소 확인
실행 정책 정보 - PowerShell
PowerShell 실행 정책을 설명하고 이를 관리하는 방법을 설명합니다.
learn.microsoft.com
아래 설정 후 다시 Import 성공
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Import-Module DellBIOSProvider –Verbose
Get-Item -Path DellSmbios:\Security\IsAdminPasswordSet