Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • Docker
  • Microsoft Services
    • Office 365
    • Microsoft 365
    • Outlook
  • About Us

shelladmin

Remove-MsolAdministrativeUnit – Delete Administrative Units in Office 365

April 14, 2024October 21, 2023 by shelladmin

The Remove-MsolAdministrativeUnit cmdlet in PowerShell deletes an administrative unit from Microsoft Office 365. The syntax to remove an administrative unit from the Azure Active Directory …

Read more

New-MsolAdministrativeUnit – Create Administrative Units in Office 365

April 14, 2024October 21, 2023 by shelladmin

The New-MsolAdministrativeUnit cmdlet in PowerShell adds a new administrative unit to Microsoft Office 365. An administrative unit is a way to organize and delegate administrative …

Read more

Get-MsolAdministrativeUnit – Get Administrative Units in Office 365

April 14, 2024October 21, 2023 by shelladmin

The Get-MsolAdministrativeUnit cmdlet in PowerShell retrieves information about administrative units from Microsoft Office 365. The following command gets all administrative units in the tenant of …

Read more

PowerShell Script to Restart Print Spooler Service

April 14, 2024October 21, 2023 by shelladmin

Sometimes, we have a problem with the printer spooler where documents are getting stuck in the printer queue or the printer spooler service is not …

Read more

How to Check AD Schema Version using PowerShell

April 14, 2024October 21, 2023 by shelladmin

Active Directory schema defines the attributes and object classes that can be stored in your directory, impacting user accounts, groups, and more. To ensure your …

Read more

PowerShell Download File from URL

April 14, 2024October 21, 2023 by shelladmin

To download the file from the URL in PowerShell, use the Invoke-WebRequest cmdlet. The Invoke-WebRequest command sends HTTP, HTTPS, and FTP requests to a web …

Read more

How to Unzip All Files in a Folder using PowerShell?

April 14, 2024October 21, 2023 by shelladmin

Overview PowerShell Microsoft.PowerShell.Archive module contains two cmdlets that let you create a zip and extract or unzip archive all files in a folder. These cmdlets …

Read more

Get-ADUser using userprincipalname(upn) in PowerShell

April 14, 2024October 21, 2023 by shelladmin

In our day-to-day tasks, we may come across scenarios to get active directory users belonging to some specific OU or search ad users with UPN …

Read more

Get-ADUser attributes from CSV list of users in PowerShell

April 14, 2024October 21, 2023 by shelladmin

In this blog post, I will discuss with you how to get ad users properties from a csv file. We will be using PowerShell Get-AdUser …

Read more

PowerShell – Get AdUser Last Logon

April 14, 2024October 20, 2023 by shelladmin

The Get-AdUser cmdlet in PowerShell is used to retrieve information about Active Directory Users. The Get-AdUser command has a LastLogon attribute which stores the date …

Read more

Older posts
Newer posts
← Previous Page1 … Page8 Page9 Page10 … Page55 Next →

Recent Posts

  • How to View Docker Container Logs
  • How to Remove a Docker Container
  • How to Stop a Running Docker Container

Footer

  • Home
  • About Us
  • Dsquery
  • Contact
  • Privacy Policy
  • Terms and Conditions
Copyright © 2025 ShellGeek All rights reserved