Posts

Options/products/offiice and server 2016 always gone - WSUS Version: 6.3.9600.18228

Image
wsus version: 6.3.9600.18228 if  i mark 2 products options/products/office2016 , server 2016 automatically unmark   - wsus version: 6.3.9600.18228 any ideas? hi herbert_ws, i checked on server 2012r2 6.3.9600.18324, work: i suggest run server cleanup wizard, check if work, if still not work, please install kb3095113 , kb3159706 on wsus server upgrade .18324. best regards, anne please remember mark replies answers if help. if have feedback technet subscriber support, contact tnmff@microsoft.com . Windows Server  >  WSUS

Word 2010: large file size sent to the printer

hello, with word 2010, document containing picture takes large size when print it. specifically, have 15-page document several screenshots file size of 1.3 mo when printed, file sends file of 257mo printer! i thought of resolution issue in options of word 2010, worked default resolution of 220ppp so went resolution of 96dpi did not change file size sent printer, having asked images compressed resolution. this problem occurs regardless of os (xp, vista or w7). if convert document docx doc (compatibility 2007-2003), file sent printer takes normal size of 6mb. do have idea of problem? i found workaround problem in printer options, have uncheck option "enable advanced printing features". appears emf spool file generated word 2010 can become large images inserted in document. unchecking option, raw file (smaller) sent printer. it should noted problem doesn't present word 2007 or 2003 !! ...

Does NPS support SHA256 certificates?

hi, we have 2 environments - 1 ca using sha1 , other using sha2. the 1 using sha1, it's working fine i.e. nps can authenticate computer device certs. however, sha2, it's not working. have been troubleshooting few days, before going further, wanted make sure nps supports sha256 certificates. thanks. hi, thank post. as far understand, starting windows vista , server 2008, sha2 included in operating system per article: http://blogs.technet.com/b/pki/archive/2010/09/30/sha2-and-windows.aspx regards, nick gu - msft Windows Server  >  Network Access Protection

Weird password issues

what possible causes following weird issues: cannot logon sharepoint web site - keep getting logon windows:  resolved resetting password same password in active directory users cannot change passwords thru ctrl-alt-del thanks help hi can check value of seting in gpo user configuration ,  administrative templates , s ystem, ctrl+alt+del options, remove change password . renato kurti ccna,ccnp security,ccai,mcp,mcts,mcitp:ea Windows Server  >  Group Policy

User folder Quota not apply correct

hey there, i had setup user folder quota company users under user home folder 1gb limit. however, there wrong recently. didn't show users in 1gb limit template under quota managent, , new users didn't apply template automatically. there logs can check out happened, or anyway can fix issue? in advance. hi, how setup user folder quota? use file server resource manager? fsrm disk quotas based on folders, not users. need use disk quotas on ntfs volumes tracked on per-user.  more detailed information disk quotas on ntfs volumes, refer article below: file systems http://technet.microsoft.com/en-us/library/cc938945.aspx best regards, mandy please remember mark replies answers if , unmark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com. Windows Server  >  ...

Create a dynamic group by email address (not includes 2nd email address)

Image
i've created dynamic group powershell below,  it also shows user who's 2nd email address is @abc.com. so how can exclude user has 2nd email address group? new-dynamicdistributiongroup -name "acb users dynamic group" -organizationalunit xyz.lftltd.net/hkg/groups -recipientcontainer lftltd.net -primarysmtpaddress abcallusersdynamicgroup@lftltd.net -recipientfilter {(emailaddresses -like '*@abc.com' ) -and (recipienttype -eq 'usermailbox') -and (customattribute9 -ne 'resigned') -and (title -ne 'system mailbox')} many thanks. hi timothy, besed on test, filter the recipients based on second emailaddresses  seems difficult, because there is a limit syntax of recipientfilter, it's hard me divide results of property emailadresses , filter recipient based on first one. in addition, recipients dynamic group, please refer script below: $ddg = get-dynamicdistributiongroup itusers get-recipient –recipientpreviewfilter $ddg.r...

How to use environmental variables as paths to msi files?

we have mulitple domain controllers in various locations. when set group policy installation of msi, want set 1 policy object entire domain have find msi file on local dc. when attempt use %logonserver% environmental variable in path msi file, resolves , places path of logon server of user setting policy. how have wait , resolve environmental variable @ time policy applied? thanks! david hi david, you shouldn't store msis in sysvol. instead, create application share using dfs. http://technet.microsoft.com/en-us/library/cc779627(v=ws.10).aspx if answer helped you, check out blog: deployhappiness.  subscribe rss  or email.   Windows Server  >  Group Policy