Category Archives: Uncategorized

WDS TFTP error fix

28r2 fix

run regedit

go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\WDSServer\Parameters

Right-click UdpPortPolicy, and then click Modify.
In the Value data box, type 0, and then click OK.
On the File menu, click Exit to exit Registry Editor.
Restart the Windows Deployment Services service.

2008 r1

Click Start Collapse this imageExpand this image, click Administrative Tools, and then click Windows Deployment Services. If there is no server that is listed under the Servers node, right-click the Servers node, and then click Add Server to add the local computer.
In the navigation pane of the Windows Deployment Services MMC snap-in, expand the list of servers.
Right-click the server for Windows Deployment Services, and then click Properties.
Under Network, increase the UDP Port range. For example, if the current port range is 3,000 ports, increase the port range to 4,000 ports

Add Users to Public Folders

Add-PublicFolderAdministrativePermission -Identity “\Marketing” -User “Chris” -AccessRights AllExtendedRights -InheritanceType SelfAndChildren

Add-PublicFolderClientPermission -Identity “\My Public Folder” -User Chris -AccessRights CreateItems -Server “My Server”

Get-PublicFolder -recurse | Add-PublicFolderClientPermission -User test -AccessRights PublishingEditor

Exchange 2003 to 2007 Permissions issues

After moving some mailboxes i got the following error:

Exchange ActiveSync doesn’t have sufficient permissions to create the “CN=[user name],OU=[User OU],DC=[domain],DC=com” container under Active Directory user “Active Directory operation failed on [DC server name]. This error is not retriable. Additional information: Access is denied.
Active directory response: 00000005: SecErr: DSID-03151E07, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
“.
Make sure the user has inherited permission granted to domain\Exchange Servers to allow List, Create child, Delete child of object type “msExchActiveSyncDevices” and doesn’t have any deny permissions that block such operations.

Details:%3

Solution:

Open Active Directory console, make sure advanced features are on then:

Open user account properties in Active Directory Users and Computers, change to Security tab > Advanced – check Include inheritable permissions from this object’s parents.

This fixes error.

Hyper-V VM fix

You can fix this issue by disabling TCP Offloading in each VM.

1. Open regedit

2. Go to: HKLM\System\CurrentControlSet\Services\TCPIP\Parameters

3. Add the key: “DisableTaskOffload” as a DWORD value, and give it the value

HYPER-V cannot bind errors

After getting the Dread cannot bind error on hyper-v 2008r2.i looked around internet to fix:

To fix it open the command prompt on Hyper-V Server 2008 R2 and run:

netcfg -u vms_pp

netcfg –l c:\windows\winsxs\amd64_wvms_pp.inf_31bf3856ad364e35_6.1.7600.16385_none_beda85050b13680c\wvms_pp.inf -c p -i vms_pp

This wecked Hyper-v so beware, then i did following:

start /w ocsetup Microsoft-Hyper-V /uninstall

Then

start /w ocsetup Microsoft-Hyper-V

Bingo was his name o