PowerShell Network Share: Create and Manage SMB Shares
PowerShell’s SmbShare module manages Windows network shares. Learn to create, configure permissions, audit access, and remove file shares.
Commands Tips
PowerShell’s SmbShare module manages Windows network shares. Learn to create, configure permissions, audit access, and remove file shares.
Corporate networks route web traffic through proxies. Learn to configure PowerShell Invoke-WebRequest with proxy settings, credentials, and bypass lists.
Get-NetTCPConnection gives you netstat-style data as objects. Learn to filter active connections by port, state, and process name.
Check connectivity to hundreds of servers at once with PowerShell. Learn to ping from a list, collect results, and export an online/offline report.
PowerShell gives full control over Windows Firewall rules. Learn to list, create, modify, and delete rules without touching the GUI.
Test-NetConnection checks whether a specific TCP port is open on a host. Learn to scan ports, detect firewall blocks, and test service availability.
Skip ipconfig and use PowerShell to get IP addresses and adapter details as objects. Learn Get-NetAdapter, Get-NetIPAddress, and filtering examples.
Resolve-DnsName is the modern PowerShell replacement for nslookup. Learn to query A, MX, PTR, and CNAME records from any DNS server.
Test-Connection is PowerShell’s ping. Learn to check if a host is reachable, test multiple targets, and loop-monitor network connectivity.