<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How To Find All Services that Uses Administrator Account to Start	</title>
	<atom:link href="https://www.kjctech.net/how-to-find-all-services-that-uses-administrator-account-to-start/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net/how-to-find-all-services-that-uses-administrator-account-to-start/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-find-all-services-that-uses-administrator-account-to-start</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:20:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kent Chen		</title>
		<link>https://www.kjctech.net/how-to-find-all-services-that-uses-administrator-account-to-start/comment-page-1/#comment-274370</link>

		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Mon, 23 Jan 2023 03:48:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4132#comment-274370</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.kjctech.net/how-to-find-all-services-that-uses-administrator-account-to-start/comment-page-1/#comment-273428&quot;&gt;Chris Bruno&lt;/a&gt;.

You can probably $computers = Get-ADComputer ...
And then use ForEach ($computer in $computers) to cycle through the list.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.kjctech.net/how-to-find-all-services-that-uses-administrator-account-to-start/comment-page-1/#comment-273428">Chris Bruno</a>.</p>
<p>You can probably $computers = Get-ADComputer &#8230;<br />
And then use ForEach ($computer in $computers) to cycle through the list.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Bruno		</title>
		<link>https://www.kjctech.net/how-to-find-all-services-that-uses-administrator-account-to-start/comment-page-1/#comment-273428</link>

		<dc:creator><![CDATA[Chris Bruno]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4132#comment-273428</guid>

					<description><![CDATA[We have 800+ servers....is there an option to read a text file.   I&#039;d like to automate this if possible....have it do an AD scan of all SERVERS, output to a text file and then use that text file to scan for all of the services.

I&#039;m NOT that great at PowerShell, but other scripts I&#039;ve used we can get a list of Servers using this:

Get-ADComputer -Filter &#039;operatingsystem -like &quot;*server*&quot; -and enabled -eq &quot;true&quot;&#039; `
-Properties Name,Operatingsystem,OperatingSystemVersion,IPv4Address &#124;
Sort-Object -Property Operatingsystem &#124;
Select-Object -Property Name,Operatingsystem,OperatingSystemVersion,IPv4Address &#124; Export-Csv &quot;C:\Powershell\Server-List.csv&quot;-NoTypeInformation

Then we&#039;d have to modify your script to read the text file....not sure how to do that!]]></description>
			<content:encoded><![CDATA[<p>We have 800+ servers&#8230;.is there an option to read a text file.   I&#8217;d like to automate this if possible&#8230;.have it do an AD scan of all SERVERS, output to a text file and then use that text file to scan for all of the services.</p>
<p>I&#8217;m NOT that great at PowerShell, but other scripts I&#8217;ve used we can get a list of Servers using this:</p>
<p>Get-ADComputer -Filter &#8216;operatingsystem -like &#8220;*server*&#8221; -and enabled -eq &#8220;true&#8221;&#8216; `<br />
-Properties Name,Operatingsystem,OperatingSystemVersion,IPv4Address |<br />
Sort-Object -Property Operatingsystem |<br />
Select-Object -Property Name,Operatingsystem,OperatingSystemVersion,IPv4Address | Export-Csv &#8220;C:\Powershell\Server-List.csv&#8221;-NoTypeInformation</p>
<p>Then we&#8217;d have to modify your script to read the text file&#8230;.not sure how to do that!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
