<?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>Coretech Blog &#187; Kåre Rude Andersen</title>
	<atom:link href="http://blog.coretech.dk/author/kra/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coretech.dk</link>
	<description></description>
	<lastBuildDate>Sat, 06 Mar 2010 09:09:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protected: Change Manual installed agents to &#8216;Discovered&#8217;</title>
		<link>http://blog.coretech.dk/opsmgr07/change-manual-installed-agents-to-discoveret/</link>
		<comments>http://blog.coretech.dk/opsmgr07/change-manual-installed-agents-to-discoveret/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 15:57:10 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=2094</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://blog.coretech.dk/opsmgr07/change-manual-installed-agents-to-discoveret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Slides for Helpdesk</title>
		<link>http://blog.coretech.dk/home/slides-for-rockwool/</link>
		<comments>http://blog.coretech.dk/home/slides-for-rockwool/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 18:47:52 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Operations Manager 2007]]></category>
		<category><![CDATA[OpsMgr Workshop]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=2046</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://blog.coretech.dk/home/slides-for-rockwool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring Windows Service and Recovery Script</title>
		<link>http://blog.coretech.dk/opsmgr07/monitoring-windows-service-and-recovery-script/</link>
		<comments>http://blog.coretech.dk/opsmgr07/monitoring-windows-service-and-recovery-script/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 11:15:12 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[Operations Manager 2007]]></category>
		<category><![CDATA[Service monitoring recovery task]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=2017</guid>
		<description><![CDATA[If you want to monitor a Service and run a predefinded recovery task follow this walkthrough:
]]></description>
		<wfw:commentRss>http://blog.coretech.dk/opsmgr07/monitoring-windows-service-and-recovery-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get information of Resolved Alerts in OpsMgr 2007</title>
		<link>http://blog.coretech.dk/opsmgr07/get-information-of-resolved-alerts-in-opsmgr-2007/</link>
		<comments>http://blog.coretech.dk/opsmgr07/get-information-of-resolved-alerts-in-opsmgr-2007/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 08:57:54 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[Operations Manager 2007]]></category>
		<category><![CDATA[Operations Manager Alerts]]></category>
		<category><![CDATA[ResolutionsState]]></category>
		<category><![CDATA[Resolvedby]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=2003</guid>
		<description><![CDATA[Resolved Alerts in Operations Manager is easy to extract from your DW and Operations Manager environment:
In Powershell:
Get-Alert &#124; Where {$_.Resolutionstate -eq 255} &#124; ft resolvedby
Or if you need a query from OperationsManagerDW in SQL as a dataset in your report:
SELECT Alert.vAlert.AlertName, Alert.vAlertResolutionState.ResolutionState, Alert.vAlertDetail.Owner, Alert.vAlertDetail.TicketId,
       Alert.vAlertResolutionState.StateSetByUserId, Alert.vAlert.RepeatCount, Alert.vAlert.RaisedDateTime, Alert.vAlert.AlertDescription, vManagedEntity.Path
FROM   Alert.vAlert
INNER JOIN Alert.vAlertResolutionState ON Alert.vAlert.AlertGuid = Alert.vAlertResolutionState.AlertGuid
INNER [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/opsmgr07/get-information-of-resolved-alerts-in-opsmgr-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great!! &#8211; A new Operations Manager Course</title>
		<link>http://blog.coretech.dk/opsmgr07/great-a-new-operations-manager-course/</link>
		<comments>http://blog.coretech.dk/opsmgr07/great-a-new-operations-manager-course/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 20:58:16 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[Operations Manager 2007]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=1571</guid>
		<description><![CDATA[A new 3 days Operations Manager (or Scom) course (# 50216)  is showing up around August &#8211; I think the first course will be around the beginning october - Please email me kra[@]coretech.dk regarding participating on this Course.
Kurset vil naturligvis blive tilbudt gennem vores samarbejdspartnere, Teknologisk, Global Knowledge og Microworld.
God sommer &#8211; Kåre
Course Outline
How the &#8216;internals&#8217; of Operations Manager work and [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/opsmgr07/great-a-new-operations-manager-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides fra OpsMgr Seminar hos Global Knowledge</title>
		<link>http://blog.coretech.dk/home/slides-fra-opsmgr-seminar-hos-global-knowledge/</link>
		<comments>http://blog.coretech.dk/home/slides-fra-opsmgr-seminar-hos-global-knowledge/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 10:58:08 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=1299</guid>
		<description><![CDATA[Hermed mine slides fra Global Seminaret den 14. april 2009. Mail endelig såfremt i ønsker flere oplysninger.
]]></description>
		<wfw:commentRss>http://blog.coretech.dk/home/slides-fra-opsmgr-seminar-hos-global-knowledge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Report Server Course</title>
		<link>http://blog.coretech.dk/mssql/sqlscripts/report-server-course/</link>
		<comments>http://blog.coretech.dk/mssql/sqlscripts/report-server-course/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:44:04 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[SQL Scripts]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=1015</guid>
		<description><![CDATA[Links:
http://msdn.microsoft.com/en-us/library/ms153561.aspx
http://msdn.microsoft.com/en-us/library/ms156500.aspx
http://www.developer.com/db/article.php/10920_3727626_2
http://msdn.microsoft.com/en-us/library/ms157406(sql.90).aspx
http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx
http://www.sql-server-performance.com/articles/reporting/index.aspx
http://lyon-smith.org/blogs/code-o-rama/archive/2007/03/22/visual-studio-column-guides-redux.aspx
http://www.microsoft.com/downloads/details.aspx?familyid=9f783224-9871-4eea-b1d5-f3140a253db6&#38;displaylang=en
http://visualstudiomagazine.com/columns/article.aspx?editorialsid=1900
Husk Report Builder 2.0
Og her er koden i forbindelse med Report server kurset d 25. &#8211; 27 feb:
Private Sub
LoadInformation() 
 &#8216;load information into list view
lstView.Items.Clear()
 Dim myCatalogItems As
CatalogItem()myCatalogItems = rs.ListChildren(&#8220;/&#8221;, True) 
For Each cItem As CatalogItem In myCatalogItems 
Dim strValues(3) As String
strValues(0) = cItem.Name
strValues(1) = cItem.Path
strValues(2) = cItem.Type.ToString()strValues(3) = cItem.CreatedBy
lstView.Items.Add(New ListViewItem(strValues)) 
Next
End Sub
Private Sub DisplayCurrentInfo() 
Me.Cursor = Cursors.WaitCursor 
&#8216;display item information in messagebox
Dim [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/mssql/sqlscripts/report-server-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powershell Acticvesync wipe</title>
		<link>http://blog.coretech.dk/scripting/powershell/powershell-acticvesync-wipe/</link>
		<comments>http://blog.coretech.dk/scripting/powershell/powershell-acticvesync-wipe/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:05:46 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[AdminScriptEditor]]></category>
		<category><![CDATA[Wipe Activesync]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=990</guid>
		<description><![CDATA[In this Powershell sample (created with ASE) &#8211; its possible to create a simple form to let Helpdesk manage Activesync Devices, this is done by finding and wipe/unwipe the device. Feel free to change and clean-up   &#8211; Try ASE &#8211; http://adminscripteditor.com/ &#8211; Its a great editor.



&#160;


####################################################################


# Program&#8230;&#8230;&#8230;.: ASExWipe.ps1                            #


# Author&#8230;&#8230;&#8230;..: Kåre Rude Andersen [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/scripting/powershell/powershell-acticvesync-wipe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find Query-based Distribution Groups in Domain</title>
		<link>http://blog.coretech.dk/scripting/vbscript-scripting/find-query-based-distribution-groups-in-domain/</link>
		<comments>http://blog.coretech.dk/scripting/vbscript-scripting/find-query-based-distribution-groups-in-domain/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:17:15 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[VBScript]]></category>
		<category><![CDATA[AD scripting]]></category>
		<category><![CDATA[Query-based distribution group]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=986</guid>
		<description><![CDATA[To find all QBD groups in your domain run the following. 
(Remember to change the LDAP string&#8230;)
On Error Resume Next
Const ADS_SCOPE_SUBTREE = 2
Set objConnection = CreateObject(&#8220;ADODB.Connection&#8221;)
Set objCommand =   CreateObject(&#8220;ADODB.Command&#8221;)
objConnection.Provider = &#8220;ADsDSOObject&#8221;
objConnection.Open &#8220;Active Directory Provider&#8221;
Set objCommand.ActiveConnection = objConnection
objCommand.Properties(&#8220;Page Size&#8221;) = 1000
objCommand.Properties(&#8220;Searchscope&#8221;) = ADS_SCOPE_SUBTREE
objCommand.CommandText = _
    &#8220;SELECT cn, objectClass FROM &#8216;LDAP://dc=coretech,dc=intra&#8217; WHERE &#8221; _
        &#038; &#8220;objectClass =&#8217;msExchDynamicDistributionList&#8217;&#8221;
Set [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/scripting/vbscript-scripting/find-query-based-distribution-groups-in-domain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL 2005 Course</title>
		<link>http://blog.coretech.dk/mssql/sqlscripts/sql-2005-kursus/</link>
		<comments>http://blog.coretech.dk/mssql/sqlscripts/sql-2005-kursus/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 08:01:21 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[SQL Scripts]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=976</guid>
		<description><![CDATA[Samples, Utils and Links from MOC 2780 SQL 2005 Course.
Check All Databases with undocumented stored procedure:
EXEC SP_MSForEachDB @command1=&#8221;Print &#8216;?&#8217; DBCC CHECKDB (&#8216;?&#8217;)&#8221;
Another track to the same station.
Declare @db VarChar(100),
 @dbid int,
 @hidb int
Select @hidb = Max(dbid ), @dbid = 0 from master..sysdatabases
While @dbid &#60; @hidb
Begin
   Set @db = null
   Select @db = name
   From sysdatabases
   Where dbid = [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/mssql/sqlscripts/sql-2005-kursus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
