<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kenneth Dalbjerg</title>
	<atom:link href="http://kennethdalbjerg.dk/feed" rel="self" type="application/rss+xml" />
	<link>http://kennethdalbjerg.dk</link>
	<description>Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus</description>
	<lastBuildDate>Fri, 18 May 2012 09:18:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Lost trust on my Exchange 2010 after revert to a older snapshot</title>
		<link>http://kennethdalbjerg.dk/2012/05/18/lost-trust-on-my-exchange-2010-after-revert-to-a-older-snapshot</link>
		<comments>http://kennethdalbjerg.dk/2012/05/18/lost-trust-on-my-exchange-2010-after-revert-to-a-older-snapshot#comments</comments>
		<pubDate>Fri, 18 May 2012 09:18:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domainship]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1038</guid>
		<description><![CDATA[I was returing to an older snapshot of my Exchange servers. But when i want to logon to the Exchange server, it came with &#8220;Trust relationship has been lost with domain controller&#8221;. Normally you just rejoin the domain, but this is not a good idea, when there is installed Exchange services on it. I fix [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/05/18/lost-trust-on-my-exchange-2010-after-revert-to-a-older-snapshot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010, show permission on all folders in all mailboxes</title>
		<link>http://kennethdalbjerg.dk/2012/05/15/exchange-2010-show-permission-on-all-folders-in-all-mailboxes</link>
		<comments>http://kennethdalbjerg.dk/2012/05/15/exchange-2010-show-permission-on-all-folders-in-all-mailboxes#comments</comments>
		<pubDate>Tue, 15 May 2012 07:55:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1025</guid>
		<description><![CDATA[Here is a script, that runs though you Exchange server, and return all permission on all folders in all mailboxes. The script needs to be running from the Exchange management Shell, and will create a subfolder in c:\ call ExchangeMailboxPermission, where it will create a text file for all yours mailboxes. [crayon-4fb6fd4472b19/]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/05/15/exchange-2010-show-permission-on-all-folders-in-all-mailboxes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010, powershell full access and send-as permission</title>
		<link>http://kennethdalbjerg.dk/2012/05/14/exchange-2010-powershell-full-access-and-send-as-permission</link>
		<comments>http://kennethdalbjerg.dk/2012/05/14/exchange-2010-powershell-full-access-and-send-as-permission#comments</comments>
		<pubDate>Mon, 14 May 2012 12:49:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[send-as]]></category>
		<category><![CDATA[sendas]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1022</guid>
		<description><![CDATA[To get a CSV file, from you exchange with full access and send as permission, from all you mailboxes run these commands: Full Access Get-Mailbox &#124; Get-MailboxPermission &#124; where {$_.user.tostring() -ne &#8220;NT AUTHORITY\SELF&#8221; -and $_.IsInherited -eq $false} &#124; Select Identity,User,@{Name=&#8217;Access Rights&#8217;;Expression={[string]::join(&#8216;, &#8216;, $_.AccessRights)}} &#124; Export-Csv -NoTypeInformation c:\mailboxpermissions.csv Send As Get-Mailbox &#124; Get-ADPermission &#124; where { [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/05/14/exchange-2010-powershell-full-access-and-send-as-permission/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revert to snapshot causes virtual machine to be suspended</title>
		<link>http://kennethdalbjerg.dk/2012/05/08/revert-to-snapshot-causes-virtual-machine-to-be-suspended</link>
		<comments>http://kennethdalbjerg.dk/2012/05/08/revert-to-snapshot-causes-virtual-machine-to-be-suspended#comments</comments>
		<pubDate>Tue, 08 May 2012 14:25:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1019</guid>
		<description><![CDATA[Error: host cpu is incompatible with the virtual machine&#8217;s requirements at cpuid level 0&#215;1 Details If you take a snapshot of the virtual machine and then VMotion or cold-migrate the virtual machine to another host that uses a different CPU model and/or family, you may experience the following symptoms: The virtual machine becomes stuck in a [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/05/08/revert-to-snapshot-causes-virtual-machine-to-be-suspended/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix Provisioning Server “An unexpected MAPI error occurred.” when you try to change an image mode</title>
		<link>http://kennethdalbjerg.dk/2012/05/08/citrix-provisioning-server-an-unexpected-mapi-error-occurred-when-you-try-to-change-an-image-mode</link>
		<comments>http://kennethdalbjerg.dk/2012/05/08/citrix-provisioning-server-an-unexpected-mapi-error-occurred-when-you-try-to-change-an-image-mode#comments</comments>
		<pubDate>Tue, 08 May 2012 08:26:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[provisioning]]></category>
		<category><![CDATA[pvs]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1015</guid>
		<description><![CDATA[When you change the mode from private to standard, you may get this error: “An unexpected MAPI error occurred.”. If you click on &#8220;More details&#8221;, there stand: ”Failed to map vDisk, no Driver.&#8221;. The solution to this problem could be, changing the the Microsoft Volume Licensing, from KMS to ether None og MAK. And then push the [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/05/08/citrix-provisioning-server-an-unexpected-mapi-error-occurred-when-you-try-to-change-an-image-mode/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete mails from a sender or to recipient address</title>
		<link>http://kennethdalbjerg.dk/2012/05/07/delete-mails-from-a-sender-or-to-recipient-address</link>
		<comments>http://kennethdalbjerg.dk/2012/05/07/delete-mails-from-a-sender-or-to-recipient-address#comments</comments>
		<pubDate>Mon, 07 May 2012 11:37:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[recipient]]></category>
		<category><![CDATA[sender]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1012</guid>
		<description><![CDATA[Here is a simple script &#8220;pfdel&#8221; that can be use to delete a mail from a sender or recipient address. Save the perl script as pfdel in /usr/local/bin and chmod +x /usr/local/bin/pfdel Then you can use the perl script as: pfdel 123test@test.com then it will delete all messages where ether 123test@test.com, is in there sender [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/05/07/delete-mails-from-a-sender-or-to-recipient-address/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show number of mails in queue</title>
		<link>http://kennethdalbjerg.dk/2012/05/07/show-number-of-mails-in-queue</link>
		<comments>http://kennethdalbjerg.dk/2012/05/07/show-number-of-mails-in-queue#comments</comments>
		<pubDate>Mon, 07 May 2012 11:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1010</guid>
		<description><![CDATA[[crayon-4fb6fd4474bf6/] [crayon-4fb6fd4474c9e/]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/05/07/show-number-of-mails-in-queue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Labrador hvalpe</title>
		<link>http://kennethdalbjerg.dk/2012/04/16/labrador-hvalpe</link>
		<comments>http://kennethdalbjerg.dk/2012/04/16/labrador-hvalpe#comments</comments>
		<pubDate>Mon, 16 Apr 2012 12:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MIG]]></category>
		<category><![CDATA[brune]]></category>
		<category><![CDATA[hvalpe]]></category>
		<category><![CDATA[køkkenopdræt]]></category>
		<category><![CDATA[labrador]]></category>
		<category><![CDATA[rare]]></category>
		<category><![CDATA[retriever]]></category>
		<category><![CDATA[søde]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1006</guid>
		<description><![CDATA[Vores brune labrador retriever Nougat, har fået hvalpe. 6 hanner og 3 tæver. Vi har i den forbindelse oprettet en hjemmeside til dem, den finder du her: Labrador hvalpe]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/04/16/labrador-hvalpe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There is not enough space available on the disk(s) to complete this operation</title>
		<link>http://kennethdalbjerg.dk/2012/03/31/there-is-not-enough-space-available-on-the-disks-to-complete-this-operation</link>
		<comments>http://kennethdalbjerg.dk/2012/03/31/there-is-not-enough-space-available-on-the-disks-to-complete-this-operation#comments</comments>
		<pubDate>Sat, 31 Mar 2012 11:10:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 r2]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[expand]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=1004</guid>
		<description><![CDATA[When you want to resize the disk in Windows 7, server 2008 or server 2008 R2, you might get this warning: Error: there is not enough space available on the disk(s) to complete this operation This could be fixed by the following guides: Right click on my computer Click on Manage Goto storage Click on [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/03/31/there-is-not-enough-space-available-on-the-disks-to-complete-this-operation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get number of files in current directory in linux</title>
		<link>http://kennethdalbjerg.dk/2012/03/30/get-number-of-files-in-current-directory-in-linux</link>
		<comments>http://kennethdalbjerg.dk/2012/03/30/get-number-of-files-in-current-directory-in-linux#comments</comments>
		<pubDate>Fri, 30 Mar 2012 08:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Andet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[ls]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[wc]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=997</guid>
		<description><![CDATA[You can use this command to get the list of the number of file in current directory [crayon-4fb6fd447502e/] [crayon-4fb6fd44750da/] [crayon-4fb6fd447518a/] [crayon-4fb6fd4475234/]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2012/03/30/get-number-of-files-in-current-directory-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

