microsoft:allgemeines:powershell
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
microsoft:allgemeines:powershell [2024/02/17 19:03] – external edit 127.0.0.1 | microsoft:allgemeines:powershell [2025/04/10 15:20] (current) – gsys | ||
---|---|---|---|
Line 2: | Line 2: | ||
^Befehl ^ Beschreibung ^ | ^Befehl ^ Beschreibung ^ | ||
+ | | Expand-Archive -Path File.zip -DestinationPath C:\Folder | Unzip file | | ||
+ | | %% ipconfig /all | Select-String -Pattern ' | ||
+ | |tnc -port 443 grunwald.systems | alias für Test-NetConnection - test if port open | | ||
|Rename-Computer -NewName " | |Rename-Computer -NewName " | ||
|Rename-Computer -ComputerName " | |Rename-Computer -ComputerName " | ||
Line 17: | Line 20: | ||
| Get-Content C:\log.txt –Wait| (Log-)File Inhalt " | | Get-Content C:\log.txt –Wait| (Log-)File Inhalt " | ||
| Get-Content C:\log.txt -Tail 3 | Letzte 3 Zeilen eines (Log-)Files ausgeben | | | Get-Content C:\log.txt -Tail 3 | Letzte 3 Zeilen eines (Log-)Files ausgeben | | ||
- | | '' | + | | %% Get-WmiObject win32_SystemEnclosure |
| New-SelfSignedCertificate -Subject wsus.oes.ml-bw.de -DnsName wsus.oes.ml-bw.de -CertStoreLocation cert: | | New-SelfSignedCertificate -Subject wsus.oes.ml-bw.de -DnsName wsus.oes.ml-bw.de -CertStoreLocation cert: | ||
microsoft/allgemeines/powershell.1708193020.txt.gz · Last modified: 2024/02/17 19:03 by 127.0.0.1