it is possible to reduce the ID?
$ie.Document.getElementById("ctl00_m_g_27855e01_08c1_498d_b130_0b761c472fbd_ctl00_ctl05_ctl00_ctl00_ctl00_ctl04_ctl00_ctl00_TextField").value = "Test Text"
like (Not working!)
$ie.Document.getElementById("*ctl00_ctl04_ctl00_ctl00_TextField").value = "Test Text"