Edit an Group Policy object
If you receive this warning in Group Policy Management, when you are trying to edit an Group policy object: Failed to open the Group Policy Object. You may not have…
If you receive this warning in Group Policy Management, when you are trying to edit an Group policy object: Failed to open the Group Policy Object. You may not have…
Start Group Policy Management Editor Go to: Computer Configuration\Policies\Windows Settings\Security Settings\Software Restriction Policies If you see: On the right screen, then you need to right click on Software Restriction Policies,…
Get a list of all VM in a cluster, that dosen’t hve Limit CPU For migration set to true:
USE GO ALTER DATABASE SET RECOVERY SIMPLE WITH NO_WAIT DBCC SHRINKFILE(, 1) ALTER DATABASE SET RECOVERY FULL WITH NO_WAIT GO Where TestDB, is the database name, and TestDB_Log is the…
After a migration of a database, the mapping of username is lost. You can rejoin the username in database security with the “real” username with this commands: