Powershell Script to Disable AD User Account
Description: In this article, I am going give powershell script examples to disable Active Directory user account by user’s samAccountName …
Description: In this article, I am going give powershell script examples to disable Active Directory user account by user’s samAccountName …
Event ID 4768 is logged only in domain controller for both success and failure instances. If the username and password …
Description There is no build-in sql datatype to store C# class object. But we can save C# class object either …
Description: XML is a well structured text file, we can store any kind structured data in XML file. In …
I got this error while insert the image file’s byte [] data into Sql server database in image datatype column. …
Description: In this article, I am going to write C# code to insert/save/store the image into Sql server database and …
Description: The AJAX functionality of ASP.NET enables you to call ASP.NET Webservice‘s methods from JavaScript. This enhances the user …
Description This SQL error occurs when database field’s datatype,size does not match with the inserting or updating value. Suppose we …
Running a Program as different user is one of the easiest way to impersonate a Program/Application with some other user’s …
Description A .NET DataTable is an memory representation of an MS SQL Server table. DataTable object allows you to create …