You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/vpn_udem.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,5 +127,22 @@ Activate the connection in the Ivanti Secure app, open FireFox and be ready to a
127
127
Here is a [tutorial](https://udemontreal.sharepoint.com/sites/RH/Documents/Guides%20et%20autres%20ressources%20documentaires/Carri%C3%A8re%20professorale/D_AM_Banque_encadrement_Profs_Synchro.pdf) to access the "credits d'encadrement" section on synchro.
128
128
:::
129
129
130
+
131
+
:::{tip}
132
+
Here is a [tutorial](https://udemontreal.sharepoint.com/sites/RH/Documents/Guides%20et%20autres%20ressources%20documentaires/Carri%C3%A8re%20professorale/D_AM_declaration_depenses_professionnelles.pdf?CT=1766088532715&OR=OWA-NT-Mail&CID=b29bb628-239e-dc28-381b-ede01a948427&clickParams=eyJYLUFwcE5hbWUiOiJNaWNyb3NvZnQgT3V0bG9vayBXZWIgQXBwIiwiWC1BcHBWZXJzaW9uIjoiMjAyNTEyMTIwMDMuMDkiLCJPUyI6IkxpbnV4IHVuZGVmaW5lZCJ9) to fill in a request for professional expenses reimbursment.
133
+
:::
134
+
130
135
### 11. Keep on your toes!
131
-
It is very possible that Ivanti will push mandatory updates on you, and UdeM will not fail to double authenticate you constantly. Do not feel too comfortable. You can use VBOX to save a new snapshot of your virtual machine to save your progress in the menu Machine -> "take snapshot"
136
+
It is very possible that Ivanti will push mandatory updates on you, and UdeM will not fail to double authenticate you constantly. Do not feel too comfortable. Make sure you have your UdeM password and phone handy (otherwise 2FA will block you). You can use VBOX to save a new snapshot of your virtual machine to save your progress in the menu Machine -> "take snapshot"
137
+
138
+
## 12. Re-activate the environment
139
+
That's easy:
140
+
```bash
141
+
VM_NAME="WindowsVPN"
142
+
VBoxManage startvm "$VM_NAME"
143
+
```
144
+
And go back to step 10. Also you may need to do again:
0 commit comments