<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kasaj.cz/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://kasaj.cz/feed.php">
        <title> - technet:powershell</title>
        <description></description>
        <link>https://kasaj.cz/</link>
        <image rdf:resource="https://kasaj.cz/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-05-06T18:33:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kasaj.cz/doku.php?id=technet:powershell:powershelltips&amp;rev=1691045956&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kasaj.cz/lib/exe/fetch.php?media=logo.png">
        <title></title>
        <link>https://kasaj.cz/</link>
        <url>https://kasaj.cz/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://kasaj.cz/doku.php?id=technet:powershell:powershelltips&amp;rev=1691045956&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-03T06:59:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>powershelltips</title>
        <link>https://kasaj.cz/doku.php?id=technet:powershell:powershelltips&amp;rev=1691045956&amp;do=diff</link>
        <description>PowerShell tips



Get-Alias gp*

&quot;hello, world&quot;.gettype()

[datetime]$a=&quot;4/20/2020&quot;

$a|get-member

Get-Help &quot;Get-Service&quot; -Examples

$b = @()
$a = &quot;&quot; | select name,count
$b += $a
$b | Add-Member -MemberType NoteProperty -Name Attribute1 -Value &quot;&quot; -force

$ErrorActionPreference = &#039;SilentlyContinue&#039;

$dataCollection = [PSCustomObject]@{
   TXT = Resolve-DnsName $domain -Type TXT -Server 8.8.8.8
}

$Report = [System.Collections.Generic.List[Object]]::new()
$ReportLine = [PSCustomObject] @{
TimeSt…</description>
    </item>
</rdf:RDF>
