Don't use for advertisement
- Moved by Steef-Jan WiggersMVP Monday, February 15, 2016 10:33 AM Not BizTalk related.
Reply:
It appears that all posts by those two users have been deleted.
In the future, use the "Report as abuse" selection at the bottom of a post to flag it as "Spam/advertising". The forum administrators will delete the posts and ban the user. I try to mark at least a few of the posts. Sometimes the admins delete them almost immediately. Sometimes it takes a few hours.
Richard Mueller - MVP Directory Services
------------------------------------
Reply:
Thanks, If my reply is helpful please mark as answer or vote as helpful.
------------------------------------
Help for using open source technologies with Azure now available!
Welcome to MSDN Azure forums, on these forums:
Azure Cloud service (worker role and web role)
Developers can now get help on creating, debugging, and hosting their apps created in PHP, Java, Python and Node.js on Azure.
To get started building Azure apps please see the http://azure.microsoft.com/en-us/documentation/ page in Azure documentation center. Leveraging Azure compute/storage emulator locally to create your first cloud app, and tutorials are available for almost all of Azure features.
It is strongly recommended that even experienced developers at least skim the documentation before starting on an Azure app. There are a number of preview features, capabilities, and best practices that you should be aware of before designing and writing your app.
Use the following tags in questions' title/ subject to help identify the specific technology for which you are asking the questions:
Please use no more than one of the following:
[PHP] Post is specific to Azure apps that created by PHP language.
[Java] Post is specific to Azure apps that created by Java language
[Python] Post is specific to Azure apps that created by Python language
[Node.js] Post is specific to Azure apps that created by Node.js language
Examples:
[PHP] How can I send an Email using PHP on Microsoft Azure?
[Java] How to resolve a 403 error for a Java website which deployed on Azure web app?
[Python] How to access the list of Azure AD groups using python?
[Node.js] Can not get a nodejs app using socket.io to work as (Web App with IIS)
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
- Changed type Will ShaoMicrosoft employee Monday, June 29, 2015 8:57 AM
- Edited by Jambor yaoMicrosoft employee Wednesday, September 9, 2015 2:32 AM modify
Reply:
------------------------------------
information for scripting on site's
hi all
first of all i wanna say and ask
i dont wanna use the scripts for cheating
only for faster collecting of bonuses of click games
and i wanna know what i ask is even legal because the things i ask are for site's that dont belong to me
dont wanna do any harm only make it myself a bit easier
als i wanna say i dont ask to make my scripts
butt maybay learn me or schow me
willing to learn some stuff butt dunno if i first need to read all of
https://technet.microsoft.com/en-us/scriptcenter/dd772284.aspx
i play some click games on fb
really like the game but don't like to collect bonuses
because they take to much time
few days ago some one pointed me a way
on some auto collector site to use some script to select all checkboxes ( not my site )
press f12
$(':checkbox').each(function() {
this.checked = true;
});
and how i change the time between clicks
example : right click
: inspect element
: <select id="interval">
<option value="10000"> 10 Seconds</option>
<option value="5000"> 5 Seconds</option>
<option value="20000"> 20 Seconds</option>
<option value="30000"> 30 Seconds</option>
<option value="40000"> 40 Seconds</option>
<option value="50000"> 50 Seconds</option>
<option value="60000"> 60 Seconds</option>
</select>
now change 10000 to 1000 to change the time from 10 sec to 1 sec
this is very nice butt every time
i refresh i need no repeat this step i would like to know if there a way i can change this so i dont need to do this all the time
there is also an other site i use sometimes to collect but there are the avatars clickable
but no checkboxes here you need to click a avatars bar to collect the bonus
now using grid
clicker to make its faster but would know if its possible to collect the full page at once like i do on the other page
tnx in advance- Moved by Bill_Stewart Saturday, September 19, 2015 6:38 PM Off-topic/impossible/unanswerable drive-by help vampire question
- Changed type Dave PatrickMVP Sunday, September 20, 2015 1:12 PM
Cortana coming to more countries
Later this year to Insiders (first) to Brazil, Mexico & French Canada.
I now have it on my Insider Build w/out changing Region to United States (smile)
Cheers,
Drew
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
- Edited by Drew1903 Saturday, September 19, 2015 5:18 AM
Wondering about things in Windows 10??
Cheers,
Drew
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
Yahoo does not show pictures on screen all the time .
Reply:
I shall suggest you to download and install the latest Flash Player.
https://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html
Make sure you have installed the latest graphic card driver.
S.Sengupta, Windows Experience MVP
------------------------------------
Email editing for Windows 10
- Edited by columbo612 Friday, September 18, 2015 7:35 PM I didnt specify "email contact editing"
Clear Cache: Issue
When attempting to clear the power query cache from excel, excel hangs and never removes the cache. I've tested this on windows 7 (32 bit only) and windows 10 (64 bit only). The cache has ranged from 325 mb to 4000+ mb.
Is anyone else finding a similar issue?
Reply:
------------------------------------
RSAT Tools RDS
Reply:
Same here. I just installed the Win 10 RSAT tools and so far DHCP, RDS (2012 r2 farm/collection), and Failover Cluster Manager (H-V 2012) don't work at all. These are the things I need every day. What does work (of the tools I fairly regularly use):
1. ADUC
2. DNS
3. GPMC
4. Print management
Disappointing.
DLovitt
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Problem configuring ARR to ignore client certificate request (80072F0C error returned)
We heavily use ARR and IIS for our Platform As A Service solution. Recently we have started working on a feature to allow our customers to enable encrypted traffic across the board for their .NET applications. As we were working on that, we encountered a difficulty with ARR and we were hoping you can help us or direct us to the right person. If this is not the proper channel of communication, let us know and we can adjust.
The problem seems to be, even though we're attempting everything we can find to indicate that we don't care about a client cert, there still seems to be a client certificate request coming from the service, if nothing is returned then the request still goes through (I believe because of the settings we have in place), but unfortunately it seems when ARR receives the client cert request, it just fails the request.
Below is a link to a sample app that reproduces roughly the endpoint we're creating, to simulate the issue we saw in the Apprenda code. This makes it easier to test and reproduce.
Any help, ideas or advice is much appreciated. thanks!
Link to Sample Application on OneDrive: http://1drv.ms/1LAl8Sf
Repro instructions
Launch the attached test application as an administrator (the attached certificate will be added – it has a password of "password")
Request one of the test URLs in chrome
URLs
<tt>https://localhost:12047/TestService/Test</tt> <tt>https://localhost:12048/TestService/Test</tt>
Observe that chrome prompts for a client certificate
Both endpoints exhibit the same behavior.
Select either OK or Cancel
Observe that the request is successful
Launch IIS and go to Server Farms and click on "Create a Farm"
Configure the farm
Name the farm TestFarm
Configure the test app as a server in the farm
- Use localhost or the host's hostname for host
- Configure the https port as either 12047 or 12048
When prompted, there is no need to create a rule
Configure and attempt health test
Select the farm in IIS Manager and go to Health Test
Configure the test URL
Click Verify and observe that verification fails with error code 80072F0C.
Our best research (bingling) suggests that 80072f0c is 'A certificate is required to complete client authentication'
m2 -- This posting is provided "AS IS" with no warranties, and confers no rights.
How to add External IP Address of Firewall using powershell
Hi
I am trying to setup FTP using powershell in an Azure VM
In FTP Firewall Support how do I add value for External Ip Address of Firewall using powershell.
Thanks
Kumar
Reply:
------------------------------------
Guru Venkataraman - Senior Program Manager at Microsoft
- Edited by TBerg Friday, September 18, 2015 6:43 AM
Reply:
This means he would be moving on to pursue new opprtunities and would no longer be working at Microsoft. :)
Regards <br/> When you see answers and helpful posts,<br/> please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
------------------------------------
Reply:
------------------------------------
Reply:
He's looking for something new.
Don't read too much into this. He's been in that post for an unusually long time.
------------------------------------
Reply:
Hi John,
Does this effect new releases of Biztalk?
------------------------------------
Not able to restart FTP after adding data channel port using powershell
Hi
Not sure if this is a bug or incomplete syntax. in Windows 2012R2 with IIS8.5 I have setup FTP. When i ran the below PS script I did not get any error (not any confirmation)
Set-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST' -filter "system.ftpServer/firewallSupport" -name "lowDataChannelPort" -value 7014
Set-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST' -filter "system.ftpServer/firewallSupport" -name "highDataChannelPort" -value 7000
This script was generated by IIS Configuration Editor
But after that i ran the below commands and ftp would fail to start
net stop ftpsvc net start ftpsvc
Error:
net : The Microsoft FTP Service service could not be started.At line:1 char:1
+ net start ftpsvc
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (The Microsoft F...not be started.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
A system error has occurred.
System error 13 has occurred.
The data is invalid.
However if I ran this
cmd /c \Windows\System32\inetsrv\appcmd set config -section:system.ftpServer/firewallSupport /lowDataChannelPort:"7001" /highDataChannelPort:"7015" /commit:apphost
and tried to start FTP, it would start without error.
Thanks
kumar
- Changed type MedicalSMicrosoft contingent staff Tuesday, October 13, 2015 3:43 AM
Reply:
Hi Kumar,
Perhaps someone here has knowledge of this, but you'll likely have better luck posting in the IIS forums here:
------------------------------------
Customize Start Layout with GPO
Hi
I'm trying to push a customized Start Layout with GPO but it doesn't seems to work. We're using Windows 10 Pro.
We did the powershell command: "Export-StartLayout -path \\server\share\start.xml" and we put this path in the GPO but it doesn't seems to do anything.
The customized menu does not appear on the lock down profile.
There is no errors in the event log that have to do with this.
Here is the customized start layout:
<LayoutModificationTemplate Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationID="Microsoft.AutoGenerated.{79C9E12E-FC89-21E5-6BAA-F298B04CDB82}" /> <start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="Chrome" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> </LayoutModificationTemplate>
Reply:
Hi
I'm trying to push a customized Start Layout with GPO but it doesn't seems to work. We're using Windows 10 Pro.
We did the powershell command: "Export-StartLayout -path \\server\share\start.xml" and we put this path in the GPO but it doesn't seems to do anything.
The customized menu does not appear on the lock down profile.
There is no errors in the event log that have to do with this.
Here is the customized start layout:
<LayoutModificationTemplate Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationID="Microsoft.AutoGenerated.{79C9E12E-FC89-21E5-6BAA-F298B04CDB82}" /> <start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="Chrome" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> </LayoutModificationTemplate>
Hello,
the Edition from Windows 10 is important. Only "Windows 10 Enterprise" support the Start Screen Control with Group Policy.
Windows 10 Pro has unfortunately not support for this great group policy.
More Info in the TechNet Library Customize Windows 10 Start with Group Policy
Update: On Windows 10 Pro Insider Build 10532 the Group Policy (User) works great.
- Edited by SebaldJ Tuesday, October 6, 2015 6:28 AM New Hyperlink for TechNet Library
------------------------------------
Reply:
------------------------------------
Reply:
in the GPO editor, it says supported on: Windows 10 Server, Windows 10 or Windows 10 RT
------------------------------------
Two DirectAccess Server (not on cluster) works simultaneously inside the same domain
Hi Guys,
We already made DirectAccess works perfectly(on a single domain only), but we need to migrate it on our DMZ/Perimeter network the constraints is ; Remote Users already using DA to access internal resources. can we put up another DA server installed on DMZ on join it again on the same domain where the first DA was joined? Is there any conflicts will happen in this setup? what if the client updates its group policy from the AD and the 2 DA Server FQDN has been pushed on client configuration what will happen?
Thanks and Regards,
Gian Sarmiento
Powershell - Need help with printui.dll
I'm trying to create a script that I can deploy to set a custom paper size setting on a particular model printer. I've found I can do this rather easy with a rundll32 printui.dll command. However, our environment poses a bit of a problem with getting this to actually run. I will be deploying this with a management appliance that executes as the local system account which cannot run the code. Also, the logged in user doesn't have access as well. So I need to launch the powershell with local system account and then elevate with administrator credentials to perform the work. I so far have a batch file that calls the powershell script with the following switches: -nologo -executionpolicy bypass -noprofile -WindowStyle Hidden
When I push the package, it successfully calls the powershell but the work doesn't complete. If I run the script on the administrator account, it does succeed. So it seems something is not correct with my PSCredential. Any suggestions?
$User = "Administrator" $PWFile = "string.txt" $KeyFile = "AES.key" $key = Get-Content $KeyFile $MyCredential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $User, (Get-Content $PWFile | ConvertTo-SecureString -Key $key)
Function Work{ $Printers = Get-WmiObject -cl Win32_Printer -Filter "Name LIKE '%variablehere%'" ForEach ($Printer in $Printers) { $PrinterName=$Printer.name Invoke-Expression 'rundll32 printui.dll,PrintUIEntry /q /Sr /n "$PrinterName" /a "Printer.dat" d g r' Start-Sleep -s 10 Remove-ItemProperty -Path HKCU:\Printers\DevModePerUser -Name $PrinterName -EA SilentlyContinue } } Start-Job -Credential $MyCredential -ScriptBlock ${Function:Work}
- Changed type Bill_Stewart Monday, October 19, 2015 4:32 PM
- Moved by Bill_Stewart Monday, October 19, 2015 4:33 PM Abandoned/potentially off-topic
Reply:
Usually this kind of setting is configured on the print server rather than on the client.
I'm not sure that this is really a scripting question but rather a "how do I set up my printer defaults" question.
-- Bill Stewart [Bill_Stewart]
------------------------------------
Reply:
On a Windows 2003R2 server or later we would use PrintManager to do this. Look into how to configure printers in modern Windows. You are using legacy tools to try and manage a modern server. They were not designed to do this
The Net Framework and PowerShell have classes nd CmdLets to do this correctly on PrintManager.
Look in the Gallery for examples of how to use these tools. With these classes a normal user can manage a print queue.
\_(ツ)_/
------------------------------------
How do i do File Server Continues Replication/Copy Without Loosing a Single File/Folder
Hi There,
I have a file server with 1TB capacity which is a additional domain controller.
i'm trying to replicate all folder data to other backup drive by using karen Replicator which allows you to replicate folders or data in an regular interval.
But as there are many security groups applied on each shared folder which are not allowing us to replicate data to backup drive.
Even i cant copy all file server folder and file because of security group permissions assigned on each folder.
Please suggest a smooth copy and replication process for backing up file server.
Thanks
NagarajChengeli
Reply:
You can use robocopy script to perform this action. Please be careful while using robocopy commands as they are very powerful . Example of cmd to copy from source to destination is:
Robocoy <source> <destniation> /E
or you can use mirror option which will purge files and folders which no longer exists in source
Robocoy <source> <destniation> /E /MIR
------------------------------------
General philosophy on creation or usage of views
There are different schools of thought on the usage of views.
1. A view should be used like a table - join on it, union it, add where clauses, etc.
In this school of thought - a view is simply an analog for a temp table that is generated for you in the background, and it's free game to include it in other views (which include other views) and join whatever we want to it. Base data can include multiple fields and even records that we don't need, because we'll filter the rows and simply select the fields we need.
2. A view is the end result - The joins and filters (to get base data) should be part of the view - not on top of the view.
In this school of thought, a view is created that is specific to the data needed. No extra joins for data you don't need are included, and no fields you don't need are included. The minimum of data needed is all that is ever queried. And while where clauses could be added - these are simply for filtering returned data.
The first one is obviously simpler for the programmer. Write a view that joins everything you might need, and then later you can reuse it so you don't have to write more joins in your queries. But, It eats up a lot of extra space and processor time.
The second is more efficient and less resource intensive. But, it is clearly less flexible (perhaps not by much?)
One could argue for a third school of thought - "do both". But this school of thought simply morphs into #1 over time.
What is your philosophy on usage of views?
Reply:
I rarely use views myself but recently I introduced them into our application to produce lists to display information only in our Web Application. It was quite revolutionary idea in our application as originally we were using tables directly and it was quite inefficient in case of wide tables. Also we were unable to display information from related tables. The views solved that problem quite nicely.
So, in that application we're using the 1. concept by creating a resultset with the columns we need and letting the Entity Framework to do paging and searches.
For every expert, there is an equal and opposite expert. - Becker's Law
My blog
My TechNet articles
------------------------------------
Reply:
Hi,
There are much more "schools of thought on the usage of views' :-)
For example check this article regarding Dynamic Data Masking.
http://social.technet.microsoft.com/wiki/contents/articles/31418.t-sql-dynamic-data-masking.aspx
DDM is just one feature of security layer, which is based on views and other elements.
* This approach fits some cases of applications like CMS, IMS for example
| Ronen Ariely [Personal Site] [Blog] [Facebook] |
- Edited by pituachMVP Thursday, September 17, 2015 9:41 PM
------------------------------------
Reply:
For every expert, there is an equal and opposite expert. - Becker's Law
My blog
My TechNet articles
------------------------------------
Reply:
------------------------------------
Reply:
For every expert, there is an equal and opposite expert. - Becker's Law
My blog
My TechNet articles
------------------------------------
Reply:
In this school of thought - a view is simply an analog for a temp table that is generated for you in the background, and it's free game to include it in other views (which include other views) and join whatever we want to it. Base data can include multiple fields and even records that we don't need, because we'll filter the rows and simply select the fields we need.
This paragraph indicates a misconception. A view in SQL Server is a macro. That is, the query of the view is pasted into the total query, and this is what the optimizer works with. The view is not precomputed. It is not uncommon to see views that builds on views, but this often leads to grossly inefficient queries, because the same table is included several times in the query. The optimizer may sometimes be able to factor out some of the instances, but this does not always happen.
Personally, I use views sparingly.
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
------------------------------------
Why DataSources are the starting point of any workflow?
Ravishankar Yadav SCOM Admin Please remember to click Mark as Answer on the answer if it helps you in anyway
Reply:
Hi
This should explain:
https://technet.microsoft.com/en-us/library/ff381331.aspx
Cheers
Graham
http://blogs.technet.com/b/manageabilityguys/
------------------------------------
Exchange 2010 Custom Installation
I am totally new for exchange 2010. I just followed some videos to learn the exchange but due to curiosity I want to install exchange 2010 each role separately in following fashion:
1. AD Server Separate
2. CAS Server Separate
3. Hub Transport Server Separate
4. Mailbox Server Separate
Can anyone help me in which order I should start installation for exchange? I mean which server role should be 1st and then second and then 3rd (CAS, Hub & Mailbox)
Need urgent help from you guys. Looking forward to hear from you.
Regards,
Irshad
- Moved by Jason Johnston [MSFT]Microsoft employee Thursday, September 17, 2015 3:54 PM Not a development question.
Reply:
------------------------------------
Reply:
It is a waste of time installing the roles separately, as that hasn't been best practise for some time.
Personally I would just create a fresh domain, then do a standard installation of Exchange 2010. That will install the three roles for you in to the domain.
Ideally the domain controller and Exchange server should be separate. Although why are you starting with Exchange 2010? That is a product that is now five years old and into extended support. Within the next few days it will become two versions out of date.
Simon.
Simon Butler, Exchange MVP
Blog | Exchange Resources | In the UK? Hire Me.
------------------------------------
No comments:
Post a Comment