Jump to content
DeployCentral

Jeff Harris

Members
  • Posts

    269
  • Joined

  • Last visited

Posts posted by Jeff Harris

  1. USB is probably the best way to go, if you're unboxing new laptops. Unless you have a WDS host that you can upload your SmartDeploy boot image to, and PXE boot your new systems. 

    The 3rd method for deploying with SmartDeploy involves pushing the deployment from the console to clients, which would require you to unbox the new systems, step through OOBE, then install the client, and get them connected to your host. 

    I would first configure my Answer File to use the BIOS Asset Tag field for the computer name, if I hadn't done that already. Then I'd unbox a few laptops at a time, boot into BIOS and set the name Windows needs to use, and then boot into SmartDeploy and let the unattended deployment do it's thing. While those work, I'd get to unboxing the next round. 

    You can also configure your Answer File to shut down after the initial deployment. This will allow you to grind through the first stage a bit faster. Then, as you need to deliver laptops to any person, or lab, the next time you turn them on, they'll complete the sysprep portion of the deployment. 

  2. If you're talking about clients on the same local network as your console host, then it should be within about 3-5 minutes after the service starts. (It is on a delayed start, so give it extra time if the client has just booted.) If it's not connecting, then check that the service started successfully, and look for errors in the Application log in Event Viewer. 

    If you're talking about off-site clients and connecting through the cloud, you want to make sure that you used the non-fqdn name of your console host, and not an IP. Additionally, you want to make sure that your console hostname isn't externally accessible from the internet. 

    Lastly, you may need to block access to your console host via VPN if you want to use the remote/cloud deployments. (You can create a CNAME alias for you to use as an administrator if you need to RDP to the host yourself.) This is because the clients need to fail to reach the console host to switch to the cloud. If they can reach the host, it can get stuck in a semi-functional state, and fail to appear in the console. 

  3. It looks like TeamViewer has some extra steps to jump through for what you're trying to do. This link below has instructions to visit; Design & Deploy page to set up your customization within the TeamViewer Management Console. 

    You'll likely need to start there. 

    https://community.teamviewer.com/t5/Knowledge-Base/Mass-deployment-improvements/ta-p/39639

    Here's another link for the customized "Full Client" installation.
    https://community.teamviewer.com/t5/Knowledge-Base/Create-a-Custom-Full-Client/ta-p/73157

    Lastly; I think you'll want to the using PsExec to test running this command line installation as System, as it will be installed by SmartDeploy. You will be able to test your install parameters and package a lot faster. Then once you get it, you can put it in an Application Pack. This process is detailed in this article: (At the bottom) https://support.smartdeploy.com/support/solutions/articles/48001062096-troubleshooting-application-pack-deployments

  4. We'd have to see some logs, but when the Deploy wizard prompts for an image, it's because the credentials saved in the Answer File are no longer valid, the deployment media was made without the updated Answer File, or there's a networking issue in SmartPE. 

    On 4/18/2020 at 2:18 PM, JayM said:

    I'm having the same issue... But after imaging with a stick, my server couldn't remote deploy the image to the client anymore. It can report heartbeat though.

    Are you saying that you deployed with USB media, and following that the machine appeared in Computer Management, but you're not able to deploy an image then? We'd need to know more about this scenario. Is the client local or cloud, not connected via VPN, etc. Would be best to reach out to support via email or the form for investigating. 

  5. This is likely due to a problem with the certificates created by SmartDeploy. Unfortunately you'll need to clear them out and re-install SmartDeploy to repair this issue.  

    1. Uninstall SmartDeploy.          
    2. Click Start, search for Certificates, click on Manage computer certificates    
    3. In the left pane, browse to Certificates - Local Computer | Personal | Certificates    
    4. In the center pane, locate the certificate that shows SmartDeploy Console/Client Service Root CA in the Issued By column. Right-click this certificate | Delete, and confirm deletion if prompted.      
    5. In the left pane, browse to Certificates - Local Computer | Trusted Root Certification Authorities    | Certificates.     
    6. In the center pane, locate the certificate that shows SmartDeploy Console/Client Service Root CA in the Issued By column. Right-click this certificate | Delete, and confirm deletion if prompted.      
    7. Close the certificates console, then reboot the computer and re-install SmartDeploy
  6. Keep in mind that SmartDeploy won't upgrade Windows 7 to 10. It will wipe the disk and apply your image as configured in your Reference VM. 

    You can migrate the user data in 1 of 2 ways; configure it in the Answer File as you mentioned, or install the SmartDeploy client on the Windows 7 client, and use the Computer Management workspace to capture the user state before deploying your image, and then restoring it the same way. 

    SmartDeploy uses Microsoft's User State Migration Tool for this process. 

  7. Hi Sean, 

    There isn't a way to track the process of a deployment aside from going and looking directly on the machine. 4 hours is certainly to long. I'd be interested to know what's on-screen on the device, and would want to see logs collected by booting back into SmartDeploy and clicking Collect Logs on the main menu. 

    You'll probably want to reach out to support for more guidance. 

  8. You can create Application Packs for running PowerShell scripts, and push those to your SmartDeploy clients. Here's our KB article for creating custom Application Packs; 
    https://support.smartdeploy.com/support/solutions/articles/48000960633-create-your-own-custom-application-pack

    You'll need to add PowerShell.exe -NoProfile -NonInteractive -ExecutionPolicy bypass -File to the start of the executable path after selecting your script,, per the documentaiton. 

  9. I was wrong; that Platform Pack doesn't include a WinPE node, which means it wasn't expected to need additional drivers when booted into WinPE. 

    All you should need to do is boot the VM to the ISO, and the default network settings should allow the VM to reach your network. Is there no IP address listed in the bottom right corner?

     

×
×
  • Create New...