Posts

Showing posts from May, 2011

Cannot create Full Text Search catalog after upgrading to V12 - Database is not fully started up or it is not in an ONLINE state

in order access new full text search capiblities of sql azure, upgraded our azure sql v12. (a day later), when try create new catalog: create fulltext catalog mycatalog default i following message: msg 9972, level 16, state 100, line 1 database not started or not in online state. try full-text ddl command again after database started , becomes online. hi scott, apologies inconvenience caused you. known issue on service side , fix going included in next update. specific case mitigated, should able use full-text search syntax now. thanks, mihaela Microsoft Azure  >  Azure SQL Database

External connections

hi experts,   i looking guidance on following ce based project. project mean placing program on multiple appliances (either pda mrtphone) which periodically connect onto sql 2005 server , both read , right table on server. mean multiple connections server.   i have read various articles discuss use of sql_ce achieve sql_ce single user application. possible achieve objective publishing share of sql 2005 database tables internet share folder allow multiple external connections?   also if possible can test application on windows xp   platform?   thanks in advance, joe   hi joe,   you correct in stating ssce single user database.    ssce not server based database, rather file based database, , not designed multi-user access.  achieve looking need implement remote data access (rda) or merge replication  using sql server 2000/2005 on server , ssce on clients.   ssce 3.1 can used on desktop pc's able test implementation.   cheers jeff

Unable to access Sysvol DFS Shares on 2008 DC "Not Accessible"

hi everyone, inherited server having problems group policy , possibly dfs.  it simple environment--one windows 2008 server running dc, file sharing, hyper-v (unused) (dc has 1 nic used have 2 until removed virtual nic), iis. it started group policy not working.  i error 1058: processing of group policy failed. windows attempted read file \\domainname.loc\sysvol\domainname.loc\policies\{31c6f340-016j-11d2-945f-00c06fb984f9}\gpt.ini domain controller , not successful. so log our domain controller administrator.  i go explorer , try browse \\domainname.loc.  when browse location, list of of shares on domain controller (5 shares total).  when try double click them, error "not accessible".  "you might not have permissions...contact administrator". i permission errors when click on of shares while logged dc administrator.  none of shares work. so open new explorer window , browse \\dcname\.  i see 5 of shares again.  i can access 5 of shares no problems. w

Credential Manager in Server 2008 R2 fails to open with error 0x80070043 (Network name cannot be found)

hi! having trouble credential manager 1 of users on 2008 r2 server. whenever try open credential manager in control panel, following error: "an error occured while performing following operation. error code: 0x80070043. error message: network name cannot found." when trying use vaultcmd command line tool, error. "vaultcmd /list" yields the following error: "error enumerating vaults: network name cannot found" these error present 1 single user, not other users. can open stores user names , passwords dialog command "rundll32.exe keymgr.dll, krshowkeymgr", , here can see stored passwords , user names.  i have checked differences between problematic user, , other users, , other users, can see vault , credentials folder under correct appdata-folders. user having problems, none of these folders present under appdata. thinking maybe vault user located @ other location reason. there way of checking this, see vault located? any o

Insider Hub on Enterprise

with removal of insider hub on build 10158 , higher, requires user install it.  however, when go location specified, not available installation.  will insider hub made available enterprise, or located in different place enterprise? were using following instructions ? used , had no problem reinstalling insider hub. mind have pro version, not enterprise, inconceivable there different set of instructions enterprise version. excerpt ........... source insider hub: mentioned here, insider hub no longer pre-installed starting build. can reinstall insider hub app through following steps: go settings, system, apps & features. click manage optional features add feature. select insider hub entry (the list in alphabetical order) , click install. Windows 10 Insider Preview  >  Windows 1

cannet get access to bitlocker encrypted drive after uninstalling ubuntu

i not able find drive in computer , bitlocker encrypted. uninstalled ubuntu , got error. particular drive shows primary partition. hi, >i uninstalled ubuntu , got error. error message?  have installed ubuntu , windows server core dual-boot configuration?  open cmd , run: diskpart list volume select volume [n] detail volume check available volume , state. best regards, eve wang please remember mark replies answers if , unmark them if provide no help. if have feedback technet support, contact tnmff@microsoft.com. Windows Server  >  Server Core

Missing servers when browsing entire network

hi we have 4 sites in our domain (headquarter , 3 branch offices). when browse entire network hq can't see servers located in the branch offices? if try browse entire network 1 of branch offices access denied at domain level should see domain computers , servers. two of branch offices running on server 2008 sp2 , last using server 2003 r2 sp2. we have started using server 2008, there missing? /lasse i have done searching problem , might because branch offices missing master browser? i enabled computer browser service on domain controller @ each office. can see entire network server running server 2003 r2 , can see branch site hq, but on servers running 2008 can still only see computers @ specific ad site. /lasse Windows Server  >  Windows Server General Forum

Server 2012 R2 STD will not reactivate

this server activated , somehow no longer.  i've tried various slmgr commands removing key , readding it. /ato errors out saying activating windows(r), serverstandard edition (c7e5dd52-xxxmore numbers letters) ... error: product activation failed.  virtual machine using 1 of free licenses comes r2.  i went far remove license on host server , readd , reregistered ok.  no auto activation happening.  is there log can @ or support number can contact server activation support? this 1 might help. https://technet.microsoft.com/en-us/library/dn303421.aspx       regards, dave patrick .... microsoft certified professional microsoft mvp [windows server] datacenter management disclaimer: posting provided "as is" no warranties or guarantees, , confers no rights. Windows Server  > 

Time Window

i want parse list of items (sum) within strict time window.  want include matches 5:00 pm yesterday 4:49:49 pm today i using following code:     $timestart = $field[4]     $timeend = $field[5]        $tstart = get-date $timestart     $tend = get-date $timeend     $timediff = ($tend - $tstart)     $timediffseconds = $timediff.seconds     $timetoday = get-date         if (($timestart -ge $timetoday.adddays(-1)) -and ($timestart -le $timetoday)) {         write-host "within time window"     }     if server busy task not scheduled right away , numbers skewed.  how can change get-date (get-date 5 pm today)?   not sure if understand want. check this ps h:\ > get - date - hour 17 friday, november 12, 2010 5:14:42 pm ps h:\ > get - date - hour 17 - minute 00 friday, november 12, 2010 5:00:45 pm ps h:\ > get - date - hour 17 - minute 00 - second 00 friday, november 12, 2010 5:00:00 pm ravikanth http://www.ravichag

Get-Content with open file dialog

Image
hello, is possible browse screen , can select file ?(get-content) dirk i have create new script :) it works powershell -sta # script ping list of ip addresses # 2013 05 28, version 0.8 # created dirk bremer function get-openfile($initialdirectory) { [system.reflection.assembly]::loadwithpartialname("system.windows.forms") | out-null $openfiledialog = new-object system.windows.forms.openfiledialog $openfiledialog.initialdirectory = $initialdirectory $openfiledialog.filter = "text files (*.txt)|*.txt" $openfiledialog.showdialog() | out-null $openfiledialog.filename $openfiledialog.showhelp = $true } $inputfile = get-openfile function get-savefile($initialdirectory) { [system.reflection.assembly]::loadwithpartialname("system.windows.forms") | out-null $savefiledialog = new-object system.windows.forms.savefiledialog $savefiledialog.initialdirectory = $initialdirectory $savefiledialog.filter = "text files (*.txt)|*.txt" $sav

Migrating steps for SQL 2008 Cluster from Windows 2008 to Windows 2008 R2

hi all, we have sql 2008 sp1 cluster running on windows 2008 enterprise server , want upgrade sql 2008 cluster windows 2008 r2 enterprise. according technet note, there no in-place upgrade windows 2008 r2. need migrate settings existing windows 2008 cluster new windows 2008 r2 cluster. however, technet note addresses file , print services. can know can find information migrate sql cluster resource? tia m hi,   as issue related sql server cluster, suggest discussing in our sql server disaster recovery , availability forum. best resource deal issue.   http://social.msdn.microsoft.com/forums/en-us/sqldisasterrecovery/threads   i hope issue can resolved soon.   tim quan - msft   Windows Server  >  High Availability (Clustering)

An attempt to resolve the DNS name of the domain controller in the domain has failed. Please verify this client is configured to reach a DNS server that can resolve DNS names in the target domain

i trying join windows 7 pro system domain , getting error: i running hyper-v windows 2008 r2 dc ad, dns, , dhcp. when ping dc via netbios name reply. if tried ping dc via fqdn can't ping it. if try ping domain can't ping it...please see below: c:\users\djgook>ping zeus pinging zeus [10.10.20.6] 32 bytes of data: reply 10.10.20.6: bytes=32 time<1ms ttl=128 reply 10.10.20.6: bytes=32 time<1ms ttl=128 reply 10.10.20.6: bytes=32 time<1ms ttl=128 reply 10.10.20.6: bytes=32 time<1ms ttl=128 ping statistics 10.10.20.6:     packets: sent = 4, received = 4, lost = 0 (0% loss), approximate round trip times in milli-seconds:     minimum = 0ms, maximum = 0ms, average = 0ms c:\users\djgook>ping zeus.tranceaddict.us ping request not find host zeus.tranceaddict.us. please check name and  try again. c:\users\djgook>ping tranceaddict.us ping request not find host tranceaddict.us. please check name , try again. c:\users\djg

Storage Pools - too much overhead?

hi all, i'm experimenting storage pools in windows 2012 r2 vm , seeing interesting disk space utilization / overhead i'm not sure expected. added 2 10 gb physical disks vm.  the system detects each 10.0 gb. created storage pool these 2 disks.  after creation, storage pool reports capacity of 18.5 gb 18.0 gb free.  so, i've lost 2 gb (10%). if use pool create "fixed" virtual disk using "simple" layout, max vd size 16 gb.  the pool still reports capacity of 18.5 gb shows 1.0 gb free. if delete vd , use same pool create "fixed" virtual disk using "mirror" layout, max vd size 7 gb.  the pool still reports capacity of 18.5 gb shows 1.5 gb free. using 20 gb of disk , ending 16 gb (simple layout) or 7 gb (mirror layout) seems lot of wasted disk space.  is expected? thanks! i've figured out *part* of mystery. when virtual disk created, there's default setting uses of space create write cache.  if us

Manage Domain Controller by

we have 1 domain, dc located different country, now , management want restrict people access dc. i.e hk admin access hk dc, london access london dc. is possible that? in ad, remove other country domain admin right, that, have permission admin task base on ou. we using windows 2008 hi kenneth, would let know informations synchronised , replicated dcs in domain. so, failing understand requirement restrict 1 domain admin work on 1 dc not allowed on other dc. please provide more details, if possible. thanks. mcse certified Windows Server  >  Directory Services

Adding 2012 DC to a 2008R2 domain which still contains a 2003 DC

we need remove legacy 2003 dc, contains certificate role service, want remove domain controller feature. supervisor told class instructor there challenges introducing 2012 dc domain containing 2003 dc. we're not sure if meant 2003-only environment (which doesn't apply us) or environment has 2008r2 dc in (which have, holds fsmo roles). i have new 2012 server in domain, have not added domain role it, leery of side effects. not have test environment, there details should check before installing 2012 domain role? sharepoint admin (we using sp 2010 sp1) has asked if he'll still able access domain using ldap://domain.com syntax? using exchange 2010 sp3 ru9, there. in forum post, stated: it doesn't affect sharepoint functionality @ all. have keep in mind have user profile information synchronized afterwards , check if authentication models has changed. in other words, sharepoint leverages underlying ad infrastructure information, make sure still the  same (lik

how to list out List items in sharepoint.I'm getting only one column/field returned which is the title field

when run th code below. title colum returned doesn't show other fields... any ideas need do.quite new powershelll :( thanks in advance [system.reflection.assembly]::loadwithpartialname("microsoft.sharepoint") $site    =     new-object microsoft.sharepoint.spsite(" http://mysite ")                                                  $web     =    $site.rootweb                                                                                                $lists = $web.lists["servers"] foreach($list.items in $lists) {      $list.items | select title,ipaddress,cpuspeed,created } $web.dispose() $site.dispose()    actually can, need use folders instead of lists...  here's script download of attachments list named ttt root of c-drive: [system.reflection.assembly]::loadwithpartialname("microsoft.sharepoint") $site = new-object microsoft.sharepoint.spsite("http://sp2k7dev") $web = $site.openweb("") $list = $web.lists["

Subinacl Restore Specific folder "Subinacl /playfile"

i've done backup of entire hdd using subinacl: subinacl /noverbose /output=d:\e_ntfsperms.txt /subdirectories e:\ is possible restore specific folder backup file? can file option restore permissions in log file: subinacl /playfile d:\e_ntfsperms.txt i.e. need restore e:\marketing , keep other permissions e:\ folders in place. thanks, you need modify manually content of e_ntfsperms.txt - contains entries applicable e:\marketing hth marcin Windows Server  >  Directory Services

Using retail office 2010 on Remote Desktop Server

is there way of being able use retail academic (software4students) version of office 2010 pro-plus on dreamspark win 2008 r2 rds server. need work on 2 users , thats licences i have. thanks you need right license obviously. current package can run on notebook , dekstop pc (if thats 2 user license). nce poper license have special key need use when instaling office on server rds. if have office 2000 license allows th installation on ts can go ahead that. i'm not sure if run without issues on w2008 r2. virtualization conference “pubforum 2011 london” november 2011 , bible of remote desktop services! , need remote desktop services project? work food* Windows Server  >  Remote Desktop Services (Terminal Services)

Backup failed - EspCaptureFailed

attention please: my windows 8 prof boots vhd laying on ssd. creating automatic or manual backup launchpad and/or dashboard generates error in seconds start. the whole eventlog entry looks following. any ideas? protokollname: microsoft-windows-windows server/admin quelle:        microsoft-windows-windows server datum:         11.12.2012 ereignis-id:   514 aufgabenkategorie:keine ebene:         fehler schlüsselwörter: benutzer:      system computer:      client.domain.local beschreibung: der sicherungsauftrag 36 auf "server" wurde nicht erfolgreich abgeschlossen.  grund: espcapturefailed, microsoft.windowsserversolutions.dataprotection.pcbackup.backuputil.espcapturefailedexception: failed capture esp partition    bei microsoft.windowsserversolutions.dataprotection.pcbackup.backupop.backupsetoperation.runwithoutcatch()    bei microsoft.windowsserversolutions.dataprotection.pcbackup.backupop.backupsetoperation.run() ereignis-xml: <eve

GPP Printers w/ Loopback - Everyone Permissions on Share

hello, windows 7 (x86/x64) clients server 2008 domain i pushing printers using group policy preferences.  i utilizing shares , user settings , using loopback (merge) apply them.  the problem i'm having they're not applying because 'everyone' permissions have been removed printer shares students 1 building couldn't connect to, , print printers shouldn't have rights to.  is there way can maintain configuration , allow gpp function correctly? thanks!   > students can install printers because members of security > groups have been given permission these shares.  i'm > utilizing loopback applying computer > situation isn't playing out.  use gpresult time , has > applied, isn't successful unless enter 'everyone' permissions > printer share.  account using?   sorry, misunderstood: loopback not change context, you're still applying users , not computers ;-) anyway: gpp execution context weird -

Leave UAC enabled on 2008?

i looking more reasons for keeping uac enabled windows 2008.  how effective has uac been securing systems? what argument "if run administrator bypassing uac so why need enabled?"  uac more effective desktops servers?  specific examples of worms or virus that have been stopped uac?  thanks this not going answer.  not everyone's needs features , security same, hence ability exists turn off. personaly recommend make use of it. whenever need configure windows server 2008 setting, if logged on administrator - need elevated privileges.  design, , part of fierce security initiative in windows server 2008. when administrator logs on computer running windows 2008, vista, user assigned 2 separate access tokens. access tokens, contain user's group membership , authorization , access control data, used windows® control resources , tasks user can access. before windows vista, administrator account received 1 access token, included data grant user access windows resources

RDS Host Servers are in one domain tree and RDS Licensing server is in another domain tree of the same forest

looking @ page https://support.microsoft.com/en-us/kb/2473823 confused steps need follow when trying setup system user logs 1 rds server logging rds servers throughout company's multiple domains. currently each site has own domain (it when started, , when site has server upgrade changed part of single forest root domain years in making) each of 6 domains separate domain tree in single forest. each domain has its own rds license server. some domains have bad and/or slow data link between them. struggle maintain 1 9 of time data link head office at 1 of sites, , others aren't better. we have windows 2008 r2 , 2012 rds servers @ moment , purchasing newer versions of windows in near future. each site has 1 version of windows of servers. head office has no 2012 servers. though may change in coming months. target we trying integrate sites more closely. set things small group of users can log in particular group of rds servers across of sites , domains. my confusi

time observation bug 2016

hello all, this go undiscovered in environements manufacturing , time critical. explain best can. summary: we have 2 data centers , 60 remote sites. domain controllers 2012r2 , functionality high go, 2012r2. time within 3 seconds across entire company. i added 2 new 2016 domain controllers (forest @ 1 , domain @ other data center) , moved fsmo's them accordingly. 60 plus domain controllers recognized change , reflected update nt5ds, all domain controllers in perfect time. however, discovered "all clients" 29 seconds behind in time, constantly. reduce temporarily running these commands https://blogs.technet.microsoft.com/nepapfe/2013/03/01/its-simple-time-configuration-in-active-directory/ time goes being 29 seconds behind on "clients". weird huh. so add 2016 domain controller 1 of sites , demote 2012r2 domain controller , clients exact time. didn't matter if clients server os, windows 7 or 10 reacted same. my fix 2016 domain controllers

Printing off the RDS server specific to each user

i have remoteapp running on windows 2012 r2 rds server.  originally, using redirected printing user's locally accessible printers configured on computers being used when printing within app.  works, it takes dreadfully long time user clicks "print" until printer starts (the printer not busy or sleeping). have had instantaneous printing similar setup in past, can't figure out why printing slow in environment. have worked microsoft support weeks , ruled out kind of network performance issue cause, must difference in how new environment setup. as experiment, disabled redirected printing , installed same printer drivers end-user computers on rds server itself.  means when users print within our app, using printer server's perspective (not local computer).  printing instantaneous. here's problem.  end-users spread out across multiple physical locations , there multiple printers department in each location.  each end-user needs use own local default printe

Configuring database mail on SQL2005 workgroup edition generates an AWE error.

either through surface area configuration tool or script, when attempting change status of “enable database mail stored procedures” “alter failed” address windowing extensions (awe) not supported in edition of sql server. (error 5843). while it’s true awe not supported in workgroup edition, why seeing error when trying alter database mail? thanks help. eric.   can post output of sp_configure ? seems reconfigure missed on of sp_configure statements thanks, leks SQL Server  >  SQL Server Database Engine

OLAP-Cubes with MS Query (Excel 2007)

hi, there has been thread topic: http://forums.microsoft.com/msdn/showpost.aspx?postid=2919607&siteid=1 i have same problem described in there, answer doesn't in case. i'm urgently searching possibility create olap-cubes ms query in excel 2007. don't have olap-provider (like ms sql server or else). had been possible in previous office-versions, it's annoying doesn't function office 2007. is there still possibility feature? thank helping! marla hi,   for not vsto issue, need check experts in excel news group. confirmed answer there.     thanks, ji     SQL Server  >  SQL Server Analysis Services

Erroe log

hello , i have received error application , , support suspect seems database issue , didn't know how can trace issue know if it's database error or not (since happened on database level not on instance level) is there way can see if error database-related thanks in advance.   the exception occurred in entity framework classes. there not enough information go on in exception indicate whether problem related db engine issue or not. support staff need provide more error detail , context , until assume not db related. regards, mark broadbent contact me through twitter | blog | sqlcloud please click " propose answer " if post solves problem or/and vote post up if it's been helpful. want professional sql server high availability training? click here SQL Server  > 

Failed to Merge VHD {filename}.avhd. Error status 0xC0000240.

just noticed error having deleted snapshot yesterday. delete did happen (no waiting merge), no indication of error hyper-v manager. the vm started without problem after , continues run without apparent problem. there 2 further snapshots on vm want delete/merge, before should take action: or error benign? (both host , guest , 2008 r2 sp1. earlier snapshot merged few weeks ago without problem.) richard j cox hi,   did power off vm after delete snapshot yesterday? when did above error?   by way, please check following guides.   hyper-v virtual machine snapshots: faq http://technet.microsoft.com/en-us/library/dd560637(ws.10).aspx   hyper-v concepts - snapshots http://social.technet.microsoft.com/wiki/contents/articles/hyper-v-concepts-snapshots.aspx     best regards, vincent hu     Windows Server  > 

Azure RemoteApp - no feeds available

currently new organization working at; use azure remoteapp working remotely. can me understand following error message after tried signing in first time "no feeds available under account. please try again later demo apps having issues @ moment". since new both company, , app, cannot yet sure if issue company not having set account (hence "no feeds available under account" suggests issue account) or app "we having issues @ moment". realize, company can me if it's former...but still, able noob identify problem - googling around hasn't led me same problem. hi, please check if below link helps: troubleshoot azure remoteapp - application launch , connection failures https://docs.microsoft.com/en-us/azure/remoteapp/remoteapp-apptrouble accessing apps in azure remoteapp https://docs.microsoft.com/en-us/azure/remoteapp/remoteapp-clients in addition, please note azure remoteapp being discontinued. read announcement information change

TS session without username

our client has terminal server 30 people access internet. we have been noticing login  @ ts not show on "users" tab, shows on "sessions" tab shown link: http://www.chicagotech.net/remoteissues/ts4.htm it appear minute, disappear, reappear different id. know might b. hacking attempt? i've never seen before, trying connect. don't know "connected" means... 1 time, client user name iphone using id 0 should console session. right? ideas?   bob lin, ms-mvp networking, internet, routing, vpn troubleshooting on http://www.chicagotech.net how setup windows, network, vpn & remote access on http://www.howtonetworking.com hi bob, i see screen shot server 2003, response reflect that. when user attempts connect ts using remote desktop client , makes server's logon screen, session in connected state.  if authenticate session transition active state.  if not enter valid credentials within timeout period, or enter invalid cred

DirectAccess Troubleshooting - Hit and miss results depending on location

hello! i've deployed directaccess (windows 2012 r2) out quite few laptops using windows 10 enterprise.  works well.  however, in locations such hotels, coffee shops etc appears stuck on "connecting", says "connected" doesn't work. we seem struggle more overseas (we're uk based, have staff in us). i wanted start discussion see if else has these problems , troubleshooting steps available. thanks m Windows Server  >  Network Infrastructure Servers

Remove OEMInformation Windows Server Essentials, an ISO file

hi, have oem cd of windows server 2012 r2 , need create cd iso file without oem information included in following registry path: hkey_local_machine \ software \ microsoft \ windows \ currentversion \ oeminformation followed article: https://technet.microsoft.com/en-us/library/dn293253.aspx not know how remove following registry keys generate iso file after. hkey_local_machine \ software \ microsoft \ windows \ currentversion \ oeminformation helpcustomized hkey_local_machine \ software \ microsoft \ windows \ currentversion \ oeminformation logo hkey_local_machine \ software \ microsoft \ windows \ currentversion \ oeminformation manufacturer hkey_local_machine \ software \ microsoft \ windows \ currentversion \ oeminformation model hkey_local_machine \ software \ microsoft \ windows \ currentversion \ oeminformation supporthours  hkey_local_machine \ software \ microsoft \ windows \ currentversion \ oeminformation supportphone hkey_local_m

Performance Counter \Cluster Shared Volumes (*)\ Redirected Writes

what performance counter monitor? i have 3 node (running windows 2008 r2 core) failover cluster 3 csvs, , have been monitoring counter on 3 nodes. here results: node 1: volume1: 20 volume2: 3185 volume3: 0 node 2: volume1: 0 volume2: 0 volume3: 124 node 3: volume1: 59 volume2: 61 volume3: 39 just trying understand values showing up. hi prash_k check blog here understand these csv counters , this blog nice read gaurav anand visit blog @ http://itinfras.blogspot.com/ Windows Server  >  High Availability (Clustering)

How to Move the path of the Snapshot folder (BIN, VSV)

hi, how move snapshot folder (bin, vsv) in windows hyper – v 1 drive other. subs hi,   as mentioned in last reply, bin , vsv files not snapshot files. more information, can refer following blog.   understanding virtual machine files [hyper-v] http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/03/10/understanding-where-your-virtual-machine-files-are-hyper-v.aspx   by way, far know, there no way move vsv , bin files other folder, bin , vsv file there if switch default snapshot folder other path.     best regards, vincent hu   Windows Server  >  Hyper-V

Windows XP Drive Maps

hello have windows xp client pc service pack 3 , installed gpo client side extensions it. drives not stay mapped, have keep using gpupdate /force them map again. hi garrett, before going further, suggested can collect gpmc log troubleshoot issue. gpmc log ================== 1. on domain controller, click start -> run, type gpmc.msc, load gpmc console. 2. right click on "group policy result" , choose wizard generate report problematic computer , user account (please place appropriately). (choose computer , select proper user in wizard) 3. right click resulting group policy result , click "save report…" => save report save report html file. once report, may upload skydrive , provide download link. besides, based on description, i think we have used gpp map these drives, , regarding using gpp map drives, following article may referred reference. using group policy preferences map drives based on group membership http://blogs.technet.com/

LDAP Query Almost Right

hello, i have ldap query returns want.    <ldap://webdev.net>;(&(objectcategory=person)(memberof:1.2.840.113556.1.4.1941:=cn=grp_portal_phy,ou=phy,dc=webdev,dc=net));samaccountname' trying members samaccountname start a. thought following it. not error empty recordset not correct.   <ldap://webdev.net>;(&(objectcategory=person & samaccountname=a*)(memberof:1.2.840.113556.1.4.1941:=cn=grp_portal_phy,ou=phy,dc=webdev,dc=net));samaccountname' so have little syntax wrong can't seem figure out exactly...so set of eyes appreciated. tia jb got it. else needing know here is: <ldap://webdev.net>;(&((objectcategory=person)(samaccountname=b*))(memberof:1.2.840.113556.1.4.1941:=cn=grp_portal_phy,ou=phy,dc=webdev,dc=net));samaccountname' jb Windows Server  > 

File Enumeration Problem?

hi, i testing how hide folder from users don't have permmision. i have enabled access-based enumeration on folder want hide. when go client computer , logon user don't have permmision on folder, folder still come up. don't know why? thanks hi, i confirm exact permission settings on folder. you can try create new folder, remove permission settings , add domain account folder. go client computer, logon different account , see if new folder displayed. shaon shan |technet subscriber support in forum |if have feedback on our support, please contact tngfb@microsoft.com Windows Server  >  Windows Server General Forum

Add OS types to additional drivers listing

i have windows 2003 print server.  add vista , windows 7 list of additional drivers os.  list found on sharing tab , additional drivers button.  windows 2003 goes xp, printers/copiers require os specific drivers.  there way in regedit? hi, thanks post. as workaround, can manually add printer drivers windows server 2003-based computer. however, won’t change additional drivers list in windows server 2003. for manually add drivers windows vista or windows 7 to windows server 2003, there possible workaround steps listed below: 1.    on windows vista or windows 7 computer, install necessary printer drivers first. 2.    click start, type print management, press enter. 3.    in print management, expand print servers node, expand print server in want add printer drivers. 4.    right-click drivers, , select add driver… in pop-up menu. 5.    follow wizard add drivers want. hope helps. thanks, miles Windows Server

RODC Authentication issues

good people of technet, having nightmare getting new rodc work way should. pc's authenticate correctly , not. i using %logonserver% verify right dc being queried. there no differences in client os , general hardware. i have not made adjustments client's primary dns entry point rodc. seems have 0 effect. i have prepopulated remote computer accounts , users no errors. there no replication errors on rodc. i've read every available web , technet article, won't let me paste links here. also looked >  1)registeringsitespecific registry entries in hklm...netlogon 2)srv records , dclocator processes no luck. it's amazing how many rodc questions there when, few people explain if issue fixed.  thanks in advance assistance. you can't use %logonserver% variable measure if computer/user being authenticated rodc or not, instead run following command client: nltest /dsgetdc:<domain> dose return rodc? enfo zipper christoffer andersso

8dot3 missing in action

8dot3 creation enabled nothing has 8dot3 names attached ("dir /x" shows full names , no short names). java et. al. accepting 8dot3 path/file names cannot access expected 8dot3 path because don't exist. how can fix ? "c:\progra~1" or similar not exist ! how can force immediate creation of 8dot3 equivalents added ntfs objects ??? not scripting question (scripting=writing script programs) this link should help. Windows Server  >  File Services and Storage

WSUS GPO not working

Image
i have setup new wsus server in office. and have configure gpo push wsus policies workstations. but not working because wsus policy filtered out. how enabled ? hi, your wsus policy empty. wsus policy computer-configuration setting, have linked user ou ? don (please take moment "vote helpful" and/or "mark answer", applicable. helps community, keeps forums tidy, , recognises useful contributions. thanks!) Windows Server  >  Group Policy

ADIC Scalar 24 and IBM Ultrium TD3 conflict?

i have to install drivers tape (ibm ultruim td3)  and jukebox adic scalar 24:  window 2003 sp1. has used emc networker 7.4. hardware san. networker command: c:\aca\ibmtape.x64_6201>inquire -l -l flag found: searching luns, may take on 10 minutes per adapter         fibre channel adapters.  please patient. scsidev@0.0.0:dgc      raid 5          0326|disk, \\.\physicaldrive0                                            s/n: ck200071900247                                            wwnn=6006016049ad1c007c71fba52644dc11                                            port=00000001 scsidev@0.0.1:dgc      raid 5          0326|disk scsidev@0.1.0:dgc      raid 5          0326|disk scsidev@0.2.0:dgc      raid 5          0326|disk scsidev@0.3.0:dgc      raid 5          0326|disk scsidev@0.4.0:ibm      ultrium-td3     64d0|tape, \\.\tape0                                            s/n: 1210266394                                            atnn=ibm     ultrium-td3     12102663 94              

Printer migration from windows 2003 32bit to windows 2008 R2 cluster setup

i working on print servers consolidation project have migrate couple of print servers (all windows 2003 32bit) newly built printer cluster windows 2008 r2. i have more 500 + printers in each server need migrated, using below article backup , restore print queue using printbrm.exe , far provided me great success, facing issues in printer spool location configuration.  i require spool location stay on (d:\spool) cluster drive, run printbrm -r -s \\servername -f printer.backup.export command, print spool location changes default location (c:\windows\system32\spool\printers) in event log "printbrm.exe (the printer migration wizard or command-line tool) changed spooler folder to: c:\windows\system32\spool\printers. no user action required." i see printbrm must setting spooler folder per source server not cluster server. how prevent printbrm changing spool location?   article have been referring  http://blogs.technet.com/b/askperf/archive/2012/04/03/migrating-prin

Downgrade from Windows Server 2016 Data Centre Edition to Server 2016 Standard Edition

hi there, i wonder can me! i have accidently used our data centre product key new server 2016 box built should have used our server 2016 standard product key – there way can change installation data centre edition standard edition? i have read multiple things online , have tried few things thought best ask on official forum there way change , wonder advice? thanks in anticipation, bonemister  as have blade rightly running server 2016 data centre edition am ok have the vms running on blade as data centre edition too  yes can run datacenter vms     regards, dave patrick .... microsoft certified professional microsoft mvp [windows server] datacenter management disclaimer: posting provided "as is" no warranties or guarantees, , confers no rights. Windows Server  > 

2008 Windows CA Web request missing template

ok have googled , googled , haven't come out answer, when go website of our certificate servers.  can advanced request, under certificate template see user, webserver , ipsec, there way see other templates? i have duplicated , published a new template, made user user has read write , enroll access certificate , still nothing. closes answer found not detail missing. hope can shine light on thanks. "this permissions issue.  that is, assuming have created templates certs wish issue , have published templates, need give (or whoever) rights issue certs. otherwise, not presented options on /certsrv web page. " are running server 2008 certificate authority? if are, make sure select 2003 radio button when duplicating template, certificate templates created server 2008 templates not show in web enrolment page. templates of 2000 , 2003 variety do. cheers, lain Windows Serve

Windows 2008 Server R2 vs Windows 2008 Server Enterprise

hello community     alot of time when trying run on server  (ex. powershell) information out there need windows 2008 server r2.     running windows 2008 enterprise server.     windows 2008 enterprise server have of things windows 2008 server r2 have?     thank you     shabeaut for 2008 r2 in these editions. windows server 2012 has rtm'd , on shelves soon. http://www.microsoft.com/en-us/server-cloud/windows-server/2008-r2-editions.aspx http://www.microsoft.com/en-us/server-cloud/windows-server/2012-default.aspx       regards, dave patrick .... microsoft certified professional microsoft mvp [windows] disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Setup Deployment

Missing Configure Option on 2012 RD Web page

i have rd gateway server running 2012 in dmz have installed rd web access on. terminal server 2008 r2. i've gone through config know, when go server.domain.com/rdweb , log in, there no published apps , logging in administrator, there no configure option. looking @ remote app manager on 2008 r2 box, added server in dmz ts web access computers group. have checkmark 1 remoteapp program visible web access. looking @ documentation, seems need in configure tab on page, not know show up. i've logged in domain admin , local admin. i've seen reference a ts web access administrators group, cannot find group on either server, or close it. how configure option, or going in wrong direction? hi, in server 2012 scenario, there no longer configure tab on page.all configurations set thru rdcb(also known rdms).i don't suggest mix server 2012 2008 r2.to function properly,you need set server 2012 rdcb management. regards, clarence technet subscriber support if