The problem:
I have a xml variable Xdocument in C# like this:
I want to do a “group by” all the same records:






Hyper-V failed to enable replication for virtual machine ‘xxx’ : Cannot create a file when that file already exists. (0x800700B7). Virtual machine ID 27bxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
Consider my primary server is A and replica server is B. Replication is running A to B. There are one VM replicating from A to B. I have tried to resume replication both the VMs but replication is not resumed. So first i have removed replication from A and From B for those two VMs. Then removed VM from B and respective folder of VM (folder name on ‘VM ID’).
I am getting this error while i am enabling the replication again as it was disturbed so i need to re-enable it. But getting upper error. I have removed the replication and deleted the VM folder from replica. still it is showing as above and not enabling the replication.
Find in all folders on the destination server for the virtual machine ID: “27bxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx”
I found one folder in :”Undolog Configuration” that can not delete , then I restart the “Hyper-V Virtual Machine Management Service” and can delete it.
Hi Guys!
this is a list of common tasks to do after a tipical Exchange installation for an small-medium Bussiness
1. Run Update-OfflineAddressbook “offline address book” in Exchange Management Shell. e.g
Update-OfflineAddressbook “Default offline address book”
2. Restart System Attendant Service on the OAB Generation Server (Mailbox Server). This service is responsible for generating the OAB by communicating with Active Directory infrastructure.
3. Either run following command in EMS
Update-FileDistributionService “CASServerName”
or just restart File Distribution Service on CAS Server.
File distribution service copies the OAB from the Mailbox Server, where System Attendant Service puts OAB in a shared folder “C:\Program Files\Microsoft\Exchange Server\ExchangeOAB”. Outlook clients then download the OAB from CAS published OAB Virtual Directori
To enable any authenticated user to relay as any address, run the following powershell, changing the connectors name for yours:
Add-AdPermission -Identity “Default Receive Connector” -User “NT AUTHORITY\Authenticated Users” -ExtendedRights ms-Exch-SMTP-Accept-Any-Sender
more information at this link: http://www.colome.org/scripts/exchange/49-5-7-1-unable-to-relay-exchange-2010-for-external-authenticated-users.html
Simple way To get all ip directions of one pc,
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery ("Select * from Win32_NetworkAdapterConfiguration") cadena="" For Each objItem in colItems For Each strIPAddress in objItem.IPAddress cadena=cadena & " " & strIPAddress Next Next Wscript.Echo cadena
In Windows 2008, I can disable this on Remote Desktop Session Host Configuration but in Server 2012 is not active if you don’t enable RDP roles
You have two ways to do it:
You may set this via group policy, for example, in the server’s local policy using gpedit.msc:
Computer Configuration\ Administrative Templates\ Windows Components\ Remote Desktop Services\ Remote Desktop Session Host\ Connections\
Restrict Remote Desktop Services users to a single Remote Desktop Services session Disabled
Or you could edit the server’s registry:
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
fSingleSessionPerUser REG_DWORD 0x00000000
-TP
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.