JCA - Tech Blog
Useful Stuff
Useful Stuff
Jun 24th
You have to use the Exchange Management Shell, open and use thease commands, remember to change the red part.:
new-mailbox -alias “SomeName” -name “Some Name” -database “EXCHANGE\First Storage Group\Mailbox Database” -org “sl.cbs.dk/Samfundslitteratur/Fælles Postkasser” -shared -UserPrincipalName “somename@mail.com”
Get-Mailbox -Identity “Some Name” | Add-MailboxPermission -User “userWhoNeedsRights” -AccessRights “fullaccess”
Get-Mailbox -Identity “Some Name” | Add-ADPermission -User “userWhoNeedsRights” -AccessRights:ReadProperty, WriteProperty -properties “Personal Information” -extendedrights “Send-As”
Mar 27th
establish a Telnet connection to 169.254.255.1 port 9000.
Power on the LaFonera, 3 seconds, start the Telnet connection to catch the RedBoot prompt.
When Using Linux, make sure you are using line mode for Telnet
create a file named “.telnetrc” in your home folder.
Add following lines: ”
192.168.1.254
mode line
”
when you get redboot prompt pres ctrl-c and you are in redboot
Feb 11th
First install your VPN Client on the machine, in this case I use “Sonicwall Global VPN Client”
Log on to VPN and join the machine into the domain, reboot the computer …
The problem now is that you can not log on to the domain because the machine can only see the Domain Controller when you log onto the VPN and you can’t do that until you’re logged in, (Dilemma!)
Log into the machine, log on to the VPN, and allow others to connect via Remote Desktop.
Now go to another machine and log on to the computer via Remote Desktop and select the domain user and log on, it will Fail,
The previous user is logged off, but it was enough to let our machine cache our credintials, so you can now log into the machine with your domain user, it takes a long time to log on first time you log on, but it’ll get there.