Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • About Us
  • Contact

PowerShell

Get-AdUser – Find and Export Active Directory Users

by shelladmin

The Get-AdUser cmdlet in PowerShell is used to get one or more active directory users. An Active Directory Get-AdUser retrieves a default set of user …

Read more

Get-AdUser Properties List

by shelladmin

Use the Get-AdUser cmdlet in PowerShell to get all the properties of an active directory user. To get all of the properties for an Ad …

Read more

New-WebSite in PowerShell

by shelladmin

The PowerShell command to create a new website in the IIS server is New-WebSite`. The New-WebSite command creates an IIS website with the settings specified …

Read more

PowerShell Create New WebApplication in IIS Server

by shelladmin

The PowerShell command used to create a new web application is `New-WebApplication`. The New-WebApplication command uses the Name parameter to specify the web application name, …

Read more

PowerShell Remove WebSite from IIS Server

by shelladmin

Use the PowerShell Remove-IISSite cmdlet to remove a website from the IIS server. The Remove-IISSite command removes a website specified by the Name parameter. Here, …

Read more

Start IIS Web Site Using PowerShell

by shelladmin

To start the IIS website using PowerShell, use the `Start-IISSite` cmdlet. The Start-IISSite command starts an existing website on the IIS server. The Start-IISSite cmdlet …

Read more

PowerShell Get All IIS Site Bindings

by shelladmin

To get all IIS site bindings in the PowerShell, use the `Get-IISSiteBinding` cmdlet. The Get-IISSiteBinding command gets information about website bindings, their current status, and …

Read more

Find AD Groups I Am Member Of

by shelladmin

If you want to find out what AD group am I in or members of ad groups, there are different ways to get active directory …

Read more

How to remove mapped network drive using PowerShell?

by shelladmin

PowerShell Remove-PSDrive cmdlet used to remove mapped network drive in PowerShell and net use in cmd used to remove mapped network drive. In this article, …

Read more

Get-ADOrganizationalUnit in Active Directory – PowerShell

by shelladmin

PowerShell Get-ADOrganizationalUnit cmdlet gets one or more active directory Organizational Units (OU). Get-ADOrganizationalUnit Filter parameter gets multiple OU based on search criteria. In this article, …

Read more

Older posts
Page1 Page2 … Page40 Next →

Recent Posts

  • Outlook Logging – Enable Logging for Troubleshooting
  • PowerShell Stop-Process – How to Kill Process If Running
  • Get-AdUser – Find and Export Active Directory Users

Footer

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