Get-CimInstance -ClassName Win32_BIOS | Format-List Get-CimInstance -ClassName Win32_Processor | Format-List Get-Ciminstance -ClassName "cim_physicalmemory" | % { ($_.BankLabel)+" : "+($_.Capacity/1gb)+"GB" } Get-CimInstance Win32_LogicalDisk | where{$_.DriveType -eq '3'} ` | Select DeviceID, DriveType,VolumeName, @{N='TotalSize(GB)';E={[Math]::Ceiling($_.Size/1GB)}}, @{N='FreeSize(GB)';E={[Math]::Ceiling($_.FreeSpace/1GB)}} | ft -AutoSize #
start appwiz.cpl
SystemPropertiesComputerName.exe
start sysdm.cpl
add domain user to local administrator
control userpasswords2
reboot
shutdown /r /t 0
restart-computer
batch file to connect server
net use n: /delete net use /persistent:yes net use N: \\server\share password /user:domain\username /savecred
SystemPropertiesProtection.exe
start desk.cpl