fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


microsoft:allgemeines:powershell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
microsoft:allgemeines:powershell [2025/04/10 15:20] gsysmicrosoft: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 "live" ausgeben | | Get-Content C:\log.txt –Wait| (Log-)File Inhalt "live" ausgeben |
 | 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