I had a strange issue everywhere in the server if I try to right clic and properties, nothing appear. In IIS, local users and groups ….
To fix it : open a prompt :
regsvr32 %systemroot%system32ole3
Works.
I had a strange issue everywhere in the server if I try to right clic and properties, nothing appear. In IIS, local users and groups ….
To fix it : open a prompt :
regsvr32 %systemroot%system32ole3
Works.
After a clean install of Windows 8 I was not able to have sound from external speakers connected to a docking station.
Install drivers from HP, reboot.
From the HP website I downloaded the drivers IDT Sound drivers but the installation return : Not a compatible Hardware.
2 options.
Option 1 :
In device management / Sound Video and Game Controller I deleted the High Definition Audio
Inject a driver from softpedia,
http://drivers.softpedia.com/progDownload/IDT-High-Definition-Audio-Driver-61064290-for-Windows-8-x64-Download-188054.html
Option 2:
In device management / Sound Video and Game Controller I deleted the High Definition Audio and try the installation of HP.
All is good.
Hi,
To Regenerate the Self Signed Certificate for Exchange this might be a bit tricky.
Open the Exchange Power Shell.
For SBS Server the names of the certificates it’s sites, you need to get the certificate name to be able to regenerate.
Get-ExchangeCertificate -domain “Sites” | fl
Note the ThumbPrint Value.
Generate the New Certificates
Get-ExchangeCertificate -thumbprint “D1B3829EC891FD53C1F87FF8359FFBEE8E3FB412” | New-ExchangeCertificate
Answer A to All
Enable Exchange Certificate for all the services
Enable-ExchangeCertificate -thumbprint “D1B3829EC891FD53C1F87FF8359FFBEE8E3FB412” -services IIS
After the certificate renew, you might receive on the server and the workstation
“This Ca Root Certificate Is Not Trusted. To enable Trust, Install This Certificate In The Trusted Root Certification Authorities Store”
Go to the Default Web Site in IIS and remove the Self Signed Cert **** The old one **** Check the certificate Date. Right click the Default Web Site, Directory Security, Server Certificate, Next, and Remove the cert.
Open Certificates in MMC. Go to Run, MMC. File Add Remove Snap In, Add Certificates; Computer Account; Local Computer and Click OK.
Copy the new cert to the Trusted Root Certification Authorities Certificates.
Go back to the Default Website in IIS, Properties, Diretory Security, Server Certificate. Assign an existing certificate and choose the new cert that was created.
Open a prompt : IISRESET
The BlackBerry smartphone user can start the wireless activation process after receiving the password by completing the following steps:
For BlackBerry Device Software 4.1 to 5.0:
For BlackBerry 6 to 7:
Hi,
For some reason one day after a normal server reboot your BES server will not start ! Yes like that… You Restart the server again same thing… After searching, by mistake I rebooted the DNS Server Service and after you BES is now starting !
No more comments..
Adding users to sudoers
We will be editing /etc/sudoers file for this:
sudo gedit /etc/sudoers
Look for the following line:
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
Add a lines as explained below:
If you have set default domain
username ALL=(ALL) ALL # Allow specific account to sudo
domain^admins ALL=(ALL) # Allow admin group
domain^users ALL=(ALL) ALL # Allow all domain users
if you are not using default domain then you have to include the domain name:
%mydomain\yourusername ALL=(ALL) ALL
%mydomain\domain^admins ALL=(ALL) ALL
%mydomain\domain^users ALL=(ALL) ALL
Add domain username to login screen user list
sudo gedit /etc/gdm/custom.conf
Add the greeter part at the end of the file. Add your domain username to include section and any other you want to exclude.
[greeter]
Include=domainusername,domainusername2
Exclude=administrator,guest,nobody
Reference : http://www.krutant.com/2011/05/how-to-use-ubuntu-at-workplace.html
Hi,
I you want a RDP session on your linux box, you might consider using xRDP.
For more details : www.xrdp.org
I tested it with ubuntu 12.04 LTS. Working Great.
Thanks,
In the Exchange Power Shell :
Get-Mailbox -ResultSize Unlimited |Select-Object DisplayName,ServerName,PrimarySmtpAddress, @{Name=“EmailAddresses”;Expression={$_.EmailAddresses |Where-Object {$_.PrefixString -ceq “smtp”} | ForEach-Object {$_.SmtpAddress}}} | Export-Csv c:smtp.csv –NoTypeInformation
The file smtp.csv will be located in c:
You might want to change the path.
If you received an error when you open Horde email client :
A fatal error has occurred
Session cookies will not work without a FQDN and with a non-empty cookie domain. Either use a fully qualified domain name like “http://www.example.com” instead of “http://example” only, or set the cookie domain in the Horde configuration to an empty value, or enable non-cookie (url-based) sessions in the Horde configuration.
Details have been logged for the administrator.
In the file :
/usr/local/cpanel/base/horde/config/conf.php
Change the value for $conf[‘session’][‘usr_only_cookies’] = false
Hi,
You need remote desktop connection client version 6.0 and more.
http://support.microsoft.com/kb/925876
To Start the multiple Screen :
Start, run :
mstsc /span
Setup your connection, save your RDP connection and your good to go.