
Joe13
Established Members-
Content Count
55 -
Joined
-
Last visited
-
Days Won
1
Joe13 last won the day on March 7
Joe13 had the most liked content!
Community Reputation
1 NeutralAbout Joe13
-
Rank
Advanced Member
Recent Profile Visitors
-
Joe13 started following HP Boot Logo - OSD
-
Hi all, I need some help please. I would like to change the default HP logo, the one during boot. According to this article I need to have a logo file and copy it to their partition and it should work. https://support.hp.com/za-en/document/c01646879 In my TS I created this additional partition - see attached. 1. Is this correct? 2. How do I create a sub folder and copy my logo file to this hidden partition? 3. Is my layout correct, refer to attached "UEFI Layout"?
-
Disable User Account Control during OSD
Joe13 replied to nhottinger's topic in Deploy software, applications and drivers
I would also like to know how to do this during OSD. If I deploy this using GPO the standard users are prompted to enable UAC to run any built in app, like calculator.- 1 reply
-
- whoami
- user account control
-
(and 1 more)
Tagged with:
-
TS Domain Join Failing
Joe13 replied to Joe13's topic in System Center Configuration Manager (Current Branch)
Exactly, thank you I will give this a go on Monday. -
TS Domain Join Failing
Joe13 replied to Joe13's topic in System Center Configuration Manager (Current Branch)
I did do permissions on the specific OU. Will be trying this - https://eddiejackson.net/wp/?p=16416 Referring to this unanswered post - The computer already exists in AD, how can I handle this then. -
TS Domain Join Failing
Joe13 replied to Joe13's topic in System Center Configuration Manager (Current Branch)
Also found this: 09/06/2019 12:55:06:378 NetpGetComputerObjectDn: Passed OU doesn't match in size cracked DN: 120 106 09/06/2019 12:55:06:378 NetpCreateComputerObjectInDs: NetpGetComputerObjectDn failed: 0x50 09/06/2019 12:55:06:378 NetpProvisionComputerAccount: LDAP creation failed: 0x8b0 09/06/2019 12:55:06:378 NetpProvisionComputerAccount: Cannot retry downlevel, specifying OU is not supported -
TS Domain Join Failing
Joe13 replied to Joe13's topic in System Center Configuration Manager (Current Branch)
This is what I get. I did two machine at the same time, one joined and other didn't 09/06/2019 13:09:54:216 unicodePwd = Account exists, resetting password: <SomePassword> 09/06/2019 13:09:54:216 NetpModifyComputerObjectInDs: Attribute values to set: 09/06/2019 13:09:54:216 unicodePwd = <SomePassword> 09/06/2019 13:09:54:216 NetpMapGetLdapExtendedError: Parsed [0x5] from server extended error string: 00000005: SecErr: DSID-031A1256, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 09/06/2019 13:09:54:216 NetpModifyComputerObjectInDs: ldap_modify_s failed: 0x32 0x5 09/06/2019 13:09:54:216 NetpCreateComputerObjectInDs: NetpModifyComputerObjectInDs failed: 0x5 09/06/2019 13:09:54:216 NetpProvisionComputerAccount: LDAP creation failed: 0x5 -
Downloads During PXE
Joe13 replied to Joe13's topic in System Center Configuration Manager (Current Branch)
Thanks, I managed to find some articles and it made a big difference. -
Downloads During PXE
Joe13 replied to Joe13's topic in System Center Configuration Manager (Current Branch)
No one out of all the experts on here hmmm -
Good day everyone. I'm experiencing a weird issue lately, in my TS under network configuration I have domain join enabled, everything setup to the correct OU etc. If I do a test it completes successful, apply and ok. When I go back in the settings, like immediately after the apply close and do the test again it fails. It fails with incorrect credentials / login. It was working fine for a while, I think it started after I upgraded to 1906. Is there any log file I can look at?
-
Enabled PS on boot image. Will test this now.
-
I have the following in a PS script but the TS fails. [string] $MacAddress = Get-WmiObject Win32_networkadapterconfiguration | where {$_.ipenabled -match "True"} | select -ExpandProperty MacAddress | select -First 1 [string[]]$TextFiles = Get-Content \\fileshare\*.txt foreach ($element in $TextFiles){ [string[]]$TextFilesSplit = $element.Split("=") [string]$MacFromArray = $TextFilesSplit[0] [string]$ComputerNameFromArray = $TextFilesSplit[1] $MacFromArray = $MacFromArray.Trim(" ") $ComputerNameFromArray = $ComputerNameFromArray.Trim(" ") if($MacAddress -eq $MacFromArray){ $OSDComputerName = $ComputerNamefromArray } { $TSEnv = New-Object -COMObject Microsoft.SMS.TSEnvironment $TSEnv.Value("OSDComputerName") = "$OSDComputerName" } This is what the log file says Running powershell script: 'OSDComputerName.ps1'(PkgID: BFM000E5) with execution policy: 'Bypass' RunPowerShellScript 2019-08-23 09:11:47 2788 (0x0AE4) Filesystem::File::Exists( sPowerShellPath.c_str() ) == true, HRESULT=80070490 (main.cpp,345) RunPowerShellScript 2019-08-23 09:11:47 2788 (0x0AE4) PowerShell.exe does not exist at 'X:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe' RunPowerShellScript 2019-08-23 09:11:47 2788 (0x0AE4) ExecutePowerShellScript(sScriptName, sParameters, sPackageID, sExecutionPolicy, sOutputVariableName, dwPSRunExitCode), HRESULT=80070490 (main.cpp,876) RunPowerShellScript 2019-08-23 09:11:47 2788 (0x0AE4) Run PowerShell script failed to run, hr=0x80070490 RunPowerShellScript 2019-08-23 09:11:47 2788 (0x0AE4) Process completed with exit code 2147943568 TSManager 2019-08-23 09:11:47 1040 (0x0410) And I'm trying to run it like the attached.
-
Hi, What would be the reason why the WINPE.wim file download will be slow, it will max out on 30Mbps but the install.wim will download at 1Gbps - the network drivers are imported.
-
Ok I'm trying this one now Still looking for one which will use mac addresses from txt file.
-
Hi all, I need some help and it might be something easy. I have no scripting skills and tried various methods on the internet but it's not working. All I want is for the TS to ask me what computer name I want for the deployment, some sort of popup.