Skip to content

Commit

Permalink
Merge pull request #358 from microsoft/dev
Browse files Browse the repository at this point in the history
added OEM info to unattend (WSLab)
  • Loading branch information
Jaromir Kaspar committed Jul 6, 2020
2 parents 35233b5 + fbc7e51 commit dd51d75
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Scripts/2_CreateParentDisks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ If (-not $isAdmin) {
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>$Computername</ComputerName>
<OEMInformation>
<SupportProvider>WSLab</SupportProvider>
<SupportURL>https://aka.ms/wslab</SupportURL>
</OEMInformation>
<RegisteredOwner>PFE</RegisteredOwner>
<RegisteredOrganization>Contoso</RegisteredOrganization>
</component>
Expand Down
14 changes: 13 additions & 1 deletion Scripts/3_Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ If (-not $isAdmin) {
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<OEMInformation>
<SupportProvider>WSLab</SupportProvider>
<SupportURL>https://aka.ms/wslab</SupportURL>
</OEMInformation>
<RegisteredOwner>PFE</RegisteredOwner>
<RegisteredOrganization>PFE Inc.</RegisteredOrganization>
</component>
Expand Down Expand Up @@ -141,8 +145,12 @@ If (-not $isAdmin) {
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>$Computername</ComputerName>
<OEMInformation>
<SupportProvider>WSLab</SupportProvider>
<SupportURL>https://aka.ms/wslab</SupportURL>
</OEMInformation>
<RegisteredOwner>PFE</RegisteredOwner>
<RegisteredOrganization>PFE Inc.</RegisteredOrganization>
<RegisteredOrganization>PFE Inc.</RegisteredOrganization>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RunSynchronous>
Expand Down Expand Up @@ -205,6 +213,10 @@ If (-not $isAdmin) {
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>$Computername</ComputerName>
<OEMInformation>
<SupportProvider>WSLab</SupportProvider>
<SupportURL>https://aka.ms/wslab</SupportURL>
</OEMInformation>
<RegisteredOwner>PFE</RegisteredOwner>
<RegisteredOrganization>PFE Inc.</RegisteredOrganization>
</component>
Expand Down
Binary file modified scripts.zip
Binary file not shown.

0 comments on commit dd51d75

Please sign in to comment.