microsoft:allgemeines:powershell
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
microsoft:allgemeines:powershell [2025/04/10 15:20] – gsys | microsoft:allgemeines:powershell [2025/08/25 16:39] (current) – admin | ||
---|---|---|---|
Line 17: | Line 17: | ||
| Get-WindowsFeature FS-SMB1 | Status von SMBv1 prüfen | | | Get-WindowsFeature FS-SMB1 | Status von SMBv1 prüfen | | ||
| Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol | SMBv1 aktivieren | | | Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol | SMBv1 aktivieren | | ||
- | | Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol | SMBv1 dektivieren | + | | Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol | SMBv1 deaktivieren |
| 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 | |
microsoft/allgemeines/powershell.txt · Last modified: by admin