Fixing the “Failed to create VMFS datastore – Cannot change the host configuration” error
First, use this command to find the disk id of the newly added disk. Here I can see my new disk array as it’s the one closest to 1TB, the…
First, use this command to find the disk id of the newly added disk. Here I can see my new disk array as it’s the one closest to 1TB, the…
Azure AD Connect (AAD Connect) February 2016 Build (1.1.105.0) OnwardsIn February 2016 build 1.1.105.0 of Azure AD Connect was released which introduced multiple new features. The scheduler is now built…
In a scenario in which LAN Mail clients (devices\application) address an internal mail server, the basic assumption is that the LAN environment considered as a “safe” (isolated from the external network). (more…)
Connect AP to a network (not the management network which contains the ontroller) Connect with ssh to the IP of the AP. Login in to the AP with default credentials…
On the new server run: Install DHCP server role on the new server but make sure it is not started. Export-DHCPServer –Computername (SourceComputerName) c:\dhcp.xml -ver Stop DHCP server on the…
Log on to the Command View Admin console and go to Settings / Management Options Select Capture System Information To go the EVA you wish to capture the Log files and select…
When faced with this challenge, it became apparently that there wasn’t a great deal of information available around how to smoothly remove an hybrid configuration from an Exchange organisation, whilst MS walk through the process in the following technet blog entry the order in which MS suggest performing the steps required wasn’t actually possible and resulted in a number of errors. I therefore wanted to provide some clarity around the process/ordering. This process covers hybrid configurations in both Exchange 2010 and Exchange 2013. (more…)
How to remove double items from a office365 mailbox.
Set-ExecutionPolicy RemoteSigned
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
Import-PSSession $Session
Connect-MsolService –Credential $LiveCred
-Mailbox [email protected] -RecurseFolders -MatchEntireMailbox -Credentials $UserCredential
Then run this script with the extensions.
The operation on mailbox “User” failed because it’s out of the
current user’s write scope. The action ‘Set-Mailbox’, ‘EmailAddresses’, can’t
be performed on the object ‘User’ because the object is being
synchronized from your on-premises organization. This action should be
performed on the object in your on-premises organization.
Recently I was browsing the TechNet Forums like I usually do a few times a week, and I’ve seen a question a user was asking, which intrigued me.
I thought that was a good question, especially in SharePoint Online (where things are a bit “restricted”), and I’ve never had this request either so… What’s the best way to know if that’s possible? You got it. Try!
So I went into my own Office 365 environment, and started to play around, trying to achieve what the user was asking for.
Needless to say that I was happy to be able to help this user at the end 😉 (more…)