Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
windows [2025/03/12 13:57] jango [Event-Log] |
windows [2025/04/15 17:33] (aktuell) jango [SAM Database] |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
Windows ist ein von [[Microsoft]] entwickeltes [[Betriebssystem]] speziell für Desktop PC, Notebook und Laptop. | Windows ist ein von [[Microsoft]] entwickeltes [[Betriebssystem]] speziell für Desktop PC, Notebook und Laptop. | ||
+ | =====WMI===== | ||
+ | |||
+ | Siehe [[WMI]], [[WMIC]], [[CIM]] | ||
+ | |||
+ | ====MSI Pakete==== | ||
< | < | ||
# Per MSI installierte Pakete | # Per MSI installierte Pakete | ||
Zeile 51: | Zeile 56: | ||
Site : | Site : | ||
Container | Container | ||
+ | </ | ||
+ | ====Winget==== | ||
+ | < | ||
# Per Winget installierte Pakete? | # Per Winget installierte Pakete? | ||
Get-WingetPackage | Get-WingetPackage | ||
Zeile 60: | Zeile 68: | ||
Source | Source | ||
AvailableVersions : {10.0.60917, | AvailableVersions : {10.0.60917, | ||
+ | </ | ||
- | # 32 bit uninstallers | + | ====64 Bit Programme==== |
+ | < | ||
+ | # 64 bit uninstallers | ||
Get-ItemProperty HKLM: | Get-ItemProperty HKLM: | ||
DisplayName | DisplayName | ||
Zeile 77: | Zeile 88: | ||
PSDrive | PSDrive | ||
PSProvider | PSProvider | ||
+ | </ | ||
- | # 64 bit uninstallers | + | ====32 Bit Programme==== |
+ | < | ||
+ | # 32 bit uninstallers | ||
Get-ItemProperty HKLM: | Get-ItemProperty HKLM: | ||
DisplayName | DisplayName | ||
Zeile 97: | Zeile 111: | ||
PSDrive | PSDrive | ||
PSProvider | PSProvider | ||
+ | </ | ||
+ | |||
+ | ====Network Adapter==== | ||
+ | < | ||
+ | Get-WMIObject -Class Win32_NetworkAdapter | ||
+ | PSComputerName | ||
+ | Availability | ||
+ | Name : Microsoft Kernel Debug Network Adapter | ||
+ | Status | ||
+ | StatusInfo | ||
+ | DeviceID | ||
+ | __GENUS | ||
+ | __CLASS | ||
+ | __SUPERCLASS | ||
+ | __DYNASTY | ||
+ | __RELPATH | ||
+ | __PROPERTY_COUNT | ||
+ | __DERIVATION | ||
+ | __SERVER | ||
+ | __NAMESPACE | ||
+ | __PATH | ||
+ | AdapterType | ||
+ | AdapterTypeId | ||
+ | AutoSense | ||
+ | Caption | ||
+ | ConfigManagerErrorCode | ||
+ | ConfigManagerUserConfig | ||
+ | CreationClassName | ||
+ | Description | ||
+ | ErrorCleared | ||
+ | ErrorDescription | ||
+ | GUID : | ||
+ | Index : 0 | ||
+ | InstallDate | ||
+ | Installed | ||
+ | InterfaceIndex | ||
+ | LastErrorCode | ||
+ | MACAddress | ||
+ | Manufacturer | ||
+ | MaxNumberControlled | ||
+ | MaxSpeed | ||
+ | NetConnectionID | ||
+ | NetConnectionStatus | ||
+ | NetEnabled | ||
+ | NetworkAddresses | ||
+ | PermanentAddress | ||
+ | PhysicalAdapter | ||
+ | PNPDeviceID | ||
+ | PowerManagementCapabilities : | ||
+ | PowerManagementSupported | ||
+ | ProductName | ||
+ | ServiceName | ||
+ | Speed : | ||
+ | SystemCreationClassName | ||
+ | SystemName | ||
+ | TimeOfLastReset | ||
+ | Scope : System.Management.ManagementScope | ||
+ | Path : \\VIE-NB-GBI016\root\cimv2: | ||
+ | Options | ||
+ | ClassPath | ||
+ | Properties | ||
+ | SystemProperties | ||
+ | Qualifiers | ||
+ | Site : | ||
+ | Container | ||
+ | </ | ||
+ | |||
+ | ====Network Adapter Configuration==== | ||
+ | < | ||
+ | Get-WMIObject -Class Win32_NetworkAdapterConfiguration | ||
+ | |||
+ | PSComputerName | ||
+ | DHCPLeaseExpires | ||
+ | Index : 0 | ||
+ | Description | ||
+ | DHCPEnabled | ||
+ | DHCPLeaseObtained | ||
+ | DHCPServer | ||
+ | DNSDomain | ||
+ | DNSDomainSuffixSearchOrder | ||
+ | DNSEnabledForWINSResolution | ||
+ | DNSHostName | ||
+ | DNSServerSearchOrder | ||
+ | DomainDNSRegistrationEnabled : | ||
+ | FullDNSRegistrationEnabled | ||
+ | IPAddress | ||
+ | IPConnectionMetric | ||
+ | IPEnabled | ||
+ | IPFilterSecurityEnabled | ||
+ | WINSEnableLMHostsLookup | ||
+ | WINSHostLookupFile | ||
+ | WINSPrimaryServer | ||
+ | WINSScopeID | ||
+ | WINSSecondaryServer | ||
+ | __GENUS | ||
+ | __CLASS | ||
+ | __SUPERCLASS | ||
+ | __DYNASTY | ||
+ | __RELPATH | ||
+ | __PROPERTY_COUNT | ||
+ | __DERIVATION | ||
+ | __SERVER | ||
+ | __NAMESPACE | ||
+ | __PATH | ||
+ | ArpAlwaysSourceRoute | ||
+ | ArpUseEtherSNAP | ||
+ | Caption | ||
+ | DatabasePath | ||
+ | DeadGWDetectEnabled | ||
+ | DefaultIPGateway | ||
+ | DefaultTOS | ||
+ | DefaultTTL | ||
+ | ForwardBufferMemory | ||
+ | GatewayCostMetric | ||
+ | IGMPLevel | ||
+ | InterfaceIndex | ||
+ | IPPortSecurityEnabled | ||
+ | IPSecPermitIPProtocols | ||
+ | IPSecPermitTCPPorts | ||
+ | IPSecPermitUDPPorts | ||
+ | IPSubnet | ||
+ | IPUseZeroBroadcast | ||
+ | IPXAddress | ||
+ | IPXEnabled | ||
+ | IPXFrameType | ||
+ | IPXMediaType | ||
+ | IPXNetworkNumber | ||
+ | IPXVirtualNetNumber | ||
+ | KeepAliveInterval | ||
+ | KeepAliveTime | ||
+ | MACAddress | ||
+ | MTU : | ||
+ | NumForwardPackets | ||
+ | PMTUBHDetectEnabled | ||
+ | PMTUDiscoveryEnabled | ||
+ | ServiceName | ||
+ | SettingID | ||
+ | TcpipNetbiosOptions | ||
+ | TcpMaxConnectRetransmissions : | ||
+ | TcpMaxDataRetransmissions | ||
+ | TcpNumConnections | ||
+ | TcpUseRFC1122UrgentPointer | ||
+ | TcpWindowSize | ||
+ | Scope : System.Management.ManagementScope | ||
+ | Path : \\VIE-NB-GBI016\root\cimv2: | ||
+ | Options | ||
+ | ClassPath | ||
+ | Properties | ||
+ | SystemProperties | ||
+ | Qualifiers | ||
+ | Site : | ||
+ | Container | ||
+ | |||
</ | </ | ||
Zeile 222: | Zeile 389: | ||
net share [< | net share [< | ||
net use x: \\< | net use x: \\< | ||
+ | wmic netuse // info about shares | ||
net localgroup < | net localgroup < | ||
openfiles [/local on] | openfiles [/local on] | ||
Zeile 296: | Zeile 464: | ||
=====Domain join===== | =====Domain join===== | ||
- | In den Adapteroptionen des Interfaces den DNS Server auf die IP des DC ändern. | + | In den Adapteroptionen des Interfaces den DNS Server auf die IP des [[Active Directory]] |
In den Systeminformationen -> Einstellungen ändern -> Domain beitreten | In den Systeminformationen -> Einstellungen ändern -> Domain beitreten | ||
Zeile 310: | Zeile 478: | ||
=====NTFS===== | =====NTFS===== | ||
- | Siehe [[Dateisystem]] bzw. [[NTFS]] | + | Siehe [[Dateisystem]] bzw. [[NTFS]], [[NTFSSecurity]] |
=====SAM Database===== | =====SAM Database===== | ||
Zeile 342: | Zeile 510: | ||
Siehe auch [[Mimikatz]] | Siehe auch [[Mimikatz]] | ||
+ | |||
+ | =====RDP===== | ||
+ | |||
+ | <code powershell> | ||
+ | $thumbprint = (Get-ChildItem Cert: | ||
+ | |||
+ | # String-Wert setzen | ||
+ | Set-ItemProperty -Path " | ||
+ | |||
+ | # Auf älteren Windows Versionen bzw Client Systemen muss man zusätzlich einen Parameter für den binären Wert erstellen | ||
+ | # Binary-Wert setzen | ||
+ | $binThumbprint = ($thumbprint -replace ' ', '' | ||
+ | Set-ItemProperty -Path " | ||
+ | |||
+ | Restart-Service TermService -Force | ||
+ | </ | ||
=====Links===== | =====Links===== | ||