kennethdalbjerg.dk
Computer – Kenneth Dalbjerg
http://kennethdalbjerg.dk/category/computer
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. August 9, 2016. Middot; Published August 9, 2016. Tomcat Web Server SSL Certificate Installation. How to generate a CSR in Tomcat with Keytool Create a New Keystore You will need to create a new Keystore, this is done by this command:. Keytool -genkey -alias domainname.prefix -keyalg RSA -keysize 2048 -keystore /path/domainname.prefix.jks. When the commands ask for the.. July 5, 2016. Middot; Published July 5, 2016. May 3, 2016. April 5, 2016. Get-WmiObj...
kennethdalbjerg.dk
Windows – Kenneth Dalbjerg
http://kennethdalbjerg.dk/category/computer/windows
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. May 3, 2016. Middot; Published May 3, 2016. Enterprise Root CA can’t issue more than 2-year certificate. If you want to issue a certificate with 20 years expiration, run this commands:. Certutil -setreg ca ValidityPeriodUnits 20 certutil -setreg ca ValidityPeriod "Years" net stop certsvc net start certsvc. To issues a certificate with a template, run this command. Certreq -submit -attrib "CertificateTemplate:CertificateTemplateName" CSRfile.csr. Today I ...
kennethdalbjerg.dk
MSSQL – Kenneth Dalbjerg
http://kennethdalbjerg.dk/category/computer/windows/mssql-windows
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. May 5, 2015. Middot; Published May 5, 2015. Shring SQL log file. USE [TestDb] GO ALTER DATABASE [TestDb] SET RECOVERY SIMPLE WITH NO WAIT DBCC SHRINKFILE([TestDb Log], 1) ALTER DATABASE [TestDb] SET RECOVERY FULL WITH NO WAIT GO Where TestDB, is the database name, and TestDB Log is the SQL Log file name... January 9, 2015. Middot; Published January 9, 2015. Username in MSSQL is not mapped to real username. Sp change users login. March 23, 2012. Middot; P...
kennethdalbjerg.dk
Uninstall all updates installed on a specific day – Kenneth Dalbjerg
http://kennethdalbjerg.dk/2014/07/16/uninstall-all-updates-installed-on-a-specific-day
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. Uninstall all updates installed on a specific day. July 16, 2014. Get the list of the update. Wmic qfe get hotfixid,installedon findstr MM/DD/YYYY c: list.txt. Open C: list.txt. Go to Edit Replace and set the following field values:. Replace with: Leave the line empty. Go to Edit Replace and set the following field values:. Replace with: Leave the line empty. Generate this uninstall script:. Open uninstal.list run each line by itselft. You may also like.
kennethdalbjerg.dk
Windows 8 and Microsoft VPN problems – Kenneth Dalbjerg
http://kennethdalbjerg.dk/2014/10/24/windows-8-and-microsoft-vpn-problems
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. Windows 8 and Microsoft VPN problems. October 24, 2014. Today i have the problem where a Windows 8 machine, won’t connect to Microsoft VPN server. The problems was that MSChapV2 was disabled on the client. Please find this under Security and Allowed these protocols. The error message I got from both the VPN servers and the client was:. Please see more here: http:/ jermsmit.com/windows-8-vpn-error-812/. You may also like. Arcserve R12 and Exchange. Middot...
kennethdalbjerg.dk
HyperV – Kenneth Dalbjerg
http://kennethdalbjerg.dk/category/computer/windows/hyperv
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. May 5, 2015. Middot; Published May 5, 2015. Get a list of all VM in a cluster, that dosen’t hve Limit CPU For migration set to true. Get a list of all VM in a cluster, that dosen’t hve Limit CPU For migration set to true:. Andersvn.dk – A colleague. Collision.dk – A colleague. Lbjerg.dk – Link Index. On OWA is not working with “owaauth.dll failed to load”. On OWA is not working with “owaauth.dll failed to load”. On Hvem linker til mig?
kennethdalbjerg.dk
Get a list of all VM in a cluster, that dosen’t hve Limit CPU For migration set to true – Kenneth Dalbjerg
http://kennethdalbjerg.dk/2015/05/05/get-a-list-of-all-vm-in-a-cluster-that-dosent-hve-limit-cpu-for-migration-set-to-true
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. Get a list of all VM in a cluster, that dosen’t hve Limit CPU For migration set to true. May 5, 2015. Get a list of all VM in a cluster, that dosen’t hve Limit CPU For migration set to true:. Import-Module -Name "virtualmachinemanager" Get-Vmmserver localhost $hc = Get-VMHostCluster -Name CLUSTERNMAE $hosts =get-vmhost -VMHostCluster $hc foreach($h in $hosts) { get-vm -vmhost $h Where { $ .LimitCPUForMigration eq $FALSE } select Name }. You may also like.
kennethdalbjerg.dk
Username in MSSQL is not mapped to real username – Kenneth Dalbjerg
http://kennethdalbjerg.dk/2015/01/09/username-in-mssql-is-not-mapped-to-real-username
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. Username in MSSQL is not mapped to real username. January 9, 2015. 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:. EXEC sp change users login 'Auto Fix' , 'TheUserName';. Sp change users login. You may also like. Backup of Exchange 2010 database level and document level with Ahsay. February 4, 2011. Middot; Published February 4, 2011. On Power...
kennethdalbjerg.dk
CA ArcServe16.5 under Debian X64bit – Kenneth Dalbjerg
http://kennethdalbjerg.dk/2014/04/07/ca-arcserve16-5-under-debian-x64bit
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus. CA ArcServe16.5 under Debian X64bit. April 7, 2014. April 7, 2014. First install 32bit libs. Apt-get install g -multilib. Then get the DEB’s files, from the cdrom. Mount /dev/cdrom /mnt cd /mnt/datamoverandagent/linux dpkg -i *.deb. If you get errors like this: /opt/CA/ABcmagt/aglang setup: 60: [: -e: unexpected operator. Run this command to start R16.5 CA Agent. Etc/init.d/bab agent start. You may also like. July 7, 2008. Middot; Published July 7, 2008.