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 [2025/08/25 16:39] – admin | microsoft:allgemeines:powershell [2026/03/22 11:59] (current) – gsys | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PowerShell Befehle ====== | ====== PowerShell Befehle ====== | ||
| + | ===== History ===== | ||
| + | |||
| + | < | ||
| + | cat (Get-PSReadlineOption).HistorySavePath | ||
| + | </ | ||
| + | |||
| + | ===== Befehle ===== | ||
| ^Befehl ^ Beschreibung ^ | ^Befehl ^ Beschreibung ^ | ||
| Line 16: | Line 23: | ||
| | Get-Childitem c: | | Get-Childitem c: | ||
| | Get-WindowsFeature FS-SMB1 | Status von SMBv1 prüfen | | | Get-WindowsFeature FS-SMB1 | Status von SMBv1 prüfen | | ||
| + | | Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol | SMBv1 abfragen | | ||
| | Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol | SMBv1 aktivieren | | | Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol | SMBv1 aktivieren | | ||
| | Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol | SMBv1 deaktivieren | | | Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol | SMBv1 deaktivieren | | ||
microsoft/allgemeines/powershell.1756132794.txt.gz · Last modified: by admin