I needed to create a Local User account during the build process for a number of new laptops. Below is […]
Install WSUS console only
Use the below PowerShell command to install the administration console only to manage an external WSUS server.
Output last logon timestamp
Ever needed to output the last login Timestamp of a particular Active Directory OU to a file? I needed to […]
Get current logged on user of a machine remotely
Need to find out who’s logged onto a particular machine? Use the below PowerShell command below.
Get the serial number from the BIOS remotely
Here’s the Powershell command to remotely get the serial number of a machine. Get-WmiObject win32_bios -computername REMOTECOMPUTERNAME
Clear DNS cache
Ever needed to clear the DNS cache on a DNS server? Here’s the PowerShell command.
Change Office 365 Group SMTP address
Here you can find the PowerShell commands required to turn change an Office 365 primary SMTP address: Connect to Exchange […]
Turn focused inbox off all users
Here you can find the PowerShell commands required to turn off the focused inbox for the Office 365 Mail web-app. […]
Connect to Security & Compliance
Below you can find the PowerShell commands required to connect to Security & Compliance. Run Powershell as Administrator and run […]
Connect to Exchange Online
Below you can find the PowerShell commands required to connect to Exchange Online. Run Powershell as Administrator and run each […]