Author: Harri Jaakkonen
Hi, When a user is removed from Domain Admin group it wont remove specialty attribute from the user. So user doesn’t have Domain Admin rights, but the right inheritance isn’t correct. I wont write a article about this, because there…
So you want to install Office 365 ProPlus to a Terminal Server. You can do it, but with different approach http://blog.powerbiz.net.au/office-365/installing-office365-proplus-on-a-rds-server-terminal-server-using-shared-computer-activation/ That almost correct but not even close. Here is the correct configuration.xml to use and remember network share wont…
Hi, Okay, it isn’t so easy, but the following help you to the right track. If you don’t have a separate service-account for Local AD connection, then you can use this: dsquery user -name MSOL_AD_sync If you have a service-account,…
Hi all, Today I got an assignment to recover a disconnected users mailbox emails received. So here goes. Step 1: Allow permissions to user-account you are using. New-ManagementRoleAssignment –Role “Mailbox Import Export” –User whateveryouareusing Step 2: Connect-Mailbox –Identity disconnecteduser –Database…
Hi all, Today I got a request to reset Local Admin password from Windows XP and Windows 7 machines. After Microsoft released this update https://support.microsoft.com/en-us/kb/2962486?wa=wsignin1.0 Group Policy Preferences stopped working as a way to reset Local passwords. So below is a script…
Note for my self and others 😉 https://technet.microsoft.com/en-us/library/jj898489%28v=exchg.150%29.aspx
And the tip of the day! How to restore deleted items from users deletions-folder before it get’s Purged. First see what format are you using for date: Get-Date And then use this one-liner (Finnish format for date included :)) for…
When you migrate from Server 2003 with export, you will see a Red X in address leases section. You should do the migration as follows: Open command prompt in Server 2003 and type: netsh dhcp server export C:dhcp.txt all Open…
Today I started installing Direct Access with two nics (DMZ and LAN) In the beginning I got an error message: A little bit debugging and got it sorted out.They were both assigned to domain profile. To solve this go to…
Today had a situation with with accessing teamviewer host. When you install it using RDP-session the following error message will be displayed upon the initial connection: Ok and then you will follow all the pages found on Google, but wait…