Windows 10 の AutoPilot 用の情報を取得するPowerShell
概要
AutoPilotを利用するためにはMicrosoftにPCのserialなどの情報を登録する必要があります。
各PCからその情報を抽出する方法のメモです
以下のPowerShellを連続で流せば、データを抽出できます
PowerShellモジュールのダウンロードからインストールまで一連の動きが記載されています。
c:\をテンポラリにしているので適宜書き換えてください。
また出力ファイルはc:\AutoPilotOutputfile.csvです。
Install-Script -Name Get-WindowsAutoPilotInfo
Set-ExecutionPolicy unrestricted
Get-WindowsAutoPilotInfo.ps1 -OutputFile c:\AutoPilotOutputfile.csv
動作確認
上記コマンドレットの実行画面です。
1. 管理者権限でPowerShellを起動します。
2. 上記のコマンドレットを順に実行します。この時確認を求められますので、承認していきます。
3. 出力ファイルができていることを確認します。
Author And Source
この問題について(Windows 10 の AutoPilot 用の情報を取得するPowerShell), 我々は、より多くの情報をここで見つけました https://qiita.com/Gikill/items/d821b455c90800c3b598著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .