Author Archives: maoeh

WordPress 4.1 and XML-RPC for Microsoft Word

  Problem I used to write posts using Microsoft Word. After updating to WordPress 4.1 blogging was not possible anymore . In WordPress the settings for XML-RPC disappeared. Solution Microsoft is offering a free bundle of software called : Windows … Continue reading

Posted in Fix IT | Tagged | Comments Off on WordPress 4.1 and XML-RPC for Microsoft Word

ADDS Dump thumbnailPhoto to JPG file

Use this command line in Powershell to save a users thumbnailPhoto to a file. First start a Powershell session with Active Directory Modules loaded, then: get-aduser “sAMAccountname” -server “FQDN Domain Controller”-properties thumbnailPhoto | select -expandproperty thumbnailphoto | set-content -path “JPG … Continue reading

Posted in Information Technology, Tips | Tagged , | Comments Off on ADDS Dump thumbnailPhoto to JPG file

Clear Protected from accidental deletion flag

Windows Active Directory protects per default Organizational Units (OU) from accidential deletion . To clear this flag for an entire OU structure you can use this Powershell commands . This example command will remove the flag from an OU structure … Continue reading

Posted in Information Technology, Tips | Tagged , | Comments Off on Clear Protected from accidental deletion flag

Powershell write to file creates strange characters

Problem Reason The file was created by using the command  add-content without definition of encoding (default ANSI encoding). Later on lines where added by using command out-file (default Unicode encoding) Solution Do not mix the two line writer add-content and out-file … Continue reading

Posted in Fix IT | Tagged , | Comments Off on Powershell write to file creates strange characters

Windows 10 Store is closing after selecting a new app

Problem After selecting an app in Windows 10 store the store is closing without message. Different internet tips like rebuilding the store did not help. Here some sites I tried,  including extracted commands. http://winsupersite.com/windows-10/how-fix-stopped-windows-store-downloads-windows-10 PS1: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’  PS1: … Continue reading

Posted in Fix IT | Tagged | Comments Off on Windows 10 Store is closing after selecting a new app

synology config ddns with dnsmadeeasy

DSM 6.x Open Control panel , change to “external access” and “DDNS” press Customize Enter a name for DDNS Enter the following string as URL and safe the provider: http://cp.dnsmadeeasy.com/servlet/updateip?username=__USERNAME__&password=__PASSWORD__&id=__HOSTNAME__&ip=__MYIP__ Now press “add” and fill in all parameters. The Hostname  … Continue reading

Posted in Fix IT, Information Technology | Tagged , | Comments Off on synology config ddns with dnsmadeeasy

AGPM error 80070005

Problem: While saving changes in AGPM (Advanced Group Policy Management) you get errors like Failed to write production GPO permissions for this domain.The following error occurred:Access to the path ‘D:\AGPM\Archive\gpostate.xml’ is denied.System.UnauthorizedAccessException (80070005) Reason: The error is not generated by … Continue reading

Posted in Fix IT, Information Technology | Comments Off on AGPM error 80070005