Загрузка данных


New-NetFirewallRule `
    -DisplayName "Vilka Tracker Nginx" `
    -Direction Inbound `
    -Action Allow `
    -Protocol TCP `
    -LocalPort 80 `
    -Profile Any