Author Archives: Idit Bnaya

Exchange 2010 – Converting Legacy Mailboxes to User Mailboxes

How to convert Legacy Mailboxes to regular User Mailboxes after Exchange upgrade If you recently completed a transition from Exchange 2003/2007 to 2010 you probably noticed that some of the migrated mailboxes are marked as Legacy Mailboxes.     In … Continue reading

Posted in Exchange 2010 | Leave a comment

GPO – Deny single user/Group

1. First you need to find the GPO Guid To Find the group Guide Connect to a dc server and open Active Directory PowerShell get-gpo -all |select-object DisplayName,id |sort name >c:\gpo.txt   2. Find in Active directory the GPO with … Continue reading

Posted in Active Directory, GPO | Tagged , | Leave a comment

Share Point 2013 – determine the SharePoint version in PowerShell

You can determine which version of SharePoint is installed (2010 = 14, 2013 =15 ) with this line (Get-PSSnapin Microsoft.SharePoint.PowerShell).Version.Major You can determine which Build is Installed With this line (get-spfarm).buildversion To see the build number  friendly names: SharePoint 2013 … Continue reading

Posted in SharePoint | Tagged , , | Leave a comment

Office 365–Enable First release Option

Set up the release option for your organization You can change how your organization receives Office 365 updates by following these steps. Important   It can take up to 24 hours for the below changes to take effect in Office … Continue reading

Posted in Office365 | Tagged , | Leave a comment

Move Mailbox failed – Mailbox size exceeds target quota

Open ADSIEDIT.MSC   Find the user and change the value  ‘mBDUseDefaults’  to True wait a few minutes and try again.   Good Luck Idit Bnayawww.itblog.co.il

Posted in Exchange 2003, Exchange 2010, Exchange 2013, Microsoft Exchange, Migration | Leave a comment

Error : 1058 Group Policy

The processing of Group Policy failed. Windows attempted to read the file \\domain.local\sysvol\ac.idc\Policies\{2EDE7444-0440-4F4E-BDF7-AD38380F3897}\gpt.ini from a domain controller and was not successful. Group Policy settings may not be applied until this event is resolved. This issue may be transient and could … Continue reading

Posted in GPO | Leave a comment

Invoke-Command in PowerShell script without password