powershell¶
- Check if an AD account is locked: Check whether an Active Directory user account is currently locked out.
- Check .NET Framework versions installed: Query installed .NET Framework versions from the registry with PowerShell.
- How to select custom attributes on an object: Build calculated properties with Select-Object to shape custom PowerShell output.
- How to enable PS Remoting: Enable PowerShell remoting so servers can be managed remotely.
- How to remove special chars in JSON file format: Remove escape characters when writing JSON content to a file from PowerShell.
- How to check the system up time: Get a system's uptime in PowerShell from its last reboot time.
- How to install PowerShell core on MacOS: Install, upgrade, reinstall, or remove PowerShell on macOS with Homebrew.
- How to install BizTalk roles and features via PowerShell: Install the Windows roles and features required for BizTalk Server.
- How to query the Internet behind a NTLM Proxy on a corporate network: Send PowerShell web requests through an NTLM-authenticated corporate proxy.
- How to run powershell in 32 bit mode within 64 bit: Launch 32-bit PowerShell from a 64-bit session for compatibility-sensitive scripts.
- Set Powershell to skip SSL certificate checks: Temporarily bypass SSL certificate validation for PowerShell web requests.
- PowerShell basics: Basic PowerShell examples and syntax notes for getting started.
- How to uninstall a BizTalk application: Uninstall a BizTalk application with PowerShell, including 32-bit session handling.
- How to use a Select-Object to create your custom object array for you: Use Select-Object to create custom object arrays with calculated properties.