Add GigaChat, YandecGPT and update Selenium
This commit is contained in:
parent
089ca6f98f
commit
5becec928a
1 changed files with 10 additions and 1 deletions
11
posh.txt
11
posh.txt
|
|
@ -1,5 +1,12 @@
|
||||||
PowerShell Commands
|
PowerShell Commands
|
||||||
|
|
||||||
|
GitHub top language:https://img.shields.io/github/languages/top/lifailon/PS-Commands
|
||||||
|
GitHub last commit: https://img.shields.io/github/last-commit/lifailon/PS-Commands
|
||||||
|
GitHub code size: https://img.shields.io/github/languages/code-size/lifailon/PS-Commands
|
||||||
|
GitHub Repo stars: https://img.shields.io/github/stars/Lifailon/PS-Commands
|
||||||
|
|
||||||
|
Статья на Habr: https://habr.com/ru/articles/782592/
|
||||||
|
|
||||||
# Help
|
# Help
|
||||||
# Object
|
# Object
|
||||||
# Regex
|
# Regex
|
||||||
|
|
@ -2557,7 +2564,9 @@ Get-VBRViProxy
|
||||||
|
|
||||||
# REST API
|
# REST API
|
||||||
|
|
||||||
$iwr = Invoke-WebRequest -Uri $url
|
$url = "https://habr.com/ru/rss/users/Lifailon/publications/articles/?fl=ru" # RSS лента публикаций на Habr
|
||||||
|
Invoke-RestMethod $url
|
||||||
|
$iwr = Invoke-WebRequest $url
|
||||||
$iwr | Get-Member
|
$iwr | Get-Member
|
||||||
$iwr.Content
|
$iwr.Content
|
||||||
$iwr.StatusCode -eq 200
|
$iwr.StatusCode -eq 200
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue