Windows
-
How to remove a obsolete domain controller in Active Directory
To remove an obsolete domain controller from Active Directory, follow these steps: Removing Metadata via Active Directory Users and Computers:…
Read More » -
[Solved] How to restore deleted objects in Active Directory using AD recycle bin
Problem An item is deleted in Active Directory and few days it is needed, in that if the AD recycle…
Read More » -
How to check and filter open files in Microsoft Windows for a user
There are multiple methods for examining Windows file shares and accessing files within them. A user-friendly approach is through the…
Read More » -
How to remove multiple folders and files using PowerShell using a script
To delete a list of folders using PowerShell, you can use the Remove-Item cmdlet. The Remove-Item cmdlet is used to…
Read More » -
How to create multiple text files for testing using a PowerShell script
I encountered a scenario that requires conducting performance testing on data-containing files, and this script precisely facilitates the process. You…
Read More » -
[Solved] how to manage the Active directory objects in certain OU ‘s using PowerShell step by step
This quick script loops thru the Active Directory OU’s in the scrip that you will need to define and will…
Read More »