Oct 132010
 

HP LaserJet M1522 and M2727 MFP Product Series – When Performing Multiple Page Scans, the First Page Size is Correct and the Remaining Pages are an Incorrect Size or Garbled
ISSUE: When scanning multiple pages from HP Scan (hppscanX.exe), the first page will scan at the correct selected media scan size (example would be letter) and the remaining scanned pages will be legal size, or garbled text (incorrect size).
SOLUTION: Workaround is to replace the existing “hpiscn.dll” with version 9.0.0.186 to resolve this issue. Attached is a zip file containing version 9.0.0.186 dll file
1. Verify version of hpiscn.dll found in C:\Program Files\HP\Digital Imaging\bin .
2. If the version is 9.0.0.212 , replace the existing version of hppiscn.dll with 9.0.0.186 .
3. Verify scanning multiple pages scans correctly to the selected scan media size.
CAUSE: This issue was introduced when in ver 4.0 (M1522MFP) and ver. 5.0 (M2727MFP) software when the hpiscn.dll was updated to version 9.0.0.213 .
Rolling back to the previous version of hpiscn.dll found on ver. 3.0 (M1522MFP) and ver. 4.0 (M2727MFP) will resolve this issue. This issue will be fixed in the next software roll when released.

Get the DLL Here

Sep 152010
 

Nu er jeg jævnligt ude for at en af vores brugere får fejlen “mappesættet kunne ikke åbnes” når de starter deres outlook.

Jeg gør følgende for at løse fejlen:

1) prøver at genstarte

2) prøv at kør outlook med Outlook.exe /safemode

3) opretter ny profil (i kontrolpanelet / post / vis profiler /  tilføj ny profil)

 Posted by at 08:10
Jun 242010
 

You have to use the Exchange Management Shell, open and use thease commands, remember to change the red part.:

new-mailbox -alias “SomeName” -name “Some Name” -database “EXCHANGE\First Storage Group\Mailbox Database” -org “sl.cbs.dk/Samfundslitteratur/Fælles Postkasser” -shared -UserPrincipalName “somename@mail.com

Get-Mailbox -Identity “Some Name” | Add-MailboxPermission -User “userWhoNeedsRights” -AccessRights “fullaccess”

Get-Mailbox -Identity “Some Name” | Add-ADPermission -User “userWhoNeedsRights” -AccessRights:ReadProperty, WriteProperty -properties “Personal Information” -extendedrights “Send-As”

 Posted by at 11:23