Monthly Archives: January 2011

ubuntu – NO_PUBKEY 16126D3A3E5C1192

If you get this warning:

W: GPG error: http://extras.ubuntu.com maverick Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192

You just need to run this command:

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3E5C1192

Powershell – Get all Security Groups from AD

First install http://www.quest.com/powershell/activeroles-server.aspx

Add-PSSnapin Quest.ActiveRoles.ADManagement -ErrorAction SilentlyContinue

$File = “C:\ita\securitygroups.txt”
$AllGroups = get-qadgroup -grouptype “Security” | select name, Description
$AllGroups | Foreach {
echo “”
echo “”
echo $_.name
echo $_.description
} | out-File $File

Powershell – Get-DistributionGroup with all email addressess

$File = “C:\ita\groupslog.txt”
Get-DistributionGroup | select name , alias ,displayname,EmailAddresses | foreach {
“Name: “+$_.name
“Alias: “+$_.alias
“Displayname“ +$_.displayname
$_.EmailAddresses | foreach {
if($_.SmtpAddress){
“SmtpAddress: “+$_.SmtpAddress
}
}
} | out-File $File

Microsoft Excel har fundet en fejl og afsluttes. Vi beklager ulejligheden ved afslutning af Excel

Nå du lukker et Excel ned, så kan den komme den og sige: Microsoft Excel har fundet en fejl og afsluttes.

Dette kan muligvis løses ved at gå ned i start og vælg kø, skriv her: regedit og tryk kør

Gå nu til HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Excel\Addins

Her er det et punkt der hedder noget med bluetooth, gå ind under denne og sæt LoadBehavior key fra 3 til 0. Således at den nu står til 0 (Nul). Genstart så Excel og prøv at lukke programmet