<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tech.snathan.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://tech.snathan.org/feed.php">
        <title>Senthil&#039;s Tech Wiki/Blog - tech:windows</title>
        <description></description>
        <link>https://tech.snathan.org/</link>
        <image rdf:resource="https://tech.snathan.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-01T08:19:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/windows/get_ip_name?rev=1529666840&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/windows/hosts_file_location?rev=1416064422&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/windows/lan_test?rev=1429011642&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/windows/powershell?rev=1598354828&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tech.snathan.org/_media/wiki/dokuwiki.svg">
        <title>Senthil's Tech Wiki/Blog</title>
        <link>https://tech.snathan.org/</link>
        <url>https://tech.snathan.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://tech.snathan.org/tech/windows/get_ip_name?rev=1529666840&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-22T11:27:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>get_ip_name</title>
        <link>https://tech.snathan.org/tech/windows/get_ip_name?rev=1529666840&amp;do=diff</link>
        <description>Get IP and Computer Name on Windows


dim NIC1, Nic, StrIP, CompName
Set NIC1 = GetObject(&quot;winmgmts:&quot;).InstancesOf(&quot;Win32_NetworkAdapterConfiguration&quot;)
For Each Nic in NIC1
    if Nic.IPEnabled then
        StrIP = Nic.IPAddress(i)
        Set WshNetwork = WScript.CreateObject(&quot;WScript.Network&quot;)
        CompName= WshNetwork.Computername
        MsgBox &quot;IP Address:  &quot;&amp;StrIP &amp; vbNewLine _
        &amp; &quot;Computer Name:  &quot;&amp;CompName,4160,&quot;IP Address and Computer Name&quot;
        wscript.quit
    end if
next</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/windows/hosts_file_location?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hosts_file_location</title>
        <link>https://tech.snathan.org/tech/windows/hosts_file_location?rev=1416064422&amp;do=diff</link>
        <description>Hosts File Location on Windows 7


%systemroot%\system32\drivers\etc\hosts</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/windows/lan_test?rev=1429011642&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-04-14T11:40:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lan_test</title>
        <link>https://tech.snathan.org/tech/windows/lan_test?rev=1429011642&amp;do=diff</link>
        <description>Script to test LAN

Use this to get a report on LAN (or WAN) performance from Windows desktop - usually useful for wireless.  May be useful to schedule it.


SET tstamp=run-%date:~10%-%date:~4,2%-%date:~7,2%-%time:~0,2%-%time:~3,2%-%time:~6,2%-%UserName%.txt
REM SET tstamp=run-%date:~10%-%date:~4,2%-%date:~7,2%-%time:~0,2%-%time:~3,2%.txt
SET OUTDIR=%UserProfile%\Desktop\lantest\log
mkdir %OUTDIR%
cd %OUTDIR%
echo Run Date/Time: %tstamp%                      &gt;  &quot;%tstamp%&quot;
echo ============== LAN…</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/windows/powershell?rev=1598354828&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-25T11:27:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>powershell</title>
        <link>https://tech.snathan.org/tech/windows/powershell?rev=1598354828&amp;do=diff</link>
        <description>PowerShell Commands

Viewing Large files

PowerShell command to view large log files

&lt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-content?view=powershell-7&gt;

You can see the last few lines using Tail or see new lines using Wait option.</description>
    </item>
</rdf:RDF>
