-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running provisioning package (ppkg) to enroll to Microsoft Azure AD (Entra ID) #637
Comments
I might suggest maybe output to a logfile on the root of your C: drive. This will at least potentially give you more information. Basically in your logging I'd suggestin having "starting" "about to run" "ran" "complete" kind of messages: Something like:
|
I would suggest using powershell directly.
What this does:
I just tested this, ran it and then ran Other options for this specific use case would be to use group policy for enforcing enrollment into Azure/Entra AD. |
Wonderful and thank you both Tom and JJ Fuller for your detailed guidance. I am really appreciative of that. Let me get to my test environment to do a test and I shall get back if what JJ Fuller has suggested works. Thanks again for both of your recommendation which I had been trying for several weeks without a single success with fog snap-in. I shall get back soon. |
@nssijt were you able to test this out further? |
Hi @darksidemilk JJ Fuller, Sorry I didn't get back yet as I am trying to find time to test of this. I briefly managed to test it out i think a month back but it doesn't seems to work. I didn't fully test on it so I shall get back on this. Sorry for the lapse and slow reply as I am currently engaged in workplace's Polytechnic open house works. I shall get back by next week or the week after when my scheduled is less tense. Thanks again to follow up @darksidemilk JJ Fuller. |
hi @darksidemilk, The snap-in seems stuck some how and unable to deploy as shown in the task. let me try on another host instead |
@darksidemilk, i have finally been able to push the task after resetting the encryption data. Unfortunately, i think the powershell script/cmd you wrote for me doesn't work to push the ppkg. I will also try on my own, any other further advice? |
Can you try manually installing the package on a machine, i.e. something like |
works @darksidemilk when i run the code manually.
I think will need to investigate on the snap-in. Thanks for your step-by-step guidence @darksidemilk . I shall explore further |
I have ran into some packages/applications that I cannot run through a FOG snapin. In my case it was because the FOG snapin runs using the SYSTEM account. I had to trick the application to use it with an admin account by running it like this.
That didn't work for everything though. I still had one script that would not run even with the above commands. |
thanks @rluzuriaga, greatly appreciated your guidance and sharing, tried your runas local admin, seems not working too. @darksidemilk, I further explored your code which I ran manually on a cmd, no issue. So i kind of in a way agree with @rluzuriaga. Shall explore along that area to see if I can have any breakthrough. |
Hi all, is there any updated method or ways it can be less painful to run a provisioning package (ppkg) in a more automated way with fogproject?
I had wrote a simple batch file:
powershell.exe Install-ProvisioningPackage -ForceInstall -PackagePath \demo.ppkg -QuietInstall
As I have tried putting the batch file together with the ppkg -> zip it -> deploy via fog's snap-in pack. It doesn't seems to be running.
Anyone has a more brilliant idea to share so that I can learn from all of you?
The text was updated successfully, but these errors were encountered: