From CMD: whoami /user
Category Archives: Uncategorized
Reply
Create large dummy file in Windows
From CMD:
fsutil file createnew test.txt 107374182400
Creates a 100 GB fil named test.txt
Registration of DNS records failed: Not enough storage is available to complete this operation.
When you run ipconfig /registerdns you get error message: Registration of DNS records failed: Not enough storage is available to complete this operation.

Check registry for HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\
If the value of DisableDynamicUpdate = 1, change it to 0
Test for Jumbo frames in Windows
Ping 172.24.24.24 -f -l 2000
Allow relay on receive connector Exchange 2010
Get-ReceiveConnector “Anonymous Relay” | Add-ADPermission -User “NT AUTHORITY\ANONYMOUS LOGON” -ExtendedRights “Ms-Exch-SMTP-Accept-Any-Recipient”
Get webpage from telnet
GET / HTTP/1.1
Host: www.mysite.com
Get .NET version from CMD
dir /b /ad /o-n %systemroot%\Microsoft.NET\Framework\v?.*
Start Windows activation via phone on windows 2012
Run command: slui 4
Find Public folder from email address
From Exchane Mangement Console:
Get-MailPublicFolder email@address.com | Get-PublicFolder