invoke-gpupdate
I am missing the invoke-gpupdate cmdlet in windows 7, does that come only in win8/2012?
- Changed type Bill_Stewart Monday, October 19, 2015 4:19 PM
- Moved by Bill_Stewart Monday, October 19, 2015 4:19 PM Help vampire "question"
Reply:
Requires WS2012/W8 at a minimum:
https://technet.microsoft.com/en-us/library/hh967455(v=wps.630).aspx
Best advice - ALWAYS look at the documentation before asking a question.
------------------------------------
Reply:
- Posting guidelines
- Handy tips for posting to this forum
- How to ask questions in a technical forum
- Rubber duck problem solving
- How to write a bad forum post
- Help Vampires: A Spotter's Guide
-- Bill Stewart [Bill_Stewart]
------------------------------------
error with this - please help
I am trying to get a list of all services on a list of servers (servers.txt) that have a startmode of auto and state stopped
$servers = get-content c:\servers.txt
foreach ($server in $servers)
{ get-wmiobject win32_service -computername $server | `
where {$_.State -eq "Stopped" -and $_startmode -eq "auto"}
} | select systemname, state, displayname, startmode
but got error
An empty pipe element is not allowed
any idea?
but if I run it manually for one server it works fine
- Changed type Bill_Stewart Monday, October 19, 2015 4:18 PM
- Moved by Bill_Stewart Monday, October 19, 2015 4:18 PM Help vampire "question"
Reply:
- Edited by Mike Laughlin Tuesday, September 8, 2015 6:50 PM
------------------------------------
Reply:
- Posting guidelines
- Handy tips for posting to this forum
- How to ask questions in a technical forum
- Rubber duck problem solving
- How to write a bad forum post
- Help Vampires: A Spotter's Guide
-- Bill Stewart [Bill_Stewart]
------------------------------------
1 (good) reason for Home page icon
IF, one goes to Reading View for an article from the Home page and upon finishing reading the article hits the Home page icon, they go directly back to it w/out going to the 'normal' view of the article & then (another step/click) back to the Home page.
This is in addition to the fact that it is just nice to have a Home page icon, in general.
Cheers,
Drew
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
Privacy Rights Constitutional
I would like to start a discussion concerning what I feel is an invasion of our privacy by Microsoft. Or join a discussion already in progress. I would like to do something about it rather than just talk about the various ways our information is collected,sorted,sold and used.
This subject goes beyond just MS tho I think we have to start somewhere for the sake of our children's freedom.
The internet was created by U.S. government forces and as a true American I am glad that the World Wide Web belongs to us. However it seems to me that the majority of the American population is being treated as if we are third world wage slaves. Those who understand the power of big data and it's implications should be concerned. Again for the sake of our children. My perception is that it is destroying the American Dream as well as the future of peoples all around the world.
In simple terms I see it as the new Law Of The Jungle. Information IS power and the elephant in the room is about to sit on all of us is the way I see it. Class Action Anybody? MS has very deep pockets. They hold the resources we used to feed our children with.
- Moved by Just Karl Tuesday, October 27, 2015 8:28 PM Moving old questions.
Reply:
Hello,
The 'Academic Initiatives - Learning Resources' forum is for posts related to online / offline training / learning resources as related to Microsoft's Academic Initiatives.
I'd search on the Microsoft Answer Desk: http://support.microsoft.com/contactus/?ln=en-us for a place to complain.
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})
------------------------------------
Verify Infopath form is filled with all the required fields using SPD 2010
I created an InforPath form and published to a library. Now I created a workflow to send requester to complete the form. After requester enters all the details and submits on the form then need to finish the workflow. Then an approval workflow will start
If requester completes the workflow without filling the InfoPath form then Approval workflow will fail. So I want to verify 9 required fields on the infoPath form and then start the approval workflow, if not cancel the workflow.
Reply:
Hi,
You can set the fields on Infopath form as required, if the form is Web based online form.
If the form is 'Offline' or not web browser based, you can try the same logic in SharePoint designer before kicking off the approval workflow. Send an email to user, requesting to complete all the 9 required fields.
Start the approval workflow only if the 9 required fields are not empty.
------------------------------------
Reply:
I found it. In SPD I put 9 conditions if business problem is emapty or Risk is emapty or... then send an email to requester. It worked exactly the way I want.
Form already says 9 fields are required and submit button only enables after those fields completed. The issue
was Sharepoint workflow is independent of content. Thats the reason i have to put login in the workflow before next workflow starts. The above solutions worked.
------------------------------------
Windows 10 Enterprise LTSB Deployment fails with MDT 2013 Update 1 Preview
I understand that the MDT 2013 Update 1 is indeed still in preview, but I'm testing in my lab environment and would like to get a handle on what may be causing my test deployment to fail.
The reference computer is a Hyper-V Virtual Machine, 4 Gb RAM, 80 Gb VHD. Windows 10 is installed, all of the apps were installed, custom StartXML exported for group policy, everything updated. I connect to \\servername\deploymentshare$ to access the MDT scripts and I run LiteTouch.vbs, runs me through; credentials and task (Sysprep & Capture) and I am left greeting with the very long error message which I have transcribed verbatim because I can't seem to figure out how to cut and paste it out of the summary window... If someone can interpret it and give me some guidance or tips, I would be indebted.
Thanks,
Daniel
Unable to find Sysprep.inf, image deployment may not be automated
FAILURE ( 6101 ): False: Check for file :\\SERVERNAME\DeploymentShare$\Operating
Systems\Windows 10 Enterprise 2015 LTSB x64\SUPPORT\TOOLS\DEPLOY.CAB
Litetouch deployment failed, Return Code = -2147467259 0x80004005
SetNameSecurityInfo () failed
SetObjectOwner () failed. 0x0070005
RegQueryValueExW is unsuccessful for Software\Microsoft\SMS Task Sequence,
SMSTSEndProgram
GetTsRegValue() is unsuccessful. 0x80070002
Failed to run the action: Execute Sysprep.
Unknown error (Error: 000017D5; Source: Unknown)
The execution of the group (Capture Image) has failed and the execution has been aborted.
An action has failed.
Operation aborted (Error: 80004004; Source: Windows)
Failed to run the last action: Execute Sysprep. Execution of task sequence failed.
Unknown error (Error: 000017D5; Source: Unknown)
TaskSequence Engine failed! Code: enExecutionFail
Task sequence execution failed with error code 80004005
SetNamedSecurityInfo() failed.
SetObjectOwner() failed. 0x80070005.
RegQueryValueExW is unsuccessful for Software\Microsoft\SMS\TaskSequence,
SMSTSEndProgram
GetTsRegValue() is unsuccessful. 0x80070002.
Error Task Sequence Manager failed to execute task sequence. Code 0x8004005
Failed to run the action: Execute Sysprep
Unknown error (Error: 000017D5: Source: Unknown)
The execution of the group (Capture Image) has failed and the execution has been aborted.
An action failed.
Operation aborted (Error: 80004004; Source: Windows)
Failed to run the last action: Execute Sysprep. Execution of task sequence failed.
Unknown error (Error: 000017D5; Source: Unknown)
Task Sequence Engine failed! Code: enExecutionFail
Task sequence execution failed with error code 800004005
SetNamedSecurityInfo() failed.
SetObjectOwner() failed. 0x80070005
RegQueryValueExW is unsuccesful for Software\Microsoft\SMS\Task Sequence,
SMSTSEndProgram
GetTsRegValue() is unsuccessful. 0x80070002.
Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
Failed to run the action: Execute Sysprep.
Unknown error (Error: 00017D5; Source: Unknown)
The execution of the group (Capture Image) has failed and the execution has been aborted.
An action failed.
Operation aborted (Error: 80004004; Source: Windows)
Failed to run the last action: Execute Sysprep. Execution of task sequence failed.
Unknown error (Error: 000017D5; Source: Unknown)
Task Sequence Engine failed! Code: enExecutionFail
Task sequence execution failed with error code 80004005
SetNamedSecurityInfo() failed.
SetObjectOwner() failed. 0x80070005.
RegQueryValueExW is unsuccessful for Software\Microsoft\SMS Task Sequence,
SMSTSEndPRogram
GetTsRegValue() is unsuccessful. 0x80070002.
Error Task Sequence Manager failed to execute task sequence. Code 0x80004005.
- Changed type Michael_LS Tuesday, September 8, 2015 3:18 AM
Reply:
Daniel,
I got the same surprise. You are the first ref to this error I got the same. Could this be a 'SKU' error?
I mean that there is a Volume SKU with a KMS key possibly?
I am working with other imaging engineers and am ready to see who else got this.
Unable to find Sysprep.inf, image deployment may not be automated
FAILURE ( 6101 ): False: Check for file :\\MDT02\DS_Create\Operating
Systems\Windows 10 Enterprise 2015 LTSB x64\SUPPORT\TOOLS\DEPLOY.CAB
Litetouch deployment failed, Return Code = -2147467259 0x80004005
We can always defer to Johan Awidmark & or/ Micheael Niehaus. If you have a previous ETP mount the image and see if this dir exists previously as in 8.1 SUPPORT\TOOLS\DEPLOY.CAB
Let me know if you find this. I will certainly do the same. Tom Maguire
------------------------------------
Reply:
Of course I had thought that perhaps when I imported 10 Enterprise LTSD into MDT that perhaps it had not done so correctly, because there is no \SUPPORT\TOOLS\DEPLOY.CAB file there. So I went and I looked in other operating systems that were imported into MDT. Because of my environment I keep Windows 7, 8.1, and now 10 in MDT and none of them have that path & file.
- Edited by Daniel P. Cayea Friday, August 7, 2015 3:56 PM
------------------------------------
Reply:
In 7/8.1
you should see
logging
migwiz
tools
when you mount the *.iso....you have to have the original source with these DIR...
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
------------------------------------
Reply:
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
------------------------------------
Reply:
Lets just go to the source....I am on linked in now and putting the q? to Johan Arwidmark.....he wrote this deployment....and his does not show any issue?....I mean does this seem like a STUPID Q? to you?....it does to me!?.....maybe that is the new IT!? Doh?!Ask him and see what he says, because I'm under a gun to get 100+ workstations deployed before 9/1 and with software assurance I had hoped to get ahead with Windows 10, but if I have to do Windows 8.1 then so be it.
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
Nota Bene....
Note specifically...
Note #1: Having a local WSUS server is useful for any type of deployment but in the case of Windows 10 it's almost a must since currently Windows 10 cannot be allowed to connect to Internet, or the Sysprep process will fail (known issue).(My note: You better install WSUS on your MDT Server on Hyper V....you only need a DC01...and MDT 2013 U1 Server w/ WSUS...and the updates for the C++ Runtimes....also he is here referring to the Previous TP not this 10240...)you can see here SYSPREP Failure was already an issue....but we can ask in any case..still have to make sure you have exhausted all possible sources of error and have the right setup before you post to MVP's....I need to back off and check everything before I ask these guys...I am just going to rebuild the MDT 2013 Update 1 Server....
Note #2: If you want to build a Windows 10 reference image for SCVMM 2012 R2, simply follow this guide to get the WIM file, and then use the Convert-WindowsImage.ps1 script on TechNet Script Center / Gallery to convert it to a VHD or VHDX file for VMM.
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
------------------------------------
Reply:
Okay,
In any case the idea is to get way more out of this than we are putting in. Since this is capable of deploying all Win 7, Win 8.1, 10...and we can see that Win 7, 8.1 have the requisite DIRs under SUPPORT\TOOLS\.....and to eliminate error I am importing all 3 and doing a minimal TS all inclusive and choose which OS to deploy...ideally one TS should be able to do this....although you may want to keep previous and separate TS....or just migrate the pieces you require.....like SP1 for Win 7 unless you slipstream....this is a test....this is a test.....I will spot the results....and go from there......I mean if there is such a stark difference in the iso....we would have to test and do so before we queue up to these guys....n'est pas?.....
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
Daniel
okay I have a successful Windows 8.1 Deployment on MDT 2013 and it looks just like SUPPORT\LOGGING and there are no other dirs. like Windows 7....it looks just like the Windows 10 but no bad messages....so I am going back to look at this again and deploy the very same TS on MDT 2013 (not Preview!) U1....if you get and build HYDRATION SC2012R2 (I use this reconfigured to build my labs...and 2ndry sites and all....from Johan Arwidmark....you will see that the same DIR structure has no issue on Windows 8.1....you can base build from this image and save mountains of time.....while we figure out the Windows 10 issue....and being on LTSB...you might not want to deploy until at least the 3rd phase feature iteration after October....and probably best if after January....then you can have Windows 8.1 (UEFI) ready and maybe an easier path to upgrade....
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
I've been downloading all of my ISO's off of the Volume Licensing Portal. I have not and haven't in a long time used the Download Manager only because I can not get it to work reliably. Are you saying that the contents of the ISO you get change depending on what tool you use to download? (i.e. Manager versus HTTP)Okay,
In any case the idea is to get way more out of this than we are putting in. Since this is capable of deploying all Win 7, Win 8.1, 10...and we can see that Win 7, 8.1 have the requisite DIRs under SUPPORT\TOOLS\.....and to eliminate error I am importing all 3 and doing a minimal TS all inclusive and choose which OS to deploy...ideally one TS should be able to do this....although you may want to keep previous and separate TS....or just migrate the pieces you require.....like SP1 for Win 7 unless you slipstream....this is a test....this is a test.....I will spot the results....and go from there......I mean if there is such a stark difference in the iso....we would have to test and do so before we queue up to these guys....n'est pas?.....
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
I went back to Windows 8.1 Enterprise on my Reference image in a VM, and I've been able to get a lot further with creating the image and uploading it. As I am writing this, it has restarted into Win PE and is in the process of building the WIM file for upload to WDS. So is it indeed Windows 10 LTSB or MDT 2013 Update 1 with Windows 10 LTSB issue, since MDT 2013 Update 1 is what my Windows 8.1 Enterprise Reference image is uploading with.Daniel
okay I have a successful Windows 8.1 Deployment on MDT 2013 and it looks just like SUPPORT\LOGGING and there are no other dirs. like Windows 7....it looks just like the Windows 10 but no bad messages....so I am going back to look at this again and deploy the very same TS on MDT 2013 (not Preview!) U1....if you get and build HYDRATION SC2012R2 (I use this reconfigured to build my labs...and 2ndry sites and all....from Johan Arwidmark....you will see that the same DIR structure has no issue on Windows 8.1....you can base build from this image and save mountains of time.....while we figure out the Windows 10 issue....and being on LTSB...you might not want to deploy until at least the 3rd phase feature iteration after October....and probably best if after January....then you can have Windows 8.1 (UEFI) ready and maybe an easier path to upgrade....
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
Daniel,
I am sure we will resolve this issue.
***************************************************************************
Okay so are we both on course that the Exact Same TS, stepwise in a minimal ref. image creation on MDT 2013 U1,ADK W10, with the updated files, works for Windows 8.1 x64 (On Hyper V using DC01, MDT01...) and fails on Windows 10 10240....that is just runtimes for VS C++ and .NET image creation with no errors (W8.1)....using a VM that is....?Hyper V or VMWare....?...assuming this is the case this should be not so difficult an issue...I mean you see how large the queue is already....I don't see this issue we got anywhere else mentioned....
You edit the Windows 10 LTSB from the Properties Page and can generate the catalog ok (WinSim launches ok...to generate the catalog)....and the Version of the ADK is 10.0.26624...or higher?...
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
D,
That is ADK 10240...and you ask for from Props. 'Edit Unattend....' generate *.clg....and then you know you have the correct ver. with ADK 10240 and Updated MDT 2013 U1....
I prefer SuseStudio....to all this.....on prem image gen....this is the way of the DoDo!.....good luck....tm...
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
I am actually having the same problem with my Windows 10 Enterprise/WAIK 10/MDT 2013 U1 environment.
Physical vs Virtual makes no difference.
Has anyone found a solution for this yet?
------------------------------------
Reply:
Daniel,
Install the MDT 2013 U1 onto a Windows 10 Machine. Open the image with Windows System Image Manager.
You will see the image will open and catalog. That is the error you get (it cannot catalog the image on whatever machine you are using). I had MDT 2013 U1 on Server 2012R2. Same error but the same MDT 2013 U1/ ADK for windows 10 on Windows 10 the error does not happen.
Also this is an eval. You might need an MSDN or VOL Lic. image or at least KMS....I have a different image also I am going to try today because I really need to deploy from Server 2012 R2/ SCCM 2012R2
I really think that creating a reference image on a physical machine is just not a good idea....I know there is a MS Doc showing how to do this....but ask any MVP....it is a bad idea!....(that MS Doc is just plain WRONG!)...
Thomas Maguire Image Engineering Unisys
------------------------------------
Reply:
I'm having the same exact error on my deployment. I'm using Windows 10 Enterprise x64 with MDT 2013 Update 1. Unable to find Sysprep.inf and is looiking for that same path, .\SUPPORT\TOOLS\DEPLOY.CAB.
If I run Sysprep manually, it works fine. I may go this route and capture the WIM manually for the time being until a fix is in place.
--Aaron
------------------------------------
Reply:
A workaround I did was to first install Win10 on a virtual manually, used <CTRL><SHIFT><F3> to put it into "audit mode", and then save a checkpoint. I then created a "Sysprep and Capture" task sequence in MDT putting all of my installs, configurations, updates, and restarts there, along with my modified unattend.xml. I ran the .\Scripts\litetouch.vbs scripts to start the capture process and everything seems to have worked fine. The only caveat is that make sure the Sysprep window is closed when MDT goes to Sysprep your image or you'll get an error that the program is already running.
--Aaron
- Edited by Darth Mongo Tuesday, September 8, 2015 1:43 PM
------------------------------------
How Can I upgrade Storage Server 2012 to Storage Server 2012 R2
- Changed type MedicalSMicrosoft contingent staff Wednesday, September 9, 2015 6:08 AM
Reply:
Hi,
Thanks for your post.
As far as I know, the Storage Space created in Windows Server 2012 isn't automatically upgraded to the new Windows Server 2012 R2 Storage Space version.
But according to the article, we could update from Windows Storage Server 2012 to Windows Storage Server 2012 R2
https://technet.microsoft.com/en-us/library/Dn303416.aspx
Could you please try to use Update-StoragePool command to manually upgrade.
https://technet.microsoft.com/en-us/%5Clibrary/Dn454980(v=WPS.630).aspx
Best Regards,
Mary Dong
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
------------------------------------
Reply:
Well unfortunately my 2012 Storage Server STD license is OEM and Microsoft does not allow you to go to R2 unless it's a volume license. I wouldn't feel comfortable releasing a product version unless everyone was entitled to the upgrade who legitimately purchased a license. But hey, stay Microsoft and maybe one day we won't have to contact them for our business infrastructure software. I pray Microsoft gets replaced with a more ethical and thought out company opposed to the savages that run wild there now. Microsoft is nothing but a money hungry Monopoly. I'll step off my soap box now.Hi,
Thanks for your post.
As far as I know, the Storage Space created in Windows Server 2012 isn't automatically upgraded to the new Windows Server 2012 R2 Storage Space version.
But according to the article, we could update from Windows Storage Server 2012 to Windows Storage Server 2012 R2
https://technet.microsoft.com/en-us/library/Dn303416.aspx
Could you please try to use Update-StoragePool command to manually upgrade.
https://technet.microsoft.com/en-us/%5Clibrary/Dn454980(v=WPS.630).aspx
Best Regards,
Mary Dong
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
------------------------------------
Reply:
Hi PPlbrad,
Mary take "Windows Storage Server" as "Windows Storage Space" by mistake. Sorry for any confusion it may cause.
Back to the question. Please understand that for standard version, Windows Server 2012 and Windows Server 2012 R2 are considered as 2 different operation systems - like Windows 2008 vs Windows 2008 R2.
For client users, Windows 8 could be upgraded to Windows 8.1 for free. But in order to upgrade to Windows 2012 R2, we need to get a new license as you said (I cannot confirm if there is any discount if we would like to upgrade from Windows Server 2012).
Specifically for the Windows Storage Server system, as you said it is an OEM system. Generally upgrade options are provided by OEM manufacturer. You can contact your OEM vendor to see if they offer any option by upgrading the operation system.
Sorry again for the above mistake and thank you for the post!
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
------------------------------------
Active Directory Restore
HI,
I took backup of Active Directory. i rebuild server and resintall DC. Now i am looking to wbadmin command version.
wbdmin get version--
it s not showing. then how can i recover my backup.
THanks
Reply:
Hello,
please follow steps outlined in https://technet.microsoft.com/en-us/library/cc753359(WS.10).aspx
Best regards
Meinolf Weber
MVP, MCP, MCTS
Microsoft MVP - Directory Services
My Blog: http://blogs.msmvps.com/MWeberDisclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
Twitter:------------------------------------
test
Don <br/> (Please take a moment to &quot;Mark as Answer&quot;, where applicable. <br/>)
Reply:
Don <br/> (Please take a moment to "Mark as Answer", where applicable. <br/>)
------------------------------------
Reply:
Don <p/> (Please take a moment to "Mark as Answer", where applicable. <p/>)
------------------------------------
Reply:
Don <p;gt; (Please take a moment to "Mark as Answer", where applicable. </p>)
------------------------------------
Reply:
Don <p;gt; (Please take a moment to "Mark as Answer", where applicable. </p;gt;)
------------------------------------
Reply:
Don
------------------------------------
How to create chart from list in Office 365 preview online
As, there was a chart web part in previous versions of sharepoint,
I want to display the same charts (Dynamic) from a list in office 365 preview.
How could i do that?
i found that it is replaced by Excel services, but in such a scenario i have to update that
excel every time and upload it....It's not good for real time practices.
- Changed type NirajZ Tuesday, September 10, 2013 6:29 AM
Reply:
Hi,
According to your description, I know you want to create chart from list in Office 365 online.
Here is a solution for your reference:
We can use JavaScript Charting Library Chart.js to achieve it. Embedding this Chart Library in your site and a little JavaScript code it's possible to create a Dynamic Chart that renders from the Data stored in SharePoint lists within your SharePoint Site.
More information is here:
http://www.simego.com/Blog/2013/09/Charts-and-Office-365-SharePoint-Online
Best RegardsDennis Guo
TechNet Community Support
------------------------------------
Reply:
------------------------------------
Reply:
Hi,
The JavaScript Charting Library Chart.js is based on HTML5 Canvas.
If your browser does not support HTML5, it will not work.
Here are some other JQuery Chart Libraries for your reference:
http://codegeekz.com/best-jquery-chart-libraries-for-building-interactive-charts/
I suggest to use HighCharts , it supports more browsers.
Best Regards
Dennis Guo
TechNet Community Support
------------------------------------
Reply:
Look at http://www.aasoftech.com/SitePages/How%20to%20create%20a%20Chart%20from%20SharePoint%20List.aspx
On this link you see How to create a Chart from SharePoint List.
There is a kit available for you to download and use. This code uses client object model and doesn't work for anonymous user.
------------------------------------
Reply:
Hi Dennis,
When i use Chart.Js i found error while debugging the code as 'Chart' is undefined at following line of code
new Chart(ctx).Line(data);
I referenced the correct files for Chart.js
Please suggest best possible way to remove this error
------------------------------------
For Office 2016 (word) users
Good day people!
What do you think of Office 2016 so far (especially on Word)?
help !!!
- Changed type MedicalSMicrosoft contingent staff Tuesday, September 8, 2015 5:47 AM non tech
Reply:
1. Do not use subject like this one. More constructive subject will attract attention of IT specialists.
2. You have hide something important as there is no reason for password lost.
3. I do recommend different forum, namely answers.microsft.com
HTH
Milos
------------------------------------
Reply:
Hi,
I assume the "Outlook" account means the Outlook email account. It was logged on automatically for sometime so you forgot the password.
In such situation you will need to try password recovery steps. I cannot confirm if Customer Service will help on such kind of issue but you can have a try if recovery steps still cannot help.
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
------------------------------------
Fix NAP documentation links
If you come across a link such as https://msdn.microsoft.com/en-us/library/cc770670.aspx and the page is missing the navigation menu on the left, just change "msdn" to "TechNet" in the link, for example:
https://technet.microsoft.com/en-us/library/cc770670.aspx
Several NAP documentation pages have become orphaned when MSDN is in the URL due to a publishing bug.
- Edited by Greg LindsayMicrosoft employee Tuesday, September 8, 2015 2:04 AM
Search Service Application not applying changes made in Thesaurus files - Sharepoint 2010
Hi All,
I was trying to make use of Thesaurus files to make some group of synonyms which can improvise search results in the web application.
But I did not want other Web Applications to get affected because of changes made in thesaurus files, So I created a New Search Service Application with Application Pool for Search Admin Web Service : Sharepoint Web Services Default and
Application Pool for Search Query and Site Settings Web Service: Sharepoint Web Services Default
The default Search Service and the new search service had same properties just that name was different.
I created a new web application and used the new search service application , but found that results were affected because of changes made in thesaurus files . There are two separate GUIDS created under the path C:\Program Files\Microsoft Office Servers\14.0\Data\Office Server\Applications and separate copy of thesaurus files … But I am not able figure out how the new web application is also getting affected by the old search service .I have chked the thesaurus files at both locations .
Thanks,
Pallavi
Reply:
THe GUIDs are the right way to determine whay Application files to change. After you make the changes tothe Thesaurus files you have to stop and start the SharePoint 14 Search Service.
Matthew
Matthew McDermott, MVP SharePoint
------------------------------------
Reply:
Hi Pallavi,
Which files did you amend? Basically, if you amend the files in C:\Program Files\Microsoft office servers\14.0\Data\Office Server\Config, then these files are applied to every NEW search service application that you create from that point on.
If you want to affect only the new one that you built, then you'll need the GUID of the newest search service application as Matthew points out. Then if you look in C:program files\microsoft office servers\14.0\Data\Office Server\Applications\##GUID##-query-0\config, this is where you should be amending your TSxxx.xml file to affect search results for that query server.
If that isn't the one you've amended, do that, then stop/start the SharePoint Server Search Service.
The last thing you need to do is make sure that your web application is using the right search service application. You will need to amend the service application group of your web application to use a new custom service application group. This will enable you to choose the new search service application to handle your queries, not the old one.
Paul.
Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and prevents the same questions being asked multiple times.
- Edited by Paul Hunt - CimaresMVP Sunday, June 10, 2012 8:49 PM
------------------------------------
Reply:
Hi Paul,
I have edited the files which are under C:\Program Files\Microsoft Office Servers\14.0\Data\Office Server\Applications\**GUID**\Config\tsenu.xml file .
When i created a new webapplication i had selected the the new search service app and unchecked the default search service app .
I have restarted the sharepiont search service .
But Still changes made in the old (initial app) search service app affects the new web application.
How can find out details about which serach service application is used by the web application through commands ?
Thanks,
Pallavi
- Edited by Pallavi G.L Monday, June 11, 2012 4:25 AM
------------------------------------
Reply:
Hi Pallavi,
Ok, can I check that your language on the server is set to English (US) as this is the Thesaurus file that you're editing. if it's not, then try editing TSNEU.xml. This is the Neutral language Thesaurus and is applied to EVERY search regardless of language settings.
Also the location should be ##GUID##-query-0/config not ##GUID##/config
I'm just working out which Powershell commands should give you this GUID and will psot them shortly.
Paul
Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and prevents the same questions being asked multiple times.
- Edited by Paul Hunt - CimaresMVP Monday, June 11, 2012 8:39 AM
------------------------------------
Reply:
Ok, the best way to confirm exactly which Search Service application is running with your Web Application through powershell is:-
$wa = get-spwebapplication "YourURL" $wa.ServiceApplicationProxyGroup
That will confirm whether the default is being used or not. Then use the following commands to verify the GUID.
$wadp = $wa.serviceapplicationproxygroup $wadp.proxies
You should see the defined search service proxy listed here.. (Note it's the proxy, not the search service so this still isn't the GUID we need, but copy that .)
$ssproxy = get-spserviceapplicationproxy -id ###GUIDhere## $ssproxy.GetSearchServiceApplicationInfo()
This lists the Search Service application ID in use by this proxy, now we can get a reference to the search service itself.
$ss = get-spserviceapplication -id ##GuidfromSearchServiceInfo##
get-spenterprisesearchquerytopology -searchapplication $ss
Outputs:
Id : df0ee95e-3803-4dd5-9ae4-6a075178e514 IndexPartitions : {2ce69f99-fced-4054-b73a-a594b94a421a} QueryComponents : {} State : Inactive ActivationError : Id : 8d01d38a-27cc-479d-8f0f-a2d1b1e932e8 IndexPartitions : {3414a897-3fda-4e02-8373-84d1e761d50e} QueryComponents : {4d3f3db8-a11f-48c6-9d99-201bd52994e5-query-1, 4d3f3db8-a11f- 48c6-9d99-201bd52994e5-query-0} State : Active ActivationError :
That should confirm which GUID you should be editing the Config files for to affect it in the section marked QueryComponents
Good luck.
Paul.
Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and prevents the same questions being asked multiple times.
------------------------------------
Reply:
Hi Paul ,
Thanks a lot for the knowledge share . :)
1. My server has a Standalone Installation of Sharepoint 2010
2.In my server machine at the follwong path C:\Program Files\Microsoft Office Servers\14.0\Data\Office Server\Applications .....i have only folders with GUID no folders with GUID-query-0 .
3. I followed the steps which you had shared in powershell ,Output which i get after the last command is as follows:
Id : 90aa098b-0f7b-43da-9eea-8e564d3dc211
IndexPartitions : {04db9196-7a5b-4bdd-a974-4c668817dcdc}
QueryComponents : {}
State : Active
ActivationError :
I dont have any query components in it .
I was just going thru about query componenst .Itis mentioned that one can not create query components in a standalone installation.
Can u plz guide me on this .Is it bcoz my server has standalone installation it is affecting all the webapplications ?
Thanks in Advance .
Pallavi
- Edited by Pallavi G.L Tuesday, June 12, 2012 4:27 AM edit
------------------------------------
Reply:
Hi Pallavi,
I'm afraid I've not worked with standalone installs to that depth as they're quite restricted for future expansion so not really sure where you should look next I'm afraid.
If I get a chance today I'll stand up a new VM and check it out.
Paul.
Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and prevents the same questions being asked multiple times.
------------------------------------
Reply:
------------------------------------
Reply:
Hey guys,
I'm having the same issue with an scenario such as the Pallavi (2 web applications, each connected to a different search service application). Both web applications are taking the xml file for one of them.
Any ideas? Could you resolve your issue?
Thanks in advance,
Pablo
------------------------------------
Line classification in Administrative Task
It is possible that the team member have autonomy to classification yours appointments?
Error 000006be
So.... Any ideas how to fix this. I removed my printer drivers, have no printer hooked up and still get the same results.
Any help is greatly appreciated. or my printer is hp laserjet1010 can any driver
Reply:
Try typing in run: appwiz.cpl Locate the windows components in L.sub menu,in windows components,scroll
down to printer,chk all the boxes,if not already checked,exit.Once thru,open cmd,type: Sfc /Scannow
Once thru,type: CHKDSK C: /F agree to restart,type: EXIT restart pc
Back in windows,in run type: services.msc in msc,scroll to print spooler,double click,set to "auto start" start
service.Exit msc,next plug printer in other port at shutdown,try reinstalling it.
Microsoft has a utility called: printmigrator download and run it with new printer install
------------------------------------
Replacing text with a text box in MS Word
object in MS Word. I understand that there is already a PS script to replace a text in Word (https://gallery.technet.microsoft.com/office/fa2473ba-6d53-49f2-a93e-ce6eadb53293). I want to do the same, but replace with a text box instead. However, I've been researching on where I can start but I've been unsuccessful finding material on how to use powershell scripting with MS Word (beyond the basics). Any hints on this task would be great. Also, any advice links of where I can find documentation on using PS with MS Word such as classes, methods available to use with Word. Thanks!
- Edited by ttto65812 Monday, September 7, 2015 6:30 PM
Which settings for "MaxRecipientsPerMessage" will take precedence in the following scenario???
Dear All,
I am in the confusion about the following settings in the Exchange regarding the "MaxRecipientsPerMessage"
We are running exchange 2007 SP1 with RU 10 and we have 3 hub servers which are having the following settings.
1. Global Transport Settings Maximum Number of Recipients = 5000
2. Server1-> Client Server1 = 200, Default Server1 =5000, Connector-1= 200
Server2-> Client Server2 = 200, Default Server2 = 5000, Connector-1= 200, Connector-2= 200
Server3-> Client Server3 = 200, Default Server3 = 5000, Connector-1= 200
Each Server and Each Recieve Connector settings are taken from the command Get-ReceiveConnector -Server ServerName |fl
Clarification required for following queries;
1. If a user sends email from internal to external\internal which settings will precede?
2. Also there are no custom settings for the individual mailbox.
Regards,
Manju
Manju Gowda
Reply:
In your case, any transport server can process a message. First, User level settings will take precedence with other settings and then server and then global limit. the same will be applicable to Authenticated users, that is Internal users only.
If it is an Internal to internal email -> it is based on the hub transport server settings which is processing that email. There is no user level settings in your environment so server level settings apply first.
Same will be applied to the external emails, the default receive connector is set to 5000 and Global limit is set to 5000 so an user can sent 5000 emails at the time, when the recipient is more than 200, lets say 650, the first 200 recipients will be processed first and second 200 next and 3rd 200 next and last 50 on the next process. After completing the process the other emails will in queue will be process.
MVPs please inform if it wrong.
------------------------------------
Reply:
Dear
The answer is not that clear. What has preference on what?
I know User has preference on organization and connector. But what if you don't specify MaxRecipientsPerMessage at the user level under the following conditions:
- Organization: 5000, connector: 2000. What happens when someone sends to 3000 recipients over the connector?
- Organization: 2000, connector: 5000. What happens when someone sends to 3000 recipients over the connector?
- Organization: 5000, connector: 5000. What happens when someone sends internally to 8000 recipients ?
I hope that organization has preference over connector.
I'm looking for a document from Microsoft in which the preferences and order are described.
Thanks for the feedback.
Regards.
Peter
Peter Van Keymeulen, IT Infrastructure Solution Architect, www.edeconsulting.be
------------------------------------
Reply:
Hi Rajkumar ,
Thanks for the info .
Could you please share us any articles which is explaining about this precedence over "MaxRecipientsPerMessage" during the mail flow ?
Because it would help me and others .
Thanks & Regards S.Nithyanandham
------------------------------------
Exchange 2010 Powershell 3.0 Issue
Hello,
In exchange 2010 managemnet shell, the below error is noticed
Regards, Ajit
Reply:
I think we need a bit more information before we can give any answers to this problem. What version of Windows are you running, and was Exchange installed before PowerShell 3.0 was added? See http://blogs.technet.com/b/exchange/archive/2012/12/14/windows-management-framework-3-0-on-exchange-2007-and-exchange-2010.aspx for the reason for the questions. Also, "A. Exchange team has validated and supports Exchange 2010 SP3 running on Windows Server 2012, which comes with PS 3.0 by default. Please note that even when running on Windows Server 2012, Exchange 2010 SP3 will still use only PowerShell 2.0 functionality. Exchange team has not validated Exchange 2010 SP3 running on earlier server OSes (2008, 2008 R2) with WMF3 / PS3 installed, and we therefore do not recommend that configuration." This is from http://blogs.technet.com/b/exchange/archive/2013/02/12/released-exchange-server-2010-sp3.aspx
HTH ...
Will Martin ...
-join ('77696c6c406d617274696e2d66616d696c6965732e6f7267' -split '(?<=\G.{2})' | ? { $_ } | % { [char][int]"0x$_" })
------------------------------------
Reply:
Hello,
Thanks for the help.
This is a management virtual machine .,
OS : Windows 2008 R2 SP1
Exchange management tools is installed on this machine.
Regards, Ajit
------------------------------------
Reply:
Hi Ajit,
Run this command on the Mgmt PC:
winrm qc
Make sure you meet the pre-requisites.
Try disabling the firewall to test. Uninstall and Re-install it.
Go through steps in here Troubleshooting Exchange 2010 Management Tools startup issues:
http://blogs.technet.com/b/exchange/archive/2010/02/04/3409289.aspx
Article with similar error
The type initializer for 'Microsoft.Exchange.Diagnostics.ExTraceConfiguration' threw an exception
This article seem to have a solution:
Therefore, we must do the following:
1. Reinstall Exchange Manage Tools
2. In batch scripts to add the parameter "%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -version 2.0"
3. Rename or delete folders in profile "%userprofile%\AppData\Roaming\Microsoft\Exchange\RemotePowerShell"
Regards,
Satyajit
Please"Vote As Helpful" if you find my contribution useful or "MarkAs Answer" if it does answer your question. That will encourage me - and others - to take time out to help you.
- Edited by Satyajit321 Monday, September 7, 2015 9:08 AM
------------------------------------
Reply:
Hello,
Thanks for the help.
Event :
Log Name: Application
Source: Windows Error Reporting
Date: 7-9-2015 18:07:24
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: Server Fqdn
Description:
Fault bucket , type 0
Event Name: PowerShell
Response: Not available
Cab Id: 0
Problem signature:
P1: powershell.exe
P2: 6.1.7601.17514
P3: System.NullReferenceException
P4: System.TypeInitializationException
P5: unknown
P6: oft.Exchange.Diagnostics.SystemTraceControl.Update
P7: unknown
P8:
P9:
P10:
Attached files:
These files may be available here:
C:\Users\username\AppData\Local\Microsoft\Windows\WER\ReportArchive\Critical_powershell.exe_4fabcdf7532bfe17a44cd45b511ce052e7717_1103f6cc
Analysis symbol:
Rechecking for solution: 0
Report Id: 83b2913e-557a-11e5-81ee-005056ae0c71
Report Status: 1
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows Error Reporting" />
<EventID Qualifiers="0">1001</EventID>
<Level>4</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-09-07T16:07:24.000000000Z" />
<EventRecordID>4003109</EventRecordID>
<Channel>Application</Channel>
<Computer>server fqdn</Computer>
<Security />
</System>
<EventData>
<Data>
</Data>
<Data>0</Data>
<Data>PowerShell</Data>
<Data>Not available</Data>
<Data>0</Data>
<Data>powershell.exe</Data>
<Data>6.1.7601.17514</Data>
<Data>System.NullReferenceException</Data>
<Data>System.TypeInitializationException</Data>
<Data>unknown</Data>
<Data>oft.Exchange.Diagnostics.SystemTraceControl.Update</Data>
<Data>unknown</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>C:\Users\cgaterdalkar\AppData\Local\Microsoft\Windows\WER\ReportArchive\Critical_powershell.exe_4fabcdf7532bfe17a44cd45b511ce052e7717_1103f6cc</Data>
<Data>
</Data>
<Data>0</Data>
<Data>83b2913e-557a-11e5-81ee-005056ae0c71</Data>
<Data>1</Data>
</EventData>
</Event>
Regards, Ajit
- Edited by Ajit Chandrakant Monday, September 7, 2015 4:17 PM
------------------------------------
Windows 10 Home System Image issue
This isn't a question so much as a helpful tip to others...
Recently I upgraded a Dell Latitude E6500 laptop from Windows 7 Home Premium (64 bit) to Windows 10 Home. After tweaking configuration to suit myself I dumped a System Image to an external USB drive (WD, 750 GB) that I've previously used for various Windows 7 System Images.
Being a cautious person I decided to test the restore process (up to a point). First, I determined that you can't use a Windows 7 Repair disc, you have to make a new Windows 10 Repair Disc. Another interesting note, it takes MUCH longer to boot up on the Windows 10 disc... close to 5 minutes in my case. Then I discovered that the System Image restore process saw NO image on the external USB drive even though if I used the "browse for driver" function it could see the contents of the USB drive, including the image directories and files but they wouldn't appear in the image selection process. Very odd. Connecting the drive to my Windows 7 machine showed all the files intact, as well.
Finally, I decided to REFORMAT the external USB drive while connected to the Windows 10 machine, re-do the image and what do you know, the image was now available when viewed from the Windows 10 Repair Disc. When I look at the external USB drive in Disc Management, connected to my Windows 7 machine, the drive appears as a healthy basic drive BUT it has diagonal lines across the partition, unlike the other drives on the Windows 7 machine which appear as plain white.
What I get from all this is that apparently there's a change in NTFS in Windows 10 and the Windows 10 System Image process won't let you restore from a drive that wasn't formatted by Windows 10. This could be a serious "Gotcha!" down the road for a lot of users who don't reformat their Image drive with Windows 10 before making their first Image backup. Has anyone else noticed this?

No comments:
Post a Comment