Migrate DHCP role to another server
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…
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…)
The cause of this issue is that the Windows server does not recognize the ‘hardware’ as a HP Proliant server, licensing will not succeed because a Windows ROK license (Reseller Option…
Existing network (firmware latest as of 10/09/2016, controller ver. 5.29) 1. Make sure your NETWORK under Settings is setup how you wanted. For example, internal ip to 192.168.5.1/24 2. Forget…
1.) In Windows, search for and open Programs and features 2.) Select your HP Printer 3.) Select Uninstall 4.) In Windows, search for and open Devices and printers 5.) In the…
There is much confusion about creating number of Virtual machines on a single host, keeping memory and storage unlimited. In-order to clarify , I would say ,Yes we do have limitation in creating VMs and its explained below in brief. (more…)