Posts

Showing posts from August, 2010

Confused on Azure SQL Management Portal - Foreign Key

Image
i have 2 tables accounts (account_id primary key, company_name, etc. etc.) invoices (inv_no primary key, account_id) i believe foreign key here account_id in invoices table as there many invoices same account_id accounts table. i trying set relationship in management portal, however, terminology , interface seems counter-intuitive me, , backwards. if select accounts table select indexes & keys, there button "add foreign key relationship". when click on button ask specify foreign key , shows check box next every field in accounts table select acccount_id, select reference table invoices, try select "reference column" , title shows "primary or unique keys', inv_no displayed. have in reverse and start invoices table select foreign key. me seems backwards , in dependency diagram arrow goes invoices accounts, seems backwards. missing? i know why management portal allows selection of multiple primary keys, thought disallowed in azure sql, or s

The item $/Feb08 does not exist at the specified version.

i have created several new projects in tfs recently. of developers not having problems few getting the error "the item $/feb08 not exist @ specified version." althought getting same error unable different.   some developers able see project unable download specific folders. some  are able see project , files , latest version source control when attempt check out file error.   i have checked permissions , set correctly. have deleted workspaces , local files , continue error. we solved giving users rights @ $/project. have users set in groups. have given every group read rights @ $/project. additional rights set @ $/project/subfolder. Archived Forums V  >  Team Foundation Server - Source and Version Control

retrieving a previous record

guys, i ll explain example i have table columns, county capital language continent the values are                     ind delh hindi asia                                           w'ton eng na                                           uk lon    eng  eur                                        japan tok jap     asia now when value asia, need extract previous record same continent when come across asia record of japan, need retrieve india record. can suggest me   following solution sql server 2005 , on. use partitionid see if there previous record. apply sequenceid find previous record. need have key territoryid in data for sequencing. /****** sequencing data 2 ways row_number ******/ select sequenceid = row_number () over ( order by [group], territoryid) ,partitionid= row_number () over (partition by [group] order by territoryid) ,territory=[name] ,[countryregioncode] ,[group] ,[salesytd] ,territoryid from [adventureworks2008].[sale

How to include a custom controls project into solution

hi i have lob app written in sl 5 using ria services , mvvm. it's sort of mis type application uses charting lot. found neat custom piechart control i'd incorporate solution battling it. downloaded http://www.zagstudio.com/blog/507  and runs nicely without problems on dev machine, in original solution. when include customcontrols project lob app solution in order use custom piechart, error: the property 'customcontrols:labeledpiechart.series' not declared attachable property elliven member   apparently, correct xmls namespace. isn't? 'customcontrols :labeledpiechart or attch other control? abuse use control. attachable property Silverlight  >  Getting Started with Silverlight

SQL XML bulk load does not import data

Image
  i having difficutly importing xml data sql table using sqlxmlbulkload in dts script. symptoms table created, rows created data not populated in table.   i'm pretty sure error in xsd file cannot seem locate it. below xml , xsd. grateful assistance.   thank-you,   the table results are: ----------------------------------------------------------------------------------------------------------------           loan_id     loan_name 1           null               null 2           null               null     the xml: ---------------------------------------------------------------------------------------------------------------- <?xml version="1.0" encoding="utf-8" ?>    <loanexport>          <loandata                  loan_id = "1712342"                  loan_name = "test line of credit1"            />          <loandata                 loan_id = "1712343"                 loan_name = &

Domain Service or Web Service? Data compressed?

i need load large amount of data silverlight buisness applicaiton.  data static in nature , not change.  in form of sql datatable.  1.  there way include data in .xap (since never changes needed run application)? 2.  when using domain service or web service, data automatically compressed before sending or need that? 3.  difference between using domain service , web service?  why pick 1 on other? thank you!   a domainservice pretty compact, compression turned on compact. compact plain wcf service rename object , parameters short names , rename on client side. compact, although harder maintain, way it. may want check web service forum suggestions there. Silverlight  >  WCF RIA Services with Silverlight

RRAS

Image
hi i have a windows server 2008 (system 1) with two network cards , 1 client windows 7 (system2). system 1   network card to connect to the internal network and the second network card connect internet. and system2(windows 7 ) connected system1. these two systems can ping each other and connected . i want use features of rras and client can connect to the internet via a windows server and rras .  client (windows 7) ----> rras (server 2008) ---> internet. please me friends. hi arash 89, thanks posting here. is seems trying set mulitihomed rras server internet sharing nat installed. if please start form kb articles below: how configure network address translation in windows server 2003( applied windows server 2008) http://support.microsoft.com/kb/816581 enable , configure nat http://technet.microsoft.com/en-us/library/dd469812.aspx thanks. tiger li tiger li technet community support

SQL2R2 Cluster install fails in TN Labs

sql2kr2 install files in tn lab environment - servers setup correctly failover- q: quorum drive disappears when sql setup started ........????? thanks insight how resolved. does cluster can pass cluster validation test? about sql problem can ask in sql server forum: http://social.technet.microsoft.com/forums/sqlserver/en-us/home?category=sqlserver Windows Server  >  Windows Server General Forum

DHCP in Domain A serving Computers in Domain B

hi. have migrated computers domain domain b. servers remain in domain a. trust in place. in domain have a domain controller running dns & dhcp. dns secure only/ad integrated. dhcp configured update dns using domain account. dhcp in domain a serves computers migrated domain b. i have domain controller in domain b running dns. all servers on same subnet (domain , domain b) , in same building. forwarders configured in dns. i no longer able rdp to computers migrated domain b name. can ip. what best configuration situation avoid dns issues? should install dhcp on member server in domain b , unauthorize dhcp server in domain a? kinds regards, phil. there 2 options achieve needs. 1st  setup secondary dns domain on domainb dc, , other way around.  enable clients register dns records on network adapter 2nd have dhcp distribute dns server of domainb 2nd or 3rd dns create group policy  dns suffix search list listing both domains, , apply workstations. each doma

Dcpromo first Windows 2008 in existing Windows 2003 domain

hi i have been reading different posts regarding dcpromo first 2008 in 2003 domain. the goal add 2008 domain contoller , dns, retire 2003 domain , dns. i little uncertain on 1 particular part during dcpromo process. @ 1 point in dcpromo installation, suggested install dns , global catalog , replicate data. question if choose install both, , replicate data on network existing dc, new 2008 become the primary dns server? thank much. howdie! if dns ad-integrated, yeah, 2008dc become primary dns server - if want call way. florian the views , opinions expressed in postings not correlate ones of friends, family or employer. if should allowed mark response "answer", should thread creator. no 1 else. Windows Server  >  Directory Services

Folder Redirection Policy problem with cancelling the policy

hello everyone. have little problem. wanted delete folder redirection gpo windows server 2012 r2 standard... foolishness have deleted gpo instead of setting right way in options. after have created new gpo , ive set setting "basic" , "redirect local user profile". have done yesterday today morning there still no folders in local user profiles... folders redirected desktop , documents. clients using windows 8.1 pro. folders redirected qnap storage... there way them profiles? thinking set folder redirection once again correctly , set "redirect local user profile"? i m wondering did basic setting mentioned . should "basic-redirect everyone's folder same location" , folder redirection works in roaming profile. regards, prabhu Windows Server  >  File Se

Moving shares from server 2003 to server 2003 keeping the existing unc naming Not using DFS

i have 3 windows 2003 servers hosting 200+ file shares , consolidate them 1 existing 2k3 server. looking best way this, either file server migration wizard, or robo copy. need keep existing unc naming don't have run every machine remap of shares. redirect using dns alias or needed. don't want use dfs portion either. thx. hi, i don't think can move shares on 3 different servers onto 1 server original unc. if agree use dfs, may refer following article, provided steps setup consolidation roots: distributed file system update support consolidation roots in windows server 2003 http://support.microsoft.com/kb/829885 shaon shan| technet subscriber support in forum| if have feedback on our support, please contact tngfb@microsoft.com Windows Server  >  File Services and Storage

"Test Subscription to SENS Logon". The HRESULT was 80010002. (event 4627)

hello getting message in event viewer. that? thanks hello, please see recommendations in similar thread http://social.technet.microsoft.com/forums/windowsserver/en-us/65634267-8550-4b96-b6d1-6e020859aee7/please-wait-for-the-system-event-notification-service best regards meinolf weber mvp, mcp, mcts microsoft mvp - directory services my blog : http://msmvps.com/blogs/mweber/ disclaimer: posting provided no warranties or guarantees , confers no rights. Windows Server  >  Windows Server General Forum

Problem with formatting on a page / sections on a page -- help requested (word 2010)

Image
someone gave me sample resume formatting not familiar -- looks subpages/sections within main page. added image of sample resume below. question "how can shrink sections in red circle?" don't seem able manipulate these sections.  show portion of page 1 need bring content page 2 page 1 , remove white space within red circle.  using word 2010 on win7.  how can this?  need shrink section(s) white space size other sections. ---------------------------------------------------------------------------------------------------------------------------   rich p i figured out.  typed various lines/rows of text in paragraph form.  place cursor @ beginning of particular paragraph , then insert 2 columns.  makes particular paragraph own section , splits 2 columns while remaining paragraphs before , after occupy 1 column on same page.  can go paragraph , same thing , turn paragraph own section of 2 (or more columns).   can delete fake content , put in desired content.  

Unable to RDP to machine running Hyper-V Server 2012 R2

hello, i not able rdp windows 8.1 machine machine running hyper-v server 2012 r2. have used previous versions of microsoft's hyper-v server (this free hypervisor product talking about) , rdp worked fine. far, have installed hyper-v server 2012 r2 (both preview , final releases) , have never been able rdp them. here's how have been reproducing this: clean install hyper-v server 2012 r2 on machine. (virtual or physical) log in first time, change admin password, , download recommended updates. reboot if necessary. enable rdp (more secure or less secure, either way) try rdp hyper-v server using hostname or ip. i have tried these steps on 2 different physical machines, , confirmed them in 2 separate virtual machines running on windows 8.1 hyper-v role. rdp never connect machines running hyper-v server 2012 r2. have tried on 2 separate networks, using dhcp , statically assigned ips. confirmed once more installing hyper-v server 2012 (not r2 version) , repeating same

How to run batch file in window start up

hi,   have batch file map network drive using net use command.now need automate batch file whenever server restarting.  i need configure in start task.how ? pls guide me. thanks thanks - selvakumarsubramaniam.please mark answer, if answer useful u. hi selvaons, before going further, please let me know windows server version use? based on description, understand want run batch file via schedule task when computer start up. can refer following operation , create schedule task. please open run , type taskschd.msc. when task scheduler open, please click create task in right panel. then select actions tab, click “new…” button. in action panel, please select start program, add batch file. in triggers tab, click “new…” button , set begin task: @ startup . (in server 2003, can use scheduled task wizard configure setting “when computer starts”.) in general tab, please configure security options if user logged on or not. , check run highest privileges. please refer f

Windows 10 not working !!

kindly update windows 10 windows 8.1 windows key not working. regards kamlesh gupta kindly update windows 10 windows 8.1 windows key not working. regards kamlesh gupta please clarify. in case don't have same interpretation, need know sure mean by " windows key " ? do mean 1 windows logo in keyboard ? Windows 10 Insider Preview  >  Windows 10 Phone Insider Preview General

Windows Service Question

i hope i'm posting in right section. i created windows service using vs2008 , installed on windows server 2008 vm. service queries database every minute , runs stored procedure when criteria met. i'm not entirely sure how these services work question is, if takes longer minute complete task in service, instance of service start on following minute since runs every minute? thanks andy   i'd ask them here. http://social.msdn.microsoft.com/forums/en-us/category/visualstudio         regards, dave patrick .... microsoft certified professional microsoft mvp [windows] Windows Server  >  Windows Server General Forum

Problems adding an IP range to a subnet

when go directory services , sites , want add new subnet site name type ipv4 range selcet site ok button stays grayed out. i'm unable link ip addresses ranges towards site names? any help/ idea ?  are positive have correct subnet mask entered?  if subnet mask value doesn't mathematically match entered address value, ok button not active, preventing user entering invalid entry. jeff schertz, pointbridge | mvp | mcitp: enterprise messaging Windows Server  >  Directory Services

Powershell script to get all local admin members

created multiple sources - works - wanted see comments on have done better. input - computers in domain.  connects them , pulls members of local admin group , writes information csv.  slow - works. thanks input. import-module activedirectory $computers = get-adcomputer -filter * $localgroupname = "administrators" $outputdir = "c:\temp" $outputfile = join-path $outputdir "localgroupmembers.csv" write-verbose "script write output $outputfile folder" add-content -path $outputfile -value "computername, localgroupname, status, membertype, memberdomain, membername" foreach ($computer in $computers) { $computername = $computer.name if(!(test-connection -computername $computername -count 1 -quiet)) { add-content -path $outputfile -value "$computername,$localgroupname,offline" continue } else { try { $group = [adsi]"winnt://$computername/$localgroupname" $members = @($group.invoke(&

Nested Gorup

hi how check members of windows group contains nested sub-groups. thanks shashikala the get-adgroupmember powershell cmd'let with -recursive switch "if recursive parameter specified, cmdlet gets members in hierarchy of group not contain child objects. example, if group saradavisreports contains user karentoh , group johnsmithreports, , johnsmithreports contains user joshpollock, cmdlet returns karentoh , joshpollock." for more information see: http://technet.microsoft.com/en-us/library/ee617193.aspx enfo zipper christoffer andersson – principal advisor http://blogs.chrisse.se - directory services blog Windows Server  >  Directory Services

Preparing virtual domain controller for cloning fails because DC not in cloneable domain controllers group

Image
hi running virtulized server 2012r2 dc dc02tl.test.local in lab environment. want clone dc. following tutorial. http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-48-12-metablogapi/0020.clone3_5f00_49d67345.png i put dc group of clonable dcs somehow cmdlet   new-addccloneconfigfile does not seem recognize dc in group , fails. tried reboot dc, no luck. https://support.microsoft.com/kb/2745013?wa=wsignin1.0 this link may you. darshana jayathilake Windows Server  >  Windows Server 2012 General

SQL Server 2005 setup

  i installed sql server 2005.  have question "sql server management studio". i want machine act db server, can learn basics of sql server 2005.  once open "sql server management studio" , attempt connect database engine, following error   cannot connect database engine....   i don't see services running in windows services console, i used work sql server v7 awhile , remember within left frame of "sql server management studio" window, in registered servers frame "database engine" icon had green right arrow in it when running correctly.  right have "database engine" icon there white circle with no right green arrow signifying running....   thanks in advance help, wes if have 1 server registered in ssms should see if , running, refer windows service console see if sql server services running , if remote connections allowed on computer (see screencast on site more information) jens k. suessmeyer --- http:/

2k8R2 Cluster certain cluster group not coming online

2 node cluster (virtual, vmware) windows 2008r2 sql server 2008 r2 (10.50.1600) 3 sql server clustered instances 1 clustered msdtc san storage using iscsi connections here of observations: - started getting ip conflict errors within last month, conflict occuring on windows server cluster virtual ip. - clustered instances started failing on no reason seemingly @ same time 10pm , started happening @ 12 noon , getting errors quoram being lost followed volumes being lost , recovered through failover on other node. - after while 1 of ss instance come on 1 node have 2 come on 1 node (e.g. no failover). - have 1 those ss instances not come on either 1 of nodes.  particular thing that when attempting bring online (during 'online pending') able connect , query data using ssms after set timout for resource come online expires goes 'failed' , not accessible.  here errors sql server instance producing. [sqsrvres] odbc sqldriverconnect failed [sqsrvres]

Using WCF Odata service as SSRS data source

hi, we evaluating odata service data source ssrs, idea use these reports in sharepoint 2010. not sure how it. now, getting basic doubt whether odata can used ssrs data source. please clarify doubt. if possible please me samples. thanks in advance. santosh hi santosh,   thanks post.   i not familiar wcf odata service, suggest refer article data sources supported reporting services (ssrs) , verify whether predefine data sources fit needs, if there no 1 available use you,   i suggest implement custom data processing extensions according own needs, can refer implementing data processing extension learn how implement data processing extensions.   thanks, bill lu please remember mark replies answers if , unmark them if provide no help. SQL Server  >  SQL Server Reporting S

Error while installing sql Express

hi experts,   error coming when installing sql express in windows xp based system     error: ==== microsoftsqlserver\90\tools\binn\windows\winxsx\manifests\xc6_microsoft.mic_ifc 8b3b9a1e18e3b_8.0.50727.42_x.ww_decbddz.manifest varify files exits can access it   please me solving problem with advance thanks jabi with install using user has admin permissions, i.e. local administrator. http://www.virtualrealm.com.au - xna game programming news , resources downunder. SQL Server  >  SQL Server Express

Get certain months to show up in rows

Image
hello. created mat calculation measure (last twelve months). great, have rows show last 8 months, , compare same period each year. can in power pivot filters power view?  hi alexmartini, firstly, please post solution in power pivot filters? or please give more details , sample data structure? based on explanation, requirement similar thread . can review post. secondly, seems powerview report cannot created based on pivot table data. more details in case . create powerview report on workbook. , create table regard ‘measure’ columns, ‘date’ rows  in power view. thirdly, can create filter using filters area according expected results. regards, angelia   SQL Server  >  Power Pivot

WSRM and SQL Server

hello, i want know, can wsrm control cpu usage of sql server instance ? scenario :   when server runs lot of sql server instance,   want limit 30% cpu usage each instance.   scenario dynamics crm shared hosting. related :   found below document @ techcenter.    " understanding processor management in windows system resource manager "  and, there 1 note.    " cpu affinity management through windows system resource manager not recommended sql server multi-instance management. instead, use sql server's processor affinity settings .".  but, there not cpu bandwidth , sql server related information. please us. regards, yoshihiro kawabata mvp sql server / passj board / cozax co, ltd. hi yoshihiro kawabata,   it possible limit cpu usage of sql server instances  by using wsrm.   if using affinity of processors sql instances, may need create more complex policy.   however, based on description, appears having multiple sql instances , not setting "pro

Bitlocker and Deduplication

hi, i've been researching on deduplication feature in 2012 , found out dedup not supported on encrypted files. my question guys how can still achieved, run deduplication on drives or folders encrypted files? will work if files encrypted external application? can encrypt drive bitlocker , use dedup on it? any here appreciated. hello, if search "bitlocker" in http://blogs.technet.com/b/filecab/archive/2012/05/21/introduction-to-data-deduplication-in-windows-server-2012.aspx answer yes works bitlocker works below level data deplucation take place. best regards meinolf weber mvp, mcp, mcts microsoft mvp - directory services my blog : http://msmvps.com/blogs/mweber/ disclaimer: posting provided no warranties or guarantees , confers no rights. Windows Server  > 

File Server

i've set server core 2008 standard r2, configured firewall remote access etc.  i want use box file server can't seen find clear instruction on creating folders , setting network access.  an existing windows xp workgroup accessing file server.  i'm able access server  mcc , remote desktop.  the server has joined existing work group is accessible on the existing work group.   any tutoirals out there?   thanks. as workgroup not domain, share permission can appied local users (or group). need share local user account , password users need access shares on workgroup. you can 1. create public user account , share every member. 2. share group users on workgroup can access share. 3. create several accounts (such same user id , password users on workgroup) , give them users i ndividually each 1 cannot access others file except take ownership (if give them admin account) or know user name , password. shaon shan| technet subscriber support in forum| if have feedback

Redirect Terminal Server Profiles

we have thin farm , fat farm. each farm has 3 servers running windows 2008 r2. i'd have profiles redirected our file server. i'd able have 1 profile each user no matter server they're logged on. have load balancing setup way. thank you, frank brown nextgen ncp network administrator hi, if 1 user simultaneously logged onto 2 farm using same user profile,it corrupt profile folder.you need prevent them logging simultaneously. user profiles on windows server 2008 r2 remote desktop services: http://blogs.msdn.com/b/rds/archive/2009/06/02/user-profiles-on-windows-server-2008-r2-remote-desktop-services.aspx regards, clarence technet subscriber support if technet subscription user , have feedback on our support quality, please send feedback here . please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.

USB Redirection doesnt work in Windows 7

hi; i've been trying able access win7 pro x64 machine through rdc, , while rdp works fine, cannot see on usb devices (dongles, flash drives, etc) while connected remote computer rdc. both computers win7 pro x64. any ideas appreciated.   thanks ! hi, follow procedure: http://blogs.msdn.com/b/rds/archive/2010/06/10/introducing-microsoft-remotefx-usb-redirection-part-1.aspx   thanks. paul haro - microsoft certified professional Windows Server  >  Remote Desktop Services (Terminal Services)

Issue with terminal server session locking up

i having issue printing emails outlook 2007 configured on 2008 r2 terminal services. can print other documents no problem seems outlook issue having @ moment. have set local policy easy print not first , have correct driver on server. e-mails print , not. happening using 1 printer. hp laserjet 2015. ther ideas issue be. hi,   whether have installed update(sp3) office 2007 or not?   according description, please check printer driver, update latest version in client pc , target server. hp p2015: http://h20000.www2.hp.com/bizsupport/techsupport/productlist.jsp?lang=en&cc=us&taskid=135&prodtypeid=18972&prodseriesid=1845551   note: this response contains reference third party world wide web site. microsoft providing information convenience you. microsoft not control these sites , has not tested software or information found on these sites; therefore, microsoft cannot make representations regarding quality, safety, or suitability of

Migration of CA from 2003 (non R2) to 2008 R2 SP1 DC

hi, i've read through of guides, notably: http://technet.microsoft.com/en-us/library/ee126140%28ws.10%29.aspx  and http://technet.microsoft.com/en-us/library/cc755153%28ws.10%29.aspx i've 2003 non-r2 old sbs server i'm gradually migrating services away from.  next on list ca role. our new 2008 r2 dcs running. in articles i've seen references of having 2003 -> 2003 transfer upgrade 2008 r2, , i've seen straighforward references of 2003 -> 2008 backups/restores... , i've seen discussions of issues them all.. but i'm trying transfer existing live 2008 r2 dc.. so - correct way ?? hi,   this document provides guidance migrating ca server running windows server 2008 r2 server running windows server 2003. please refer to:   active directory certificate services migration guide http://technet.microsoft.com/en-us/library/ee126170(ws.10).aspx   hope helps.   regards,   bruce forum support

Local Password and host file

i have created gp in computer configuration update local administrator password , copy version of host file machines under ou. both these settings not working on client machine. for password - under computer configuration -> control panel settings -> local users , groups -> admin -> update password for host -> computer configuration -> windows settings -> files -> source path - unc path share folder has host file & target path : c:\windows\sytem32\drivers\etc , given action replace. what's wrong iam doing in this? regards sundaresan.c   > can please let know combination work builin > account?   tell you've set.   > host file, yes domain computers have access path.   enable gpp files debug logging , check log. http://blogs.technet.com/b/askds/archive/2008/07/18/enabling-group-policy-preferences-debug-logging-using-the-rsat.aspx   martin mal ein buch über gpos lesen? no not evil, if know doing:

CDP and AIA need to be updated in AD for Offline Root CA

i have 2 tier pki infrastructure. when running pkiview.msc find the cdp , aia locations of offline rootca has typo. need update cdp , aia in ad offline rootca. i not sure how this. other intermediate ca's report ok. offline rootca shows error.  how republish cdp , aia offline rootca? have reissue certs intermediate ca's once corrected rootca cdp , aia? b.    i found easier answer fix problem cdp location. cdp url mistyped on root ca iis site location online issuing subordinate ca. placed copy of root crl , root certificate on server , using online sub ca additional third location obtain root cert (aia location) , cdp. using publically available site primary, ad, then, lastly, the iis location. since internal able create cname record mistyped url points correct record of sub ca. caused pki view able resolve cdp , aia url correct iis location. so, if happens else , find late change, , not want have go through re-deploying ca's, can manipulate dns resoluti

Getting 2 Errors on inetres.admx

hi guys, don't know else do, hope find here. the first problem is: '$(string.advanced_enablessl3fallback') in atribute displayname c:\windows\policydefinitions\inetres.admx, line 795, column 308 the second error = 2, says windows can't find file in c:\windows\policydefinitions\inetres.admx hi, >> c:\windows\policydefinitions\inetres.admx, line 795, column 308 which ie use? can copy inetres.admx , inetres.adml healthy computer has same ie computer. regarding admx files, following article can referred more information. managing group policy admx files step-by-step guide https://msdn.microsoft.com/en-us/library/bb530196.aspx best regards, frank shen please remember mark replies answers if , unmark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com. Windows Server

Changing URL for RDWEB

hello, i tried change url rdweb (2012r2), seem have problems accessing rdp application within rdweb. after getting new cname (same ssl cert.) changed deployment settings new url. the rdp applications gave me "incorrect gateway" error after applying. after setting old url, worked without problems. setting missing? hi, please configure newly changed fqdn rd gateway server through  server manager -> rds -> overview -> edit deployment properties -> rd gateway tab. in addition, may use powershell cmdlet change published fqdn: change published fqdn server 2012 or 2012 r2 rds deployment https://gallery.technet.microsoft.com/change-published-fqdn-for-2a029b80 here related threads below you: change published fqdn server 2012 r2 rds deployment https://social.technet.microsoft.com/forums/en-us/8e7ddb7b-724f-46c8-a0fb-1db92c648dca/change-published-fqdn-for-server-2012-r2-rds-deployment?forum=winserverts how change url remote web access server in wi

String trimming

hi, can me simple task....   i have powershell script returns series of strings variables such as: sql-instance1- <some more text> sql-instance2- <some more text> sql-instance3- <some more text> i want pass of string to, not including last hyphen new variable, trim off <some more text> part, so for example the value of variables 'sql-instance1',  'sql-instance2' , 'sql-instance3' i have used lastindex of return values after last hyphen struggling returning values last hyphen. can help? thanks lincoln; i think wants last hyphen:   $str = 'sql-instance3-qwerty' $str.substring(0,$str.lastindexof("-")) karl blog: http://unlockpowershell.wordpress.com book: windows powershell 2.0 bible e-mail: -join ("6b61726c6d69747363686b65406d742e6e6574"-split"(?<=\g.{2})",19|%{[char][int]"0x$_"})

Windows 7 UAC Settings problem?

hi, we have windows 7 uac on, standard users have problems desktop icons, cannot change shortcuts working directory or delete shortcut without message access denied, error message says group policy preventing it. hi,   please restore uac group policy setting default check result.   for details:   define uac group policy settings http://technet.microsoft.com/en-us/library/ee732416(ws.10).aspx   if issue persist, please collect rsop data our further analysis.   collect rsop data : run rsop.msc on command prompt.   please contact me account: v-xchen@microsoft.com workspace upload information.   regards! Windows Server  >  Group Policy

Group policy to change the short time

i setting group policy change regional settings, on dc don't see setting short time (which 1 windows shows on clock located in lower right part of screen) it shows: time format, separator, a.m , p.m symbol this on 2012 r2 / win 7 use group policy preferences achieve this. https://theezitguy.wordpress.com/2014/08/07/group-policy-use-regional-settings-to-change-date-format/comment-page-1/ devaraj g | technical solution architect Windows Server  >  Group Policy

Adding Local Admin to windows 10 without getting "This App cant open"

has figured out how add local admin through gpo , have work right on windows 10. prier windows 10, create new gpo , in computer configuration go windows settings > restricted groups. add new local admin group ( domain users) make member of administrators. , fine, , allow user ability install software. but in windows 10 causes major problems , error: app can't open: .... cant opened using built-in administrator account. sign on different account.  has figured out yet? i getting ready install new server 2016 , upgrade workstations windows 10, until fix cant move forward. also, tired of permission errors, logged workstation administrator, copy files permission error, pasting files, permission error. etc...   also, cant servers when type: \\server\c$ john zapf hi, >>has figured out how add local admin through gpo , have work right on windows 10. you should check laps: local administrator password solution (laps) https://www.microsoft

DFS File Permissions Offline files and syncing

an odd issue. have laptops use offline files , dfs offline files. when go sync offline files users, access denied error path. \\mydomain.local\site1. permissions folder correct if accessing through d:\site 1, users can read write etc. permissions have "users" read permissions, , domain users part of users group i created test dfs-n , r, added authenticated users dfs path \\mydomain\testsite. user gets no errors when syncing offline files. thoughts? duramaxster hi,  share permission of shared folder site1? mean right click folder target click share permissions added authenticated users? if so, might did not configure correct share permission shared folder. please try share folder see if can access offline files. hope helps. regards,  mandy we trying better understand customer views on social support experience, participation in interview project appreciated if have time. helping make community forums great place.

Powershell to create folder and upload files in VSS

hi, develop ssis projects on local machine, have source safe server we check in project, there sqlfiles whcih need check in, , manually create direcorty structure in source safe. there way using powershell connect vss , copy files form local machine vss database , vice versa.   hi, i’m not familiar vss , cannot provide detailed scripts. there vss maintenance script, may modify following script meet requirement. visual sourcesafe - powershell maintenance script http://psvss.codeplex.com/ thanks. this posting provided "as is" no warranties, , confers no rights. please remember click "mark answer" on post helps you, , click "unmark answer" if marked post not answer question. can beneficial other community members reading thread. Windows Server  >  Windows

Folder target in DFS namespace keeps getting unavaible

hi there we using w2k8 r2 fileserver. server pdc. we have 1 dfs-namespace 1 folder target: \\domain.com\datastore\share pointing local folder on server. the server running pretty nice last 3 years. since few weeks have problems dfs-share. the folder target within namespace keeps disappearing every 2-3 weeks (random). namespace still accessible , way regain access restart dfs service or delete , recreate folder target dfs console. anyone of u ever heard of such issue? i event id 5014 logged saying replication has been stopped due backup or recovery. event logged during backup running (we using veeam). during daytime there no errors replication problems logged. hope got idea. best regards ramon hi, based on description, how did backup our data mentioned product? we may check if there connection between backup , folder getting disappeared. best regards, frank shen please remember mark replies answers if , unmark them if provide no help. if have feedback tech

SBS2008 Certificate problems

This summary is not available. Please click here to view the post.