Posts

I need AD Health status via Power Shell script

dear all, i need ad health power shell script , has sent via email report on daily basis can on this? thanks, pushparaj i found below script can used, request run these scirpts in test environment before executing in production. http://fearthemonkey.co.uk/using-powershell-to-perform-dc-health-checks/ http://www.wolffhaven45.com/blog/powershell/automate-some-active-directory-health-checks-via-powershell/ you can search scripts in below repository. http://gallery.technet.microsoft.com/ also, scripting related request, better post thread in dedicated scripting/powershell forum. http://social.technet.microsoft.com/forums/scriptcenter/en-us/home?forum=itcg awinish vishwakarma - mvp my blog: awinish.wordpress.com disclaimer posting provided as-is no warranties/guarantees , confers no rights. Windows Server  >  ...

Batch remove word doc pages from library

hi, i see there ways batch remove or add information word docs , have removed cover page word docs , put 1 document.  is there way remove cover , end pages word docs in batch?  i need remove cover pages of on 300 documents , last 2 or 3 pages well.   any suggestions? thanks, thupard deleting first page no problem, if it's in own section. removing pages end of document likewise no problem in , of itself, '2 or 3 pages' isn't vba can left decide - needs rules tell how decide whether delete 2 pages or delete 3 pages. if section breaks @ end of document involved, matters can become complicated when header/footer content , differences in page layout need considered. cheers paul edstein [ms mvp - word] Microsoft Office  >  Word IT Pro Discussions ...

Attach/Detach a VHD using Powershell

hello, is there anyway attach or detach vhd file using powershell v2? can diskpart command placing in batch file i'm looking way poershell. thanks in advance. milad sure, gwmi method you'll in powershell 2.0, sourced tech recipes.  $objvhdservice = get-wmiobject -class "msvm_imagemanagementservice" -namespace "root\virtualization" -computername "." #to mount vhd file: $objvhdservice.mount("e:\virtual\test\test.vhd") #to unmount vhd file: $objvhdservice.unmount("e:\virtual\test\test.vhd") http://www.tech-recipes.com/rx/3704/powershell-how-to-mount-a-virtual-hard-disk-vhd/ in windows 8, powershell 3.0 have built in diskpart cmdlets. http://www.thomasmaurer.ch/2012/04/replace-diskpart-with-windows-powershell-basic-storage-cmdlets/ don't forget mark posts answered drop off unanswered post filter. Windows Server ...

RDS 2012 R2 Farm problem with Remoteapp MMC comsoles

Image
hello, i have new 2012 r2 rds remoteapp farm web access (latest updates).  i published there several application, have problem mmc consoles(f-o console , hyper-v manager,dns) , don't know catch. i publishing application classical way: tasks->publish remoteapp programs -> choose failover cluster manager (hyper-v manager,dns) -> next -> publish the app visible on web access correct icon.  i can start it, instead of hyper-v,f-o or dns console starts empty mmc console. and on task-bar has standard rdp icon. funny thing is, server manager, active directory administrative console, , other apps behavior correctly. starting correctly, , have app specific icons in task-bar.  do have idea that?  hi martin, i published there several application, have problem mmc consoles(f-o console , hyper-v manager,dns) , don't know catch. when publishing remote programs, please whether check location information accurate. we can see defa...

Revision Headers

i use word mac 2008 on macbook pro.  i creating revision formal document , need know how change header on revised pages without affecting other headers or page numbering sequence within section.  unless apply section breaks before & after revision, that's not possible. in event, there cogent reasons not revising formal documents way - results can catastrophic. see: http://wordmvp.com/faqs/numbering/chapternumber.htm cheers paul edstein [ms mvp - word] Microsoft Office  >  Word IT Pro Discussions

Problem with Roaming profiles in Windows Server 2012?

please help? created folder roaming profile in root c:\ created user called user3 in user3 profile properties profile path keeps reverting \\server_name\shared_folder_na­me\user3 when try input \\server_name\shared_folder_na­me\%usern...‡ doing wrong? thanks in advance, newbie evaluating windows server 2012 hi, based on test, got same result you. it known %username% automatically replaced user name first time user signs in. %username% name of user whom profile applies to. if want change path of roaming profile, may input different path in network share folder of roaming profile exists. best regards, frank shen Windows Server  >  Windows Server General Forum

Converting the install.wim to install.esd file

hi using only the   microsoft utilities , how i convert the install.wim install.esd file ? thanks bye balubeto basically not.  unsure why want to.  can create iso esd not (afaik) other way round wanikiya , dyami--team zigzag Windows 10 Insider Preview  >  Windows 10 Insider Preview Setup and Installation