In this article, we’ll show you how to get the last login date and sign-in activity of your Azure Active Directory users, export and analyze Azure sign-in and audit logs…
Using PowerShell for System Administration and Automation Tasks
- Hyper-VPowerShellVirtualizationWindows Server 2019
Configure SR-IOV for Hyper-V Virtual Machines on Windows Server
March 29, 2022SR-IOV (Single Root Input/Output Virtualization) is a host hardware device virtualization technology that allows virtual machines to have direct access to host devices. It can virtualize different types of devices,…
- Active DirectoryGroup PoliciesPowerShellWindows Server 2019
Add Last Logged On Username to Computer Description in AD
March 17, 2024You can store various useful information in the description of computer objects in Active Directory. For example, information about the computer model, hardware inventory, or the last logged-on username. In…
- Active DirectoryPowerShellWindows Server 2019
Converting UserAccountControl Attribute Values in Active Directory
May 11, 2023UserAccountControl is one of the most important attributes of the user and computer objects in Active Directory. This attribute determines the state of the account in the AD domain: whether…
- PowerShellWindows 10Windows Server 2019
Configuring PowerShell Remoting (WinRM) over HTTPS
March 15, 2024By default, traffic in a PowerShell Remoting session is encrypted no matter whether HTTP (TCP/5985) or HTTPS (TCP/5986) transport protocol is used. Anyway, all traffic is encrypted using the AES-256…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Clean Up or Reset COM Port Numbers in Windows
March 11, 2024When you connect a new COM device or a USB device to your computer (USB modem, mobile phone, Bluetooth adapter, serial to USB converters, etc.), Windows detects it using Plug-n-Play…
- Azure and Microsoft 365ExchangePowerShell
Mailbox Size and Quotas in Exchange 2019/2016 and Microsoft 365
March 15, 2024An on-prem Exchange or cloud Exchange Online (Microsoft 365) administrator must control user mailbox sizes. In this article, we’ll show how to get current mailbox sizes and set mailbox quotas…
- Hyper-VPowerShellVirtualizationWindows Server 2016Windows Server 2019
Poor Network Performance on Hyper-V VMs in Windows Server 2019
February 20, 2023Several times I came across a situation when files were copied much slower from/to virtual machines on a Hyper-V host running Windows Server 2019 than in a VM of the…
- PowerShellWindows 10Windows 11Windows Server 2019
Enter-PSSession: Running Remote Commands in Interactive Shell
March 15, 2024Enter-PSSession cmdlet allows you to establish a persistent interactive PowerShell session with a remote computer. All commands you enter in your command prompt are executed on the remote computer. In…
- Azure and Microsoft 365ExchangePowerShell
Forwarding Emails to an External Address in Microsoft 365 (Exchange Online)
March 17, 2024By default, cloud-based Exchange Online (Microsoft 365) prevents automatic external email forwarding using Outlook rules or enabled mailbox forwarding.