Get List of Network Shares using Powershell script
Description: We can easily get the list of Network Shares/Share Folder, Devices, Disk Drives and Printers by using WMI class Win32_Share. …
Description: We can easily get the list of Network Shares/Share Folder, Devices, Disk Drives and Printers by using WMI class Win32_Share. …
Getting Backup of SQL Database is important task for every DBA before making any changes in production environment, so that …
In this article, I am going write Powershell script samples to unlock Active Directory user account by user’s samAccountName and …
In this article, I am going write powershell script to enable bulk AD user accounts from CSV file. You can …
In Powershel, you can disable an AD user account by using the Active Directory Powershell cmdlet Disable-ADAccount. Disable AD User …
We can find the list of installed programs and third party software products through Control Panel’s Add or Remove Programs …
Description: In this article, I am going to explain about how to set or configure Allow Log on Locally User …
Description: We can easily export Active Directory users to CSV file using Powershell cmdlets Get-ADUser and Export-CSV. In this article, …
The Active Directory powershell cmdlet Get-ADUser supports different default and extended properties. Refer this article Get-ADUser Default and Extended Properties …
In this article, I am going to write Powershell script samples to add members to Active Directory Group, add group …