Posts

Showing posts from July, 2010

Float column with DACImport

hello, i'm facing problem dacimportexport. i export database azure containing table float type column.  when import data in new database on azure, data of float column eronated (ex: value 48,8839739463345 converted 488839739463345 or sometime 48,88397e+15). thank's help. hi david, could please elaborate bit? in new sql azure database, data type use store float values? still float or string data type varchar? if string data type, may refer following links store data no scientific notation: http://social.msdn.microsoft.com/forums/en-us/transactsql/thread/5f2a6260-f756-4821-b2fc-e15478835f8f http://bytes.com/topic/sql-server/answers/80603-formatting-float-varchar-but-not-scientific-notation   please remember mark replies answers if , unmark them if provide no help. get or request code sample microsoft if have feedback, please tell us. Microsoft Azure

PowerPivot "Remaining Imports Cancelled"

hi, when launch mdx query import data ssas cubes or sql server powerpivot 2010 excel keeps cancelling query.  not error messages, following warning "remaining imports cancelled". i tried importing data different source (ssas, sql server 2008 r2 etc...) result same. the mdx query valid , can preview data. any clues on how resolve issue? cheers! chris, is still issue? thanks! ed price, power bi & sql server customer program manager ( blog , small basic , wiki ninjas , wiki ) answer interesting question? create wiki article it! SQL Server  >  Power Pivot

Passing output parameter from stored procedure

hi, i have problem passing value output parameter sql stored procedure powershell variable, , value variable send via mail: script sql stored procedure: use [master] go alter procedure dbo.test @value nvarchar(4000) output begin set nocount on; set @value = 'error' end go script powershell: $sqlconnection = new-object system.data.sqlclient.sqlconnection $sqlconnection.connectionstring = "integrated security=sspi; data source=.\sqlexpress; initial catalog=master;" $sqlcmd = new-object system.data.sqlclient.sqlcommand $sqlcmd.commandtext = "[test]" $sqlcmd.connection = $sqlconnection $sqlcmd.commandtype = [system.data.commandtype]::storedprocedure $sqlcmd.parameters.add("@value", "") | out-null $sqlcmd.parameters["@value"].direction = [system.data.parameterdirection]::output $sqlconnection.open() $sqlcmd.executenonquery() $returnvalue = $sqlcmd.parameters["@value"].value $sqlconnect

Hyper-v Cluster failover Capacity(Host failure capacity)

hi , do have microsoft certified document available can size hyper-v failover cluster capacity . we have 3 sites , have 3 ,5 , 6 node cluster. servers have 128 gb ram , have maximum 60 % utilization of resources @ peak time. how can calculate host failure capacity in 3,5,6 node cluster . ravi as far know, failover capacity measurements feature gained system center virtual machine manager. http://support.microsoft.com/kb/2463008 nicholas jones, mcitp® | core infrastructure consultant | sparkhound | https://www.mcpvirtualbusinesscard.com/vbcserver/nicholas.jones/profile Windows Server  >  High Availability (Clustering)

Temporary Internet Files in IE11

our setup consists of windows server 2012 r2 , windows 7 pro 64-bit clients running internet explorer 11. some of our on-site reporting tools use internet explorer , require setting "check newer versions of stored pages" set "every visit page" in order them work correctly. in group policy management on server have set following: user configuration / preferences / control panel settings / internet settings / internet explorer 10 / general / temporary internet files - check newer versions of stored pages: every visit page.   in same gpo have set location: c:\users\%username%\temporary internet files. when users log machine, "temporary internet files" location set above "check newer version of stored pages" set automatically. group policy results show "temporary internet files" being applied but "check newer version of stored pages" not. > group policy results show "temporary internet files" being >

Can I configure fail-over cluster between 2012 R2 and 2016?

old server install windows server 2012 r2. hyperv host. i bought new server hyperv high availability. bought new windows server license too, windows server 2016 license. so, can install windows server 2016 on new server , configure cluster old server? yes, new feature introduced in windows server 2016. https://technet.microsoft.com/en-us/windows-server-docs/failover-clustering/cluster-operating-system-rolling-upgrade?f=255&mspperror=-2147217396 search technet 'rolling cluster upgrade' , find several blogs , how-to's more information.  remember, designed temporary situation.  not designed run long-term. . : | : . : | : . tim Windows Server  >  High Availability (Clustering)

Difference between Terminal server connection and MSTSC remote desktop connection

hi , wats main d ifference between terminal server connection , mstsc remote desktop connection? both used connect server remotely. right! are there difference between them? hi, what mean terminal server connection? mstsc microsoft terminal services client, executable file call remote desktop client used connection terminal services server. сила в справедливости Windows Server  >  Remote Desktop Services (Terminal Services)

Screensaver not starting on 2008 R2 RDS server

hi guys, having strange problem 2008 r2 remote desktop services server.  i've cross posted rds forum well, pointed out there group policy issue, here can help! the rds server being setup heavily locked down , run 1 or 2 applications, went through virtually available user , computer gpo settings , disabled/enabled seemed appropriate.  problem causing screensaver never lock screen when user connected remotely.  clear not need see screensaver, want lock , prompt credentials after 10 minutes not disconnect session 1 hour. the screensaver polices set domain policy gpo @ top of tree.  "enable screensaver:enabled", "force specific screen saver: scrnsave.scr", "password protect screen saver: enabled", "screen saver timeout: enabled 300".  have seperate gpos provide rest of lockdown functionality such specifying list of applications allowed run (i've tried disabling this), disable right clicking about 150 other lockdown settings. whe

I see there are multiple ways to defrag a hard drive using GP. Which is best?

what did was: action update task name defrag run defrag.exe arguments /c scheduled task runs @ specified time enabled schedule 1. @ 9:00 on day 10 of every month. task starts on 10/9/2012 settings delete task if not scheduled run again no stop task if computer ceases idle no don't start task if computer running on batteries enabled stop task if battery mode begins enabled wake computer run task enabled common hide options stop processing items on extension if error occurs on item no remove item when no longer applied no apply once , not reapply no i rather put in scheduled taks , have work on xp, vista , 7 machines. better alternative. also, there way specify local admin account on local pc run portion? james a+, network+, mcp hi, if users not defaulted local admins, can use startup script

Client printer and print server : very beginner question

i apologize for the maybe trivial question . i have many printers , of the same model , to connected via usb to client   pc (local printer, not shared). can i install these printers on server once and then set them on the local pc ? if yes, how? thank you. i don't think can that.  if can don't know of anyway.  best bet share them out on local pc or reinvest in ethernet printers. Windows Server  >  Print/Fax

MAK using VAMT 3.0

hi all, i'm new activation vamt. i've installed vamt 3.0 on top windows server 2012, have license mak, how activation works ? i've insert cd key windows 8, if join domain new computer windows 7, automatically activated or have activate manually vamt console ? if workstation broken need reinstall, license kept or not ? if company resign, key on workstation ? expired after 180 days not contacting vamt server ? 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. krisna ismayanto | blogs: krisna ismayanto | twitter: @ikrisna please see guide may useful somehow. http://technet.microsoft.com/en-us/library/hh825141.aspx#bkmk_managingmak regards, ravikumar p Windows Server  > 

Software restriction polices

good morning, we have domain controller in windows server 2012 r2. we test because have strange things. we create ou "tests" and link 2 user gpo run powershell script on user logon. script create file in c:\temp. the 2 file create. then create new user gpo software restriction polices block powershell. on ou have 2 user gpo create file , user gpo block powershell. linked group policy objects : 1. gpo create file 1 2. gpo software restriction polices 3. gpo create file 2 when log in, no file create. it's order not applied. should create "file 2" nothing. on event viewer of client computer, see warning "softwarerestrictionpolicy" access powershell.exe we understood gpo create file 1 not applied don't understood why gpo create file 2 not applied. carn please ? thank , have nice afternoon. best regards > 1. gpo create file 1 > 2. gpo software restriction polices > 3. gpo create file 2   this order not m

KB2286198 fails to install on windows 2008 R2 core servers

hi, i tried installing kb2286198 on few windows 2008 r2 core servers using below command "c:\windows\system32\wusa.exe" "c:\local\windows6.1-kb2286198-x64.msu" /quiet /norestart it failing error "windows update  not installed because of error 2147942413 "the data invalid." (command line: ""c:\windows\system32\wusa.exe"  "c:\local\windows6.1-kb2286198-x64.msu" /quiet /norestart")" can please me in fixing this?  i've ran command /log option (full command given below) creating .log , .dpx file.  both of them not readable using notepad/wordpad.  how read them? ""c:\windows\system32\wusa.exe" "c:\local\windows6.1-kb2286198-x64.msu" /quiet /norestart /log:kb2286198.log") thanks, aruna i have similar problem above user - while been long time since initial post, think still valid. i have install 2 'patches' on win 7 enterprise x64 machine using sccm osd.  patch in

RemoteApp outside the LAN not working.

hello all, we have installed , configured remote desktop licensing, remote desktop session host configuration, remote desktop gateway manager , remoteapp manager in 2008 r2 std server. server attached domain. remoteapp server using self signed certificate. certificate added in trusted root certificate authority store. published remoteapp working inside lan environment. when trying access internet after first login page while clicking on published remoteapp icon (like notepad, calculator etc.) logon credential window appearing. instead of providing correct credentials keeps on asking again , again. (in lan segment 2nd time logon credentials appears after providing correct credentials remote apps opens properly). the remoteapp server behind sonicwall firewall. have opened , nated http 80, https 443 , terminal services 3389 server. (mstsc working internet server properly) we tried configure remoteapp server vpn server , connect system on wan. client system getting desired ip a

Windows update stuck at 11% (build 10130)

hi, i running build 10130 windows update has been stuck @ 11% several days. have rebooted couple of times. anybody have ideas on howto fix this? // oscar, would please share windowsupdate.log file here? find under: %windir%\windowsupdate.log then upload onedrive , post shared link here. reference: how read windowsupdate.log file . please collect log file before steps mentioned below: 1. run disk cleanup first, try windows update troubleshooter; 2. rename softwaredistribution folder: net stop wuauserv cd %systemroot% ren softwaredistribution softwaredistribution.old net start wuauserv after that, check updates again. regards please remember mark replies answers if help, , unmark answers if provide no help. if have feedback technet support, contact tnmff@microsoft.com. Windows 10 Insider Preview  > 

RDP does not work

hello,  one of our hyper-v server not respond remote desktop, the server microsoft hyper-v server 2012r2, , management network has been configured nic teaming, firewall profiles off, able telnet 3389 on localhost, netstat -a shows listening 3389, seems ok on server. but cannot rdp server!!! not respond 3389 telnet out side. can please me? thanks in advance bahram can ping it? unedited ipconfig /all of source , target might help.     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  >  Hyper-V

Dell Precision M6400 Freezing (Dual Monitors, Quadro FX 3700M)

hey everyone, this issue has been happening bast 3 builds or so. when using precision m6400 dual monitors (any output, dvi, vga, dp, laptop) windows stutter until 1 monitor removed become responsive again. when stutter mean apps quit responding, mouse , keyboard move nothing open. using quadro fx 3700m graphics card. fine when use signal monitor. advice? thanks, nat rather uninstalling device manager, perhaps try uninstalling nvidia drivers entirely programs , features, allowing windows find driver automatically. you may want attempt stress graphics card narrow down symptoms. plug in external monitor configure display local monitor , run stress test, repeat cloned displays, external display only, etc. can narrow down if error performance issue or driver compatibility issue. report issue , findings via feedback app ensure development team kept apprised of situation. brandon windows outreach team- pro windows pros on technet

Multivalue to array

i'm trying performance data hyper-v cluster system center virtual machine manager 2012 r2 via powershell csv file anlyzed in excel. i have command: get-scvmhostcluster -name mam-hv01 | get-scperformancedata -performancecounter cpuusage -timeframe day this produces: name : mam-hv01-n01.mbn1.net performancehistory : {26, 26, 24, 19...} timeframe : day performancecounter : cpuusage scope : timesamples : {03.12.2013 12:00:00, 03.12.2013 13:00:00, 03.12.2013 14:00:00, 03.12.2013 15:00:00...} serverconnection : microsoft.systemcenter.virtualmachinemanager.remoting.serverconnection id : 9e459a2c-79b7-4ac7-a759-eb1dbd3a0ade isviewonly : false objecttype : none markedfordeletion : false isfullycached : true as can see values need in timesamples , performancehistory, seem in sort of multivalue string or something. how can array , ultimatly csv, 1 column timesamples , 1 column corresp

Common Credential Login To Server

hi in process of becoming i.t company particular client. previous i.t company did inital network settup configuration not done correctly. have xp win7 workstation & serverk3. no users created on server except 1. workstations have unique usernames & passwords when mapped folder on server, credentials used single user created. planning see i.t needs , requirements, want implement best practise methods. create users password each workstation , in process grant necessary access rights particular folders thats residing on server. solution i'm looking is, how remove common login credential these workstations linked server? that not possible without centralized authentication ad domain provide. however workaround can create those 7 user accounts same name & passwords on server add group ntfs permissions on shared folder allow users map share. should work. open computer management , create 7 users same name , pw under local users , group create secu

Word is not remembering line spacing or font type

 i have several microsoft office 2010's in office.  of them i'm not having problem do. the font selection not stay default nor line spacing.  every morning have reset font, click on "set default", click on "all documents based on normal template" both font , line spacing.  remembers day next day, have start on over each computer.  i've been told "bug" ms 2010 can't believe ms wouldn't fix in update.  doing wrong?  me or bug?  if it's me, can give me step step directions on how fix it?  if it's bug, how ms fix it?  thank help!! problems ones describing caused word being prevented correctly saving normal template. unless company has (say) log-in script regularly deletes normal template, culprit poorly designed add-in, must dealt separately. workaround, can open normal.dotm document , change defaults directly in file.   you can open template follows: within word, press alt+f11 display visual basic editor. press ctrl+g

RDP Printer Redirection not working at all for only one client

i have 2 32-bit xp pro clients both share hp 1320 printer , both rdp'd same 64-bit server 2008 r2 rdp host, 1 client shares printer through rdp without problems (along rest of printers), on other client printers not come through. event viewer on host has "driver hp laserjet 1320 pcl 5e required printer hp laserjet 1320 pcl 5e unknown. contact administrator install driver before log in again." error, error can't accurate because same printer works same driver on same host client. know might wrong? i'm assuming @ point problem on 1 client, can't figure out is. hi, the error facing because printer cannot able map driver client system. can try reinstall printer driver on rdsh server or you can create or modify custom printer mapping file. modifying printer mapping file need define mapping client side server side drivers on rdsh server. here need add value “name: printermappinginfname ” registry setting of below mention path. hkey_local_machine

Machine only GPO

Image
hello everyone. have spent 3 days reading alot on forum trying few ideas of problem lies. please me have spen 2 weeks trying gpo work. windows server 2003 r2 all xp machines using gpo(s) on i have ou called scrhd ou has default screensaver policy. i want use second gpo called screensaver2 applies 9 machines. have done. added 9 machines ou called nurses. the nurses ou has link of screensavers2 gp added 9 machines default screensaver policy , denied gp application in delegation , added security filtering. authenticated users has been removed added 9 machines screensaver2 security filtering. gp has loopback /merge. authenticated users has been removed. i have been messing setup long afraid im doing wrong , thinking right hahah. gpresult stating applying doesnt affect it.  hi, stormj i downloaded , analyzed 2 html files. wonder confirm current situation?  have fixed issue. and first posting, think these 2 gpo, it’s no need configure security filtering. since “sc

how to convert from DATA STRING TO DT_NUMERIC IN SSIS

  i tried using derived collumn did not work. tried data conversion transformation did not work.     can 1 suggest me other method. thanks. if data appropriate, using derived column work.   what did try expressions , error messages did get, if any?   SQL Server  >  SQL Server Integration Services

Problem configuring SharePoint 2010 <-> TFS 2010 SSL

hi, have tfs 2010 , sharepoint 2010 setup , integrated no problems. however, when switch tfs 2010 using ssl, sharepoint no longer able communicate tfs. every other aspect of tfs 2010 works fine under ssl - e.g. team web access, team explorer, etc. can browse team web access under ssl sharepoint servers (and anywhere else) just fine. in short, ssl tfs seems configured correctly, cannot configure extensions point tfs when enable ssl. i unable repair connection in administration console on app tier, , cannot grant access tfs administration console on sharepoint servers. in latter case, receive following error (i removed fqdn in logs): access granted following server running sharepoint products: <teamfoundationmapping mappingid="c33f6dfb-9259-4886-bf1e-0b0254baab47" version="1" lastupdated="0001-01-01t00:00:00" applicationinstanceurl=" https://<tfs fqdn>/tfs " restrictedpath="tfs" ssoname="tfs01" /> [info  

Monitoring what doesn't occur

i monitor failures in datacenter streaminsight, means want alerts when things don't happen period of time. thinking of streaminsight case study of tollboth, want query tells me if no cars have gone through tollbooth x minutes. has done sample or blog post on this? you need left anti semi-join that. var itemlist = in sourcequerystream .altereventduration(e => timespan.maxvalue) .clipeventduration(sourcequerystream, (e, i) => (e.itemid == i.itemid && e.adapter == i.adapter)) select new { itemid = i.itemid, adapter = i.adapter, lastvalue = i.value, lasttimestamp = i.timestamp }; //create query items in past 30 seconds. var currentitemlist = in sourcequerystream .altereventduration(e => timespan.fromseconds( 30 )) .clipeventdura

Weird font issues

Image
anyone know cause font mess this? i've embedded font using fontfamily ="./fonts/fonts.zip#segoe light" to find out, bug silveright or font u using, please try following steps: 1. try again to embedded font with tim's blog/video: http://www.silverlight.net/learn/videos/silverlight-videos/using-custom-fonts-in-silverlight/ http://timheuer.com/blog/archive/2008/03/10/embedding-fonts-in-silverlight-2.aspx 2. after loading control, explicitly set font bold property false , vice versa 3. try that font in normal word document.  if issue persist, doubt there silverlight or font u using     Silverlight  >  Programming Silverlight with .NET – General

Getting started with Automation of Analysis Services Objects

hi experts, i working in ssas 2005 past few months. at present, have requirement automate processing of cube using ssas. can able using ssis , requirement in such way should use ssas environment automate processing of cube after etl load. i had gone through link,   http://msdn.microsoft.com/en-us/library/ms124924.aspx,         conveys stuffs amo,xmla,assl,etc. from above tutorial link,i got through xmla, can able automate cube processing. couldn't concept of  how best it. since there no walkthrough of automating alnalysis services object cube, dimension etc provided in above link. it convenient me, if know how automate processing of cube using ssas. kindly key down valuable suggestions. thank sahul " how automate processing of cube using ssas .." - not sure how define "only ssas", have looked @ ascmd utility?   readme ascmd command-line utility sample ... scenarios the following scenarios give examples of using ascmd command-line utility. proces

Using folders within the report project solution

is possible store reports in folders within visual studio solution? it can done storing them in folders on filesystem mean creating folders within solution gain more comprehensive overview when opening soluiton hi, unfortunately, can't create folders in bids, however, please try the work-arounds mentioned in the flowing thread -  http://stackoverflow.com/questions/3309002/visual-studio-for-ssrs-2008-how-to-organize-reports-into-subfolders-in-solutio   also, please vote on connect item requesting this feature here -  http://connect.microsoft.com/sqlserver/feedback/details/487106/allow-sub-folders-in-ssrs-projects h ope helps! shahfaisal muhammed http://shahfaisalmuhammed.blogspot.com SQL Server  >  SQL Server Reporting Services, Power View

IP address of each user login

i had strange trouble server restarting itself. upon further review, user account doing reboot. problem more 1 person has login information. have changed password no 1 has , reboots have stopped. my question how can ip address of person logging in, regardless of user account? keep in mind i’m talking past logins (i.e. 2 days ago). ideas? hi, what's your environment ? if have timestamp of event log 1074 (which identify username triggered reboot), then navigate security logs , find logs during time span of 1074 event trigger. you can find logon events ip address there. devaraj g | technical solution architect Windows Server  >  Directory Services

GPO only partially applying, User Config Admin Templates not pushing, 2008R2

hello, i have gpo issue driving me crazy, have server 2008 r2 domain, 1 dc windows 7 clients. need configure security settings office 2007 , ie10 through group policy, using administrative templates. i configured policies, set central store, problem clients seem apply portion of domain policy. specifically, administrative templates user configuration. other settings seem apply, local policies, user rights, administrative templates under computer configuration. happening several different clients, not 1 machine. tried creating different gpo test, , same result. i ran rsopon client machine, , of configured settings show correctly, admin templates don't apply. i don't see crazy under event logs , error see rsop ie branding error under user configurations, still says gpo applied successfully. does have ideas? thanks, ryan what's in user part of rsop report? martin no not evil, if know doing: or bad gpos? , if bothers me - coke bottle design refr

Disabled accounts getting locked out

seeing lockout events disabled accounts , see status of account being locked. can not simulate same normal invalid logon attempts. want understand how these lockouts being caused. troubleshooting account lockout https://technet.microsoft.com/en-us/library/cc773155%28v=ws.10%29.aspx troubleshooting: identify source of active directory account lockouts http://woshub.com/troubleshooting-identify-source-of-active-directory-account-lockouts/ troubleshooting account lockout pss way https://blogs.technet.microsoft.com/instan/2009/09/01/troubleshooting-account-lockout-the-pss-way/ hope helps you! cloud migration can tedious task without right solution. lepide meteor suite has need analyze/upgrade/migrate current exchange environment office 365 , helps migrate legacy file servers, sharepoint , public folders sharepoint, office 365 or onedrive required. Windows Server

Can I choose what the cached profile name is on my TS?

we keep having i'm guessing sign-off problems our terminal servers. cache profiles, don't deleted once user logs off. because of that, new folders created when log on -- in format of username (dot) domain.  some of software run looks user's folder match username, creates problems. is there way can tell terminal servers overwrite existing folder? thanks! to add information freek provided, 2 common things that cause vmware tools shared folders feature , antivirus software.  problem corrected uninstalling shared folders or updating antivirus software. -tp Windows Server  >  Remote Desktop Services (Terminal Services)

0..7 | ForEach

i have several checkboxes on form: $checkbox0, $checkbox1 .. $checkbox7 i tried use 0..7 | foreach access them, $checkbox$_.checked, not working. there way it? thanks. (get-variable checkbox[0-7]).value.checked [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " " Windows Server  >  Windows PowerShell

I am looking for script which can copy files from one location to another location with different conditions.

Image
while copying the files, has check current date , has create folder , copy files that. - if old files exsisting in the present folder have move them folder called history folder(old files) creating individual folders date(like 01,02,03,04....30) folder name. eg. copied file yesterday in folder called present , again copying fresh file today present folder again. here yesterday file has moved other folder called history creating self folder yesterdays date name of folder and move file folder. - there naming conventions files , according them have move respected folders. - if have single file similar name has copy both sides(into present , history folders). can please me on not in powershell scripting. hi, single powershell command copy & rename files: if have csv containing 2 columns: oldfilepath , newfilename, can use following. import-csv c:\test.csv | % { copy-item -path $_.oldfilepath -destination "c:\test\$($_.newfilename)" } please go

kinit: Client not found in Kerberos database while getting initial credentials

hi all, i trying configure application uses kerberos authentication. error message:  kinit: client not found in kerberos database while getting initial credentials i use windows server 2003 domain controller ldap server, tomcat application (on linux) , iis application client, , apache load balancer. there multidomain environment:   russia.domain.net,  europa.domain.net, asia.domain.net; tomcat , iis servers works behind proxy server (apache on linux).  for applications created 2 dns  records type a. dns use ip address of apache proxy server: application-sandbox.russia.domain.net applicationweb-sandbox.russia.domain.net to confiure kerberos authentication have performed following steps: 1. create user account in europa domain , configure delegation this: europe\application_sandbox 2. register spn account: setspn -a http/application-sandbox.russia.domain.net europe\application_sandbox setspn -a http/application-sandbox europe\application_sandbox 3. after

Loopback processing of Group Policy not working

Image
hello, we have environment users have redirected folders via group policy. installed new citrix xenapp 6.0 , applied group policy loopback processing on ou containing citrix computer accounts, however, users folders still copied after logon servers. idea? systems engineer hi, thanks posting issue in forum. before going further, please provide more detailed information current issue? how did configure settings? , did linked gpo to? in order narrow down cause of issue, please try collect following information troubleshooting. gpmc.log ================== a. on domain controller, click start ->run, type gpmc.msc, load gpmc console. b. right click on "group policy result" , choose wizard generate report problematic computer , user account (please place appropriately). (choose computer , select proper user in wizard) c. right click   the resulting group policy result , click "save report…" => save report save report html file.  

One Way AD Trust - How to properly secure?

we in midst of conecting our new cloud colo wil host our applications on. 1 thing brought forest trust between 2 external domains. this requirement crucial combine community that our organization belongs in might security hole in shared environment that not part of our internal domain. im ok setting trust heard can sid filtering added security.  can please advise if true or not , if it is recommended setup such shared environment, issues think facing if i go 1 way trust plus sid filtering configuration. cheers! db  with 1 way trust, allowed access resources in 1 direction , not in other domain , there credentials prompt in other domain. can utilize selective authentication if want assign access particular resource. if aim provide access in 1 direction use 1 way trust. http://technet.microsoft.com/en-us/library/cc755844%28ws.10%29.aspx read below section in posted technet article "how sid filtering impacts operations " security considerations trusts

wsuscertserver service not started

hello, i trying implement wsus 3.0 sp2. i doing ssl , see service called " wsuscertserver " not started. moreover, set manual, reading that normal. should start service? thanks in advance. luis olías técnico/admon sistemas . sevilla (españa - spain) log on wsus server using account member of wsus administrators group or local administrators group. go start , type cmd , right-click command prompt , , click run administrator . navigate %programfiles% \update services\tools\ folder. in command prompt window, type following command: wsusutil configuressl   certificatename where: certificatename dns name of wsus server. sorry english Windows Server  >  Security

Reports get blank

i have .net application running iis 6.0 on windows 2003 64 bit architecture. usually, works fine reports (developed in crystal reprots x) get blank , header labels display , data not displayed. database oracle 11g. when re-start world wide web publishing service, gets fixed. regards abdul hi abdul99, thank posting in windows server forums, the issue has multiple components troubleshoot major application needs debug @ first instance. this forum doesnt support assistance on program related queries, need post question under .net development application forum check if code , if code not culprit next suggest post under iis. for convinience pasting links below for .net http://social.msdn.microsoft.com/forums/en-us/category/netdevelopment for iis http://forums.iis.net Windows Server  >  Windows Server

How to get Windows Server 2012 VDI Status via WMI (or other API)

Image
hi, need create custom dashboard displaying vdi connection info based on vdi solution in windows server 2012. i'm pretty trying programatically access information: i'm guessing since server manager can it's somewhere in cim/wmi. i've dabbled around in various rdms namespaces, , can vm state (off/saved/running) not connection state: $namespace = "root\cimv2\rdms" $classname = "win32_rdmsvirtualdesktop" $vdi = get-ciminstance -classname $classname -namespace $namespace i realize longshot, thought i'd ask if knew class can into. regards, Windows Server  >  Remote Desktop Services (Terminal Services)

UnauthorizedAccessException while trying to access COM component

hi, os: windowsserver 2008 r2 i have hosted dotnet website refers com component (vb6.0) internally on iis7 under application pool configured customized indentity (the user an admin in machine component resides). suspect problem indentity since if set 'localsystem' or 'domain\machinename' as identity site works fine means i can instantiate com component , not working if set other user ofcourse admin on same machine of same domain. error encounters "unauthorizedaccessexception" please me in getting head out of water. thanks in advance ! hi joydeep, fyi, the problem resolved adding service account user com application. start->run->dcomcnfg->com+ applications->mycomapplication->roles->createowner->users->add service account.   Windows Server  > 

instalar herramientas de soporte tecnico dcdiag.exe etc

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15326 en este enlace no aseguran que funcione si tienes un windows no ingles. ¿dónde puedo encontrar los paquetes para la instalación en castellano? gracias. no dispongo del cd de instalacion, por que era un w2003 se (sin sp) tengo metido el sp2 de un redristibuible. era una licencia vlk. el cd se supone que lo tengo, pero supongo que de ahí no se se sacara. hola, el instalador del link que pasas, tiene que funcionarte, realmente no conozco o al menos yo nunca vi un dcdiag en español... alguien se ofrece traducirlo? yo no tengo drama, pero necesitaran esperarme un tiempo :=) ja! salu2 leonardo ponti mcts: microsoft certified technology specialist mpn: microsoft partner network mcc: microsoft community contributor 2011 mcse: microsoft certified systems engineer (windows server 2003) mcsa: microsoft certified systems administrator (windows server 2003) mva: microsoft virtual

%windir%\WSV not in Standard?

i downloaded, , installed server 2008 standard, not include wsv folder documentation says.  have read should in versions standard, enterprise, , datacenter, not web.  not included standard? the current preview of windows server virtualization (wsv) included in windows server 2008 release candidate 0 (build 6.0.6001.16659) included in english version of windows server 2008 enterprise edition x64. Windows Server  >  Hyper-V

Use Disk2vHD P2V Server 2003 R2 Standard SP2 64bit, mount in Hyper V 2012 server display error loading operation system

hi all, i have used disk2vhd v2.1 p2v server 2003 r2 standard sp2 64bit, after added vhd file in hyper v 2012 server, it's showed error loading operation system, call tell me how do? thanks, stanley if spend time reading forum, find lots of people reporting problems when attempting p2v windows server 2003 installations.  recommendation build vm , install windows server 2003 r2 vm.  have 'successfully' converted, there many artifacts in image may cause problems down road.  building clean vm ensures when troubleshooting issue in future, not have consider fact system p2v'd , lurking in configuration process. even better creating new vm , installing windows server 2003 r2 vm install supported operating system , upgrade application running on current environment.  if application important enough still running, important enough running in supported environment. or, if insist on p2v route, search forum others have gone down path.  find many different su

What antivirus is Compatiable with Storage Server 2008

hi, what antivirus compatiable storage server 2008. suggestions alot. thanks sys admin @ cmh dave wolf hey there no such av designed storage server 2008, have observe through avs designed file servers or have better performance on file read/write : the current web site on benchmarking between avs trust is  http://www.av-comparatives.org/performance-tests/ http://www.av-comparatives.org/wp-content/uploads/2013/05/avc_per_201304_en.pdf u need dl last benchmark report , find own av suits best enterprise needs plus u need optimize av scan policy boost performance on box,the following link clue : http://support.microsoft.com/kb/822158/en-us   g luck Windows Server  >  Network Infrastructure Servers

How to record a macro to change after spacing to 6 pt

hello everyone,  i took mos word 2010 expert, , met question i'm wondering, need solve question.  the question is: "record macro change after spacing 6 pt , apply heading 1 styles"  so , here steps question: _ selected text  _ start record macro: using "paragraph dialog box" change after spacing 6pt  _ use navigate pane choose each heading 1 , run macro. so, true or false? because when came home, did again, see that, although change "after spacing" 6 pt macro recorded things in "paragraph dialog box" such as: left, right indent, line spacing, before spacing.., when applied macro each heading 1, changed things, not "after spacing".  so how can record macro without changing except "after spacing" 6 pt??  or can give right way question? thank much the following 2007 version 2010 should work in similar, if not identical, fashion (note added may 9/13 - tested on 2010 version. commands below same