<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.billyrondon.com/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="http://wiki.billyrondon.com/feed.php">
        <title>WIKI de apuntes de Billy Rondón - informatica:soporte_instalacion:sistemas_operativos:windows</title>
        <description></description>
        <link>http://wiki.billyrondon.com/</link>
        <image rdf:resource="http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg" />
       <dc:date>2026-06-04T19:19:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.billyrondon.com/doku.php/informatica:soporte_instalacion:sistemas_operativos:windows:activacion?rev=1759351504&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.billyrondon.com/doku.php/informatica:soporte_instalacion:sistemas_operativos:windows:powershell?rev=1759119804&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg">
        <title>WIKI de apuntes de Billy Rondón</title>
        <link>http://wiki.billyrondon.com/</link>
        <url>http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.billyrondon.com/doku.php/informatica:soporte_instalacion:sistemas_operativos:windows:activacion?rev=1759351504&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-01T20:45:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>activacion</title>
        <link>http://wiki.billyrondon.com/doku.php/informatica:soporte_instalacion:sistemas_operativos:windows:activacion?rev=1759351504&amp;do=diff</link>
        <description>Windows Activación

	*  &lt;https://massgrave.dev/&gt;
	*  &lt;https://oficial-kmspico.com/&gt;</description>
    </item>
    <item rdf:about="http://wiki.billyrondon.com/doku.php/informatica:soporte_instalacion:sistemas_operativos:windows:powershell?rev=1759119804&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-29T04:23:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>powershell</title>
        <link>http://wiki.billyrondon.com/doku.php/informatica:soporte_instalacion:sistemas_operativos:windows:powershell?rev=1759119804&amp;do=diff</link>
        <description>PowerShell

SSH


ssh &lt;usuario&gt;@&lt;host&gt; -p &lt;NroPuerto&gt;


Desorden

Para activar Powershell en pc remota


Enable-PSRemoting


&lt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enable-psremoting?view=powershell-7.2&gt;



# Ver servicios:

get-service

# guadar en una variable las credenciales:

$cred = get-Credential -credential admin@dom

#usar credencial y consultar servicios en otra máquina:

Get-WMIObject Win32_Service -computer MAQUINAREMOTA -credential $cred

# esto…</description>
    </item>
</rdf:RDF>
