Windows

From WTFwiki
Jump to navigation Jump to search

Random Documentation

Windows Registry

See Also: Fix-a-Fuckup

PowerShell

= Connecting Exchange Online 365

PS C:\Users\kfarmer> Import-Module ExchangeOnlineManagement
PS C:\Users\kfarmer> Connect-ExchangeOnline -UserPrincipalName kfarmer@

----------------------------------------------------------------------------------------
This V3 EXO PowerShell module contains new REST API backed Exchange Online cmdlets which doesn't require WinRM for Client-Server communication. You can now run these cmdlets after turning off WinRM Basic Auth in your client machine thus making it more secure.

Unlike the EXO* prefixed cmdlets, the cmdlets in this module support full functional parity with the RPS (V1) cmdlets.

V3 cmdlets in the downloaded module are resilient to transient failures, handling retries and throttling errors inherently.

REST backed EOP and SCC cmdlets are also available in the V3 module. Similar to EXO, the cmdlets can be run without WinRM basic auth enabled.

For more information check https://aka.ms/exov3-module
----------------------------------------------------------------------------------------

"tail -f"

 PS C:\> Get-Content somefile.log -Tail 5 -Wait

MS Exchange Server


Troubleshooting Docs

WiFi (Wireless 802.11)

Highlights:

 Wireless logs. Logging can be enabled through the netsh ras set tracing * en command. After
 enabling logging, you can either restart the computer or restart the Wireless Zero Configuration
 (for Windows XP) or Wireless Configuration (for Windows Server 2003) service with the net stop
 wzcsvc and net start wzcsvc commands. The wireless logs are located in the systemroot\tracing
 folder. The log files most useful for troubleshooting wireless issues are the following:

 Wzctrace.log  Used mostly for 802.11 association. This file is present only on computers running 
 Windows XP Service Pack 2 (SP2) or Windows Server 2003 Service Pack 1.

 Eapol.log  Used mostly for IEEE 802.1X authentication.

 Wzcdlg.log  Used for user interface changes, such as changes made through the View Available  
 Networks or Choose a wireless network dialog boxes.

 Netman.log  Used for user interface changes.

 Netshell.log  Used for user interface changes.

 Along with any .old versions of these files

There are additional (much deeper) details in the above-linked manual, including OID Key:Value translations for authentication mode, etc. Imagine that, visibility into a completely glued-shut OS!