EM7511 always in Low Power Mode whenever it is reset

I have a new EM7511 module and the first time I turned it on, it was in Low Power Mode and it would not connect to the network. AT!GSTATUS would return this:
at!gstatus?
!GSTATUS:
Current Time: 421 Temperature: 28
Reset Counter: 5 Mode: LOW POWER MODE

OK

I ran the command AT+CFUN=1, and it fixed the issue temporarily, but when it resets it goes back to low power mode. Is there any way to make the change permanent?

Thanks!

What is the return of followings?
At!entercnd=“A710”
At!impref?

AT!PCINFO?

I get this returned:

at!entercnd=“A710”
OK

at!impref?
!IMPREF:
preferred fw version: 01.14.02.00
preferred carrier name: GENERIC
preferred config name: GENERIC_002.035_000
preferred subpri index: 000
current fw version: 01.14.02.00
current carrier name: GENERIC
current config name: GENERIC_002.035_000
current subpri index: 000

OK

at!pcinfo?
State: Online
LPM voters - Temp:0, Volt:0, User:0, W_DISABLE:0, IMSWITCH:0, BIOS:0, LWM2M:0, 0
LPM persistence - User:1

OK

LPM persistence is enabled if the Host enters Airplane mode, or executes AT+CFUN=0 while “CFUNPERSISTEN” is enabled via !CUSTOM. While enabled, device powers on in LPM until persistence is removed (by exiting airplane mode, or by executing AT+CFUN=1)

Thank you! That resolved the problem!