Category: Powershell

PowerShell : Format-Table: How to formats the output of a command as a table

Description The Format-Table cmdlet formats the output of a command as a table with the selected properties of the object in each column. The object type determines the default layout and properties that are displayed in each column. You can use the Property parameter to select the properties that you want to display. PowerShell uses…



WuInstall: Windows Updates with a command

WuInstall: Windows Updates with a command By Leos Marek  Mon, Apr 20 2020  WuInstall Leos has started in the IT industry in 1995. For the past 15+ years he focused on Windows Server, VMware administration and security. He currently is an IT manager at a gymnasium and he also runs an IT outsourcing company in Jicin,…




Join Computer to Domain Using PowerShell

Join Computer to Domain Using PowerShell By Robert Allen (https://activedirectorypro.com/join-computer-to-domain-using-powershell/) In this tutorial, you’ll learn how to join a computer to the domain using PowerShell. I will provide step by step instructions for adding a single computer and multiple computers to the domain. Also, I’ll show you how to move the computer to an OU…




PowerShell Module for Active Directory Bulk-User Management

Active Directory Bulk-Users Management PowerShell Module manages multiple AD users New-ADUsers: Creates multiple AD users from a CSV file Update-ADUsers: Updates AD users attributes with information in a CSV Export-ADUsers: Exports certain user attributes to a CSV file. Download ADUsers.zip Active Directory Bulk-Users Management PowerShell Module manages multiple AD users New-ADUsers: Creates multiple AD users…




Windows Update PowerShell Module

Windows Update PowerShell Module This function is a piece of PSWindowsUpdate module to manage Windows Update on a computer system running Windows. Whole module contain set of functions to check, download and install updates from PowerShell. Download PSWindowsUpdate.zip Verified on the following platforms Windows 10YesWindows Server 2012YesWindows Server 2012 R2YesWindows Server 2008 R2YesWindows Server 2008YesWindows…




Powershell Script to export Active Directory users to CSV

Powershell Script to export Active Directory users to CSV does exactly what it says: Exports Active Directory users to CSV! Customise the script exactly how you want it. This might help you determine users with missing fields like office, email address and more.Download Now….. Download Export_AD_Users_to_CSV.v1.0.zip Powershell Script to export Active Directory users to CSV…




Powershell Script to export Active Directory users to CSV

Powershell Script to export Active Directory users to CSV does exactly what it says: Exports Active Directory users to CSV! Customise the script exactly how you want it. This might help you determine users with missing fields like office, email address and more.Download Now….. Download Export_AD_Users_to_CSV.v1.0.zip Powershell Script to export Active Directory users to CSV…




Export Office 365 Users to CSV using PowerShell

Export Office 365 Users to CSV using PowerShell August 10, 2016 by Morgan We can easily export users using Office 365 Admin center UI, but in this way we can get only set of attributes and we can’t easily filter our required set of users. In this article, I am going to write powershell script…