Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 217440

Re: Having issues with Set-OSCustomizationNicMapping

$
0
0

They were non-persistent OSCustomizationSpecs. I changed it to Persistent but I am now receiving an error when trying to run the script. It says New-OSCustomizationSpec An error occured but the error message cannot be loaded. The error Id is Core_NewCustmozationSpec_DoWork_RequireNameWhenServerSide

 

Here my New-OSCustomizationSpec code:

 

 

 

If($OSType -eq "Windows")

{

$CustomSpecWindows = New-OSCustomizationSpec -Type Persistent -ChangeSid -OSType Windows `

    -OrgName "Comp 420" -FullName "John Doe" -Workgroup "Workgroup"

}

ElseIf ($OSType -eq "Linux")

{

$CustomSpecLinux = New-OSCustomizationSpec -Type Persistent -OSType Linux `

     -OrgName "Comp 420" -FullName "Jane Doe" -Workgroup "Workgroup"

}


Viewing all articles
Browse latest Browse all 217440

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>