Need help with prelogin Intune deployment
Hello,
I need to understand how to get prelogin to work for my environment so users can sign in when off of the network.
We are deploying devices from intune using the enrollment status page. So it gets deployed to them, they turn it on and it autopilots from there.
- The cato sdp client is being deployed with patchmypc and has a script in place with that for the required registry keys.
- The certificates are being deployed inside of a win32 intune win file with a script to install the certificate.
Script for the certificate: yes it is password protected pfx file. (We do not have a certificate authority. (This did work for prelogin on my device.)
Import-PfxCertificate -FilePath .\Catoprelogin.pfx -Password (ConvertTo-SecureString -String 'mypassword' -AsPlainText -Force) -CertStoreLocation Cert:\CurrentUser\My
All of this was successfully installed, what could I be missing?
The certificate is an SSL certificate and I confirmed that it worked prior to the autopilot on my personal work computer without autopiloting it.
DOES ANYONE HAVE ADVICE OR SUGGESTIONS ON HOW TO SETUP THE INTUNE AUTOPILOT PROFILE, ENROLLMENT STATUS PAGE, OR ANY OF THE ABOVE TO MAKE THIS WORK? WHETHER IT IS DEPLOYING THE CERT A DIFFERENT WAY OR DEPLOYING THE CERTIFICATE WITH THE CATO CLIENT APPLICATION INSTALL.
Thanks,