Tech
I have shared all the issues I came across during my IT venture to help other tech folks
-
[Solved] How to change the root site URL in SharePoint online
Changing the root site URL in SharePoint Online involves replacing the existing root site with a different site. This process…
Read More » -
Active Directory Domain Controller (DC) is accepting connections on port 636
To check if an Active Directory Domain Controller (DC) is accepting connections on port 636, which is the default port…
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 » -
[Solved] How to find Active Directory account lockout source using PowerShell
Problem As an IT support specialist, you may have encountered instances where user accounts are frequently locked out. Identifying the…
Read More » -
[Solved] how to update the PV drivers for AWS EC2 instances using systems manager”
Problem One indication of an issue is the AWS instance becoming unresponsive, accompanied by system status checks failing. The system…
Read More » -
How to Retrieve Site Collection Administrators in SharePoint Online using PowerShell
To interact with SharePoint Online data using PowerShell, you’ll need to obtain and import the SharePoint Online Module. First, ensure…
Read More » -
How to delete files with error message ” The folder contains items whose names are too long for the Recycle bin” resolved
Problem You might see an error message when deleting folders and files in Windows The limitation on deleting files with…
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 »