Click here to Skip to main content
15,881,803 members
Everything / Policy

Policy

policy

Great Reads

by Yildirim Kocdag
This article helps you develop, test and deploy a custom comment check in policy for Eclipse IDE and Microsoft TFS. A plug-in should be written for comment checkin policy development
by Bruno van Dooren
Exploring an alternative reason for LAN Manager Authentication Failure
by IAmJoshChang
Graphs are one of the most common questions that might show up in a technical interview, especially in these days where many real-world applications can be represented by nodes and edges such as the social networks!
by Matthias Kainer
The DotNetRules Library is a .NET rule engine that applies policies to objects without the need to call each Policy manually from code, but with one simple call.

Latest Articles

by Bruno van Dooren
Exploring an alternative reason for LAN Manager Authentication Failure
by IAmJoshChang
Graphs are one of the most common questions that might show up in a technical interview, especially in these days where many real-world applications can be represented by nodes and edges such as the social networks!
by Gaurang Majithiya
About "Execution of scripts is disabled on this system" error that people get when they run any PowerShell command for the first time
by Yildirim Kocdag
This article helps you develop, test and deploy a custom comment check in policy for Eclipse IDE and Microsoft TFS. A plug-in should be written for comment checkin policy development

All Articles

Sort by Score

Policy 

2 Feb 2015 by Yildirim Kocdag
This article helps you develop, test and deploy a custom comment check in policy for Eclipse IDE and Microsoft TFS. A plug-in should be written for comment checkin policy development
21 Jun 2023 by Bruno van Dooren
Exploring an alternative reason for LAN Manager Authentication Failure
16 Jul 2013 by Joezer BH
You can set Account Expiration on an Active Directory Account.See:~ MSND article on the Account-Expires attribute[^]~ Set-ADAccountExpirationSets - Sets the expiration date for an Active Directory account.[^]Good luck, Edo
4 Dec 2020 by IAmJoshChang
Graphs are one of the most common questions that might show up in a technical interview, especially in these days where many real-world applications can be represented by nodes and edges such as the social networks!
4 Sep 2012 by Kumar, Ravikant
How I can work on GroupPolicy in C#? Using some COM Dlls (Like GPMGMTLib, GPOADMINLib etc) are the only way in C#, or is there any other way...?
4 Sep 2012 by Mehdi Gholam
A simple search...
28 Jan 2013 by Prafulkapse
HI All,I am facing an issue regarding the WCF certificates.I have created certificates and stored in my local machine as well as in Trusted root folder.I have applied custom binding in my WCF Web.Config file.Kindly help its urgent...Thanks in advance.Here is the web.config...
31 Jan 2013 by Prafulkapse
Hi,After lot of pain ... i finaaly made the code working..i dont know if its kind of right solution but itsurely worked for me..i have just copied the customBinding of my server webconfig to client web config.and changed the endpoint address to use custom binding.Thats...
17 Jul 2013 by H.Brydon
Have them access the system/server through a specific network connection. Most network boxes can allow access from certain interfaces on a daily schedule.This might sound awkward but I think it is more robust and easy to manage/monitor/log than trying to control on a Windows machine.
5 Jun 2014 by lena.lakshmi
We are trying to edit/retrieve the current connection security rules(ipsec rules) for a particular group policy object from code.We cannot use netsh or WMI commands due to security reasons and power shell does not retrieve the rules completely .Is there any other way to do this.
28 Nov 2014 by Biths
I have developed an msi setup for Windows machines, which contains my chrome extension native messaging app. I am about to publish the extension on Chrome Web Store. The extension is supposed to get silently installed through this msi setup. As per Chromium Policy List, I want to write it under...
12 Aug 2015 by ilostmyid2
In Windows XP, I'm going to add a new user with a simple password. It prompts that the password does not meet the password policy requirements. I've not set a policy! Then I found that i should use gpedit.msc to change this policy. But it's disabled and I'm unable to change the default policy. I...
13 Apr 2016 by Richard Deeming
What you're trying to do is not possible. Active Directory doesn't store the passwords; it stores password hashes. There is no way to retrieve the password, and there is no way to log in with just the password hash.Even if it was possible, this would be a major security risk, as Ryan pointed...
9 May 2018 by Liam Bourke
I want to create a group policy that will apply only to windows 2008 servers and windows 2012 servers in Active Directory.they are in different organisational units throughout active directory.Is this possible to do with only one group policy or do i need to create a group policy for windows...
5 Mar 2013 by Matthias Kainer
The DotNetRules Library is a .NET rule engine that applies policies to objects without the need to call each Policy manually from code, but with one simple call.
16 Jul 2013 by lmaycock
We have a requirement to limit the access to a set of applications for a fixed period of time (e.g. 24 hours) - is there a way to automate the removal of users from a group after a set time has elapsed?
3 Dec 2020 by Gaurang Majithiya
About "Execution of scripts is disabled on this system" error that people get when they run any PowerShell command for the first time
16 Jul 2013 by lmaycock
Thanks but I don't want the account to expire, I just want them to be removed from the particular group.
13 Apr 2016 by Abdulmateen50
I have a case where i have to login to the computer using active directory logon name only. The user will enter only active directory logon name on the main login screen of windows and click on OK button then the domain computer should fetch the password from AD and login to the computer...