go to control panel -> administrative tools –> select data sources(ODBC) –> then right click on that file –> go to properties –> in the shortcut tab -> set the path “%windir%\SysWOW64\odbcad32.exe” and make your connexion the driver for Ms Access will work fine now
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 OAB Issues
Exchange 10 server was deployed, this organisation was not using Address List Segregation.
Despite this, I cannot get any items to display in the Global Address List in Outlook – however the list is fine in OWA.
Some relevant attributes in ADSI:
CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=mail,DC=local
addressBookRoots: CN=All Address Lists,CN=Address Lists Container,CN=mail,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=mail,DC=local
globalAddressList: CN=Default Global Address List,CN=All Global Address Lists,CN=Address Lists Container,CN=mail,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=mail,DC=local
CN=Default Global Address List,CN=All Global Address Lists,CN=Address Lists Container,CN=mail,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=mail,DC=local
Permissions:
Make sure all users can read list and there are no user Denys.
PowerShell to Remove disabled users from Offline Address Book
1) Open Exchange Powershell
2) Get-Mailbox -ResultSize unlimited |Where{($_.UserAccountControl -like “AccountDisa
bled*”)} | set-mailbox -HiddenFromAddressListsEnabled $true
3) Update Offline Address Book
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
XORP PIM-SM RP
i have been using this program to enable multi-casting to work on a lot of switches that do not support PIM-SM RP.
Deal of Day Time
a work person suggested this site: http://www.ibood.com/uk/en/ i can only say how great i think it is.
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