Delims and changing Variable values.
Hi Guys,
In Trying to separate an IP address to create a scope basically I want to increment the 3rd octet in the address by the required amount in this case 1. Also want to set an address to the broadcast address and set the end of the scope based on how many node address that will need to be left available.
Set Host=192.168.0.0 Set /P End=Please enter the number of node address that you would like to leave free: if not defined %End% set ResRange= 240 Else set ResRange=254-%End% Echo Reserved Range is %ResRange% setlocal EnableDelayedExpansion FOR /F "tokens=1,2,3 delims=." %%G IN ("%Host%") DO set 510IP=%%I+1 Call Set FullIP =%%G.%%H.%510%. Call Set HostEnd=%FullIP%254 Call Set ScopeEnd=%FullIP%%ResRange% echo netsh dhcp server %DCIP% add scope %Host% 255.255.254.0 %ScopeName% %ScopeName%_VLANx echo netsh dhcp server %DCIP% scope %Host% add iprange %FullIP%1 %ScopeEnd% echo netsh dhcp server %DCIP% scope %Host% set optionvalue 003 IPADDRESS %HostEnd% Goto EOF My problem at the moment is that that Im having is A that the Res Range keeps being set to 240 regardless and that the %FullIP%, %ScopeEnd%, and %HostEnd% are all coming back empty.
Any help with this would be amazing.
Tea Tutaki
- Changed type Bill_Stewart Wednesday, January 4, 2017 9:43 PM
Reply:
Don't use shell script (batch). Switch to PowerShell instead and things will be a lot less painful.
-- Bill Stewart [Bill_Stewart]
------------------------------------
Reply:
Here is a solution: https://gallery.technet.microsoft.com/scriptcenter/ipcalc-PowerShell-Script-01b7bd23
\_(ツ)_/
------------------------------------
Reply:
Indeed. Here's another solution:
Windows IT Pro - Working with IPv4 Addresses in PowerShell
-- Bill Stewart [Bill_Stewart]
------------------------------------
Reply:
Now why didn't you post that to begin with? I think you know the author.
\_(ツ)_/
------------------------------------
Reply:
Will go over the Windows IT Pro - Working with IPv4 Addresses in PowerShell article and write something else :(, thanks guys.
Tea Tutaki
------------------------------------
Reply:
With PD we usually don't need "netsh" to accomplish a result.
Hey - its the 21st century. Join us.
\_(ツ)_/
------------------------------------
more on serialized mode and range locks, and the elimination thereof
(oops, meant to post this on the Azure SQL forum, sorry)
Remember my little case (linked below) where in an update statement I *do* specify my PK, and yet it generates range locks, and the speculation was the additional predicate made it unsafe? Well. Even without the extra predicate, it misbehaves, and when I say misbehaves I mean it is generating 2668 locks, even though there's only one row to lock, *and* the execution plan estimates 50 rows!
But here's a thing. Slap the old "option(recompile)" on the end of the update statement and it only generates a couple of key locks and a couple of page locks, presumably the affected secondary indexes - and none of them are range locks. And the execution plan - well, the actual execution plan - estimates 1 row.
Or, use constants instead of variables for the values of the key fields.
Testing is still in progress to see if this relieves the deadlocks ...
Thanks,
Josh
ps - it also helps if you exactly match the types of the variables with the column definitions, implicit conversion of nvarchar() to varchar() is also part of the problem.
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/6d54bc71-4679-48d4-b529-71ec9637840b/does-serialized-mode-always-take-range-locks-even-for-single-row?forum=sqldatabaseengine
- Edited by JRStern Friday, November 18, 2016 5:16 AM
Good book recommendation for SQL statements in Power Query?
I want to be able to more effectively write SQL statements in the initial connection to SQL Server tables. I'm not looking to become an expert or anything, but just want a really good resource (book preferred as I hate reading this kind of thing in a browser) that will enable me to more easily do the joins and set criteria before the data even hits the PQ window.
Thanks.
Ed
- Changed type Winnie LiangMicrosoft contingent staff Wednesday, November 9, 2016 3:16 AM For discussion
Reply:
Hi Ed,
I notice that you are looking for a book to learn the SQL connection for Power Query. In the following similar thread, Miguel.Llopis was provided a suggestion about it:
Additionally, I suggest you can also open a discussion in Power Query forum to confirm if the friends there can give more suggestions about it:
https://social.technet.microsoft.com/Forums/office/en-US/home?forum=powerquery
Regards,
Winnie Liang
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
------------------------------------
Reply:
Thanks Winnie. I'll give it a look. Only issue is it is 2 years old and as often as PQ gets updated, not sure how much is out of date.
I'll check out the forum you recommended too.
Ed
------------------------------------
Calling all SharePoint Gurus. November readers need feeding!
"An influential teacher, or popular expert"
Oh mighty reader, we need your enlightenment! Only YOU can show us… the TRUE WAY to code!
Win the dedication and adoration of generations to come, by giving something back to those less awesome.
Show your technical prowess, and divine knowledge of your craft.
Teach us good code from bad. Show us the way (or the work-around)
We can offer you the very best platform that you need to preach these good words.
Join us and lead this technical community in a whole new way, into a brighter future!
Become a TechNet Guru and you may find your own life also significantly enriched!
Win awards, interviews, invites, reviews, medals, friends, recognition points, high fives, hugs, smiles, and so much more!
All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something you had to solve for your own day's work today.
Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed)
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favoured technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
Thanks!
Kamlesh and...
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
Reply:
Thanks,
If my reply is helpful please mark as Answer or vote as Helpful.
My blog | Twitter | LinkedIn
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.
------------------------------------
Calling all Power Pivot Gurus. November readers need feeding!
"An influential teacher, or popular expert"
Oh mighty reader, we need your enlightenment! Only YOU can show us… the TRUE WAY to code!
Win the dedication and adoration of generations to come, by giving something back to those less awesome.
Show your technical prowess, and divine knowledge of your craft.
Teach us good code from bad. Show us the way (or the work-around)
We can offer you the very best platform that you need to preach these good words.
Join us and lead this technical community in a whole new way, into a brighter future!
Become a TechNet Guru and you may find your own life also significantly enriched!
Win awards, interviews, invites, reviews, medals, friends, recognition points, high fives, hugs, smiles, and so much more!
All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something you had to solve for your own day's work today.
Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed)
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favoured technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
Thanks!
Kamlesh and...
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
Reply:
Thanks,
If my reply is helpful please mark as Answer or vote as Helpful.
My blog | Twitter | LinkedIn
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.
------------------------------------
Calling all FIM Gurus. November readers need feeding!
"An influential teacher, or popular expert"
Oh mighty reader, we need your enlightenment! Only YOU can show us… the TRUE WAY to code!
Win the dedication and adoration of generations to come, by giving something back to those less awesome.
Show your technical prowess, and divine knowledge of your craft.
Teach us good code from bad. Show us the way (or the work-around)
We can offer you the very best platform that you need to preach these good words.
Join us and lead this technical community in a whole new way, into a brighter future!
Become a TechNet Guru and you may find your own life also significantly enriched!
Win awards, interviews, invites, reviews, medals, friends, recognition points, high fives, hugs, smiles, and so much more!
All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something you had to solve for your own day's work today.
Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed)
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favoured technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
Thanks,
If my reply is helpful please mark as Answer or vote as Helpful.
My blog | Twitter | LinkedIn
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.
Reply:
------------------------------------
Calling all BizTalk Gurus. November readers need feeding!
"An influential teacher, or popular expert"
Oh mighty reader, we need your enlightenment! Only YOU can show us… the TRUE WAY to code!
Win the love and adoration of generations to come, by giving something back to those less awesome.
Show your technical prowess, and divine knowledge of your craft.
Teach us good code from bad. Show us the way (or the work-around)
We can offer you the very best platform that you need to preach these good words.
Join us and lead this technical community in a whole new way, into a brighter future!
Become a TechNet Guru and you may find your own life also significantly enriched!
Win awards, interviews, invites, reviews, medals, friends, recognition points, high fives, hugs, smiles, and so much more!
All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something you had to solve for your own day's work today.
Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed)
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favoured technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
Thanks,
If my reply is helpful please mark as Answer or vote as Helpful.
My blog | Twitter | LinkedIn
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.
Reply:
Hi All,
Middle of the month and 3 articles so far!
- BizTalk Server: Using index parameter in Inline XSLT Call Template by Eldert Grootenboer
- BizTalk Server - Dynamics CRM Online / On Premise CRM Paging Cookie by Rachit Sikroria
- BizTalk Server: Download Prerequisite CAB-files by Kjetil Tonstad
Thanks,
If my reply is helpful please mark as Answer or vote as Helpful.
My blog | Twitter | LinkedIn
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.
------------------------------------
Reverting some setting after an update..
- Edited by siriuss Thursday, November 17, 2016 5:21 PM more to add
Reply:
This should not be happening I have been loading updates from Microsoft for 20 years and not a one ever changed the date it sounds as if something has become unhooked between your time server online and your respository
the online time server and you are the only things that change the time
you may need to use f8 while booting and use a malware tool other then Microsoft's
when your in safe mode there are things that won't load up that could be hiding malware from when you boot in regular mode
------------------------------------
"WindowsUpdate_80070005" "WindowsUpdate_dt000"
Hi Everyone,
am trying to install windows update on my DC windows server 2008 R2. i have logged on using domain admin account and i am trying to install windows update on the DC machines but all the updates are not getting install.
i tried to stop and start windows update services but still unable to get this success.
please help to give guideline to know the cause and resolve the windows update issue.
srini
Reply:
Please check this Microsoft article..
https://support.microsoft.com/en-us/kb/968003
----------------------------------------------------------------------------------
Please mark as answer if this resolves your query...
------------------------------------
SBS 2008 - The server is not operational
I will add a screenshot once i am verified, but I have an SBS 2008 server throwing up "The server is not operational" everytime trying to reach and A/D integrated services.
Have followed the steps in similar forum post here: https://social.technet.microsoft.com/Forums/windowsserver/en-US/e7f23fce-ef57-47c7-a7fc-2b0dbdf97c36/windows-server-2008-server-in-not-operational?forum=winservergen
Will atatched dcdiag once this post is verified... hopefully someone can help in this becasue I can be restarting the server every 9-10hours to fix this issue.
results of sc query:
Microsoft Windows [Version 6.0.6002]Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\admin>sc \\servername query ntds
SERVICE_NAME: ntds
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
C:\Users\admin>
Thanks
add a device
Reply:
hi there.
you'll have to be a bit more specific.
cheers.
Kind Regards, Darren Coetzee * Don't forget to mark as Answered if you found this post helpful. *
------------------------------------
October 2016 Patches Causing Bitlocker Issues
There are few reports of users having Bitlocker issues following the October 2016 patches. The issue is that on every reboot, the Bitlocker recovery key is required which is quite disruptive and cumbersome. As a workaround in order to solve this issue, the following steps can be taken:
On the next reboot and once in Windows, reset Bitlocker by disabling and re-enabling it.
In admin command prompt:
manage-bde -protectors c:-disable
then do the following
manage-bde -protectors c:-enable
At this time, I'm not certain on which patch is causing the issue but I wanted to share this info to help.
Reply:
Hi,
any others seeing similar problems ?
/Oliver
------------------------------------
Reply:
Whis OS?
MS is pushing first time massive quality updates to W7 and W8.1, so it might be releated to them..
- Edited by Pavel yannara Mirochnitchenko Sunday, October 23, 2016 8:32 PM
------------------------------------
Reply:
------------------------------------
Reply:
In admin command prompt:
manage-bde -protectors c:-disable
then do the following
manage-bde -protectors c:-enable
Any opinions, should there be a reboot between disabling and enabling Bitlocker?
I don´t have any problematic computer on my hands right now.
- Edited by Pavel yannara Mirochnitchenko Friday, October 28, 2016 7:38 AM
------------------------------------
Reply:
------------------------------------
Reply:
Yes this is also a problem on tpm only machines.
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
@trible2
more Info for this fix available ?
/Oliver
------------------------------------
Reply:
------------------------------------
Reply:
This issue is currently being investigated , Can you share some logs if needed ?
C:\Windows\Logs\CBS directory and GPreport from few of the affected clients.
------------------------------------
CANCEL
- Edited by PowerShellNovice Thursday, November 17, 2016 3:31 AM
- Moved by Bill_Stewart Thursday, November 17, 2016 4:08 AM User deleted own post
- Changed type Dave PatrickMVP Thursday, November 17, 2016 2:24 PM no question
Reply:
What does any of this have to do with a "directory"?
Your question is vague. You shoe reading a file but selecting a property.
Perhaps you should review the help for these CmdLets.
First look up and study what a file is and what a CSV is.
A CSV file does not look anything like the Excel you have produced and can never do that.
Without a fundamental understanding of these technologies you will not be able to ask a question. Start by learning the tech nolgies and the rest will become clear.
Post back when you have a question that is not arbitrary or ambiguous.
\_(ツ)_/
------------------------------------
loop column header
Reply:
------------------------------------
Insider Preview build 14965 is now available in SLOW ring.
Those in Slow ring can now download 14965.
Also, an update from the Blog : Language packs for PC are now available.
SSRS Count Occurrences in a month
Hi All, I am new to SSRS and I am trying to do something that should be simple but is driving me to despair. I have a DB that conatins calls meade by customer service advisors. DestinationName returns the operators name and the starttime is the time the call started.
In SQL I can query and get the desired results by:
SELECT DestinationName, COUNT(StartTime) as Volume
FROM [dbo].[swyxreport]
WHERE DestinationName in ('Op1', 'Op2', 'Op3', 'Op4', 'Op5')
and MONTH(StartTime) = 11
GROUP BY DestinationName
Op1 48
Op2 214
Op3 95
Op4 248
In SSRS the dataset queries:
SELECT DestinationName, COUNT(StartTime) as Volume, StartTime
FROM [dbo].[swyxreport]
WHERE DestinationName in ('Op1', 'Op2', 'Op3', 'Op4', 'Op5')
GROUP BY DestinationName, StartTime
I want to return results for the number of calls each month, and therefore I believe I need an expression to count if the month number is 11 to return the volume for November, 10 for October and so on.
I hope this makes sense, all help greatly appreciated
Reply:
Hi,
You can make Month as Parameter in SSRS and can allow user to select the single month or multiple and based on that selection your data set will return the value.
https://technet.microsoft.com/en-au/library/aa337401%28v=sql.105%29.aspx?f=255&MSPPError=-2147217396
Thanks Shiven:) If Answer is Helpful, Please Vote
------------------------------------
Remote App closes when opening a dialog box...
Hello,
I've been having a recurring issue with a remote app. It involves a dialog box and a number of frustrating hours trying to solve the problem. Which brings me here. The problem is as follows:
The user is in their remote application and needs to either save a file or open a file. When the open/save dialog box appears the remote app is closed, there are no error messages so I can't say that it crashed.
If the same user is connected through rdp, executes the application in an rdp session, and tries to open/save something the dialog box appears and everyone is happy.
This really is only limited to remote app and it occurs quite frequently though not every session.
Any advice?
- Changed type Dharmesh SMicrosoft employee Tuesday, June 24, 2014 6:48 AM
Reply:
Thank you for posting in Windows Server Forum.
Firstly, I would like you to upgrade the client RDP version to RDP 8.1 for better feature.
Does this issue occur for any particular RemoteApp?
For a try you can publish new RemoteApp with paint or WordPad and also create new user and check the result; whether you still face the issue. If its working then might be there is compatibility issue with that application which causing you the problem. If so, then you need to contact your application support team for further troubleshooting.
Hope it helps !
Thanks.
Dharmesh Solanki
------------------------------------
Reply:
Hi Dharmesh,
Thanks for the reply. Both the server and clients are up to date. I've tried everything I can think of including disabling any GPO's related to the server or clients and still the problem occurs. There are no error messages when the remote app closes and there is absolutely nothing related in the event logs. I'm still hoping to find the problem though so if anyone has any idea at all I would gladly give it a try...
------------------------------------
Reply:
Thanks for your comment. Sorry for late reply.
Please let us know little more regarding your issue.
Have you tried to publish "Paint or WordPad" and check the result as suggested in my previous comment?
What's your server and client OS version?
Is there any particular RemoteApp facing this issue?
Hope it helps!
Thanks.
Dharmesh Solanki
------------------------------------
Reply:
Hello,
We have exactly the same problem. Did you ever solve this?
Thanks!!
------------------------------------
Reply:
------------------------------------
i cant't remove my account from my computer
Reply:
S.Sengupta, Windows Insider MVP
------------------------------------
picture or visual blurring and size of features
i just upgraded to windows 10 and i like the features and display,but the visual quality is not good,not sharp,its appearing blurred and the size of the icons are bigger compared to my old windows 7. is there a way or app i can use to make make it apear good like my old windows 7 or like i use to use windows 10 transformation pack where the quality of feature is sharp and normal.thanks
expecting your reply soon
Reply:
Update your graphic card driver.
Visit the support site of the graphic card manufacturer and download, install the latest and compatible driver for your system. Otherwise you can update the same via Windows update.
S.Sengupta, Windows Insider MVP
------------------------------------
What is the Compatibility Tab grayed out for applications on some network shares, but not others?
I have a network share with an executable file located in it. If I browse to the share by UNC path from a Windows 7 pro workstation and go to the compatibility tab of the .exe, the options are grayed out.
I have another network share with an executable file located on it. This share and workstation are at a different location, unrelated to the first example. If I browse to the share by UNC path from a Windows 7 pro Workstation and go to the compatibility tab of the .exe file, the options are not grayed out, and I can check or uncheck what ever I need to.
Both shares are located on a Server 2008 R2 system w/sp1. Both workstations are joined to the same domain as the server they are connecting to the UNC path on. Both shares have given the user connecting full access on the smb sharing and ntfs sharing.
Someone please tell me how to make the compatibility tab not grayed out. Here is a screen shot of the comapatibility tab of the .exe file from both shares:
- Changed type Susie Long Tuesday, December 31, 2013 1:10 AM Windows 7
Reply:
Ok, that second screenshot is actually from a Windows 8.1 Pro computer. Apparently you can set compatibility options from Windows 8.1, but not from Windows 7 when it's over a UNC path or mapped drive.
It has the message "Compatibility modes cannot be set permanently on this program because it is on a network drive". How can I edit these fields??
I've found this article, where you can edit the compatibility options for specific programs in the registry, but I don't think it works on Windows 7, since it seems to be disabled.
------------------------------------
Reply:
Hi,
You can use Troubleshoot compatibility to set the application to Compatibility Mode. You can right-click the application's shortcut and click Troubleshoot compatibility.
Please refer to the similar thread and the third-party article below:
Compatibility mode greyed out on exe that is on a mapped drive???
Windows 7: Compatibility Mode
http://www.sevenforums.com/tutorials/316-compatibility-mode.html
In addition, since it is related to windows 7, you can ask in the forum below for further assistance if the issue persists:
Windows 7IT Pro Forums:
http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w7itpro
Best regards,
Susie
------------------------------------
Reply:
Thanks, but I read that link before I posted this. Even by running the compatibility wizard, you still can't edit the compatibility settings on Windows 7.Hi,
You can use Troubleshoot compatibility to set the application to Compatibility Mode. You can right-click the application's shortcut and click Troubleshoot compatibility.
Please refer to the similar thread and the third-party article below:
Compatibility mode greyed out on exe that is on a mapped drive???
Windows 7: Compatibility Mode
http://www.sevenforums.com/tutorials/316-compatibility-mode.html
In addition, since it is related to windows 7, you can ask in the forum below for further assistance if the issue persists:
Windows 7IT Pro Forums:
http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w7itpro
Best regards,
Susie
------------------------------------
Reply:
Hi,
Thanks for your reply and sorry to say that I have no other ideas at present.
Since this is a forum for windows server, I recommend you to ask in Windows 7IT Pro Furums for further assistance.
Thanks for your understanding and support.
Best regards,
Susie
------------------------------------
Reply:
------------------------------------
No comments:
Post a Comment