Cheatography
https://cheatography.com
Open console
Press Keyboard F8 or FN+F8 |
ipconfig
ipconfig /displaydns |
ipconfig /registerdns |
ipconfig /flushdns |
Getting Logfiles with xcopy
command |
xcopy source destination /s |
Example |
xcopy C:\windows\ccm D:\LogFiles /s |
Logfile Location
Env. |
Part |
Location |
Windows PE |
Before partitioning hard disk |
X:\windows\temp\smstslog\ |
Windows PE |
After partitioning and formatting the hard disk |
X:\smstslog\ and then C:\_SMSTaskSequence\logs\smstslog\ and X:\windows\temp\SMSTSLog |
Windows |
After windows is setup and before the sccm agent is installed |
C:\_SMSTaskSequence\logs\smstslog\ |
Windows |
After installation of the sccm agent |
C:\windows\ccm\logs\smstslog\ |
Windows |
After the task sequence is correctly finished |
C:\windows\ccm\logs\ |
diskpart - check your drives
open console and start diskpart by typing: |
diskpart |
list all volumes |
list vol |
select a specific volume |
sel vol NUMBER |
list all partitions of a volume |
list partition |
select a specific partition |
sel partition NUMBER |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets