Jump to content

Search the Community

Showing results for tags 'windows server 2008 R2'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 3 results

  1. Hi i want to host a website on windows server 2008 r2 and i dont want to buy a domain i want to use my own. I have a dsl d-link modem which is provided to me by my ISP and i have a router linksys wrt54g which is been connected to my modem I have installed WEB IIS on my server now, i have opened the port 80 on windows firewall and also on the router and modem too but still i cant access the website through public id?? Can any1 guide me with this issue?? I would really appreciate it. Thanks
  2. Hello all I've got a little problem with Internet Explorer 11 on Windows 8.1 since the august security update for IE : I can't use RemoteApp in the Remote Web Access ! I have to make a .rdp file for all users and it's very anoying... Why I can't use RemoteApp ? The Remote Desktop ActiveX is enable. When I login the Remote Web Access, I have all my RemoteApp software but if I click on it, they do nothing, like a dead link..... My server run Windows Server 2008 R2 Enterprise with SP1. The Remote Web Access work with Windows 8.0 and 7 but no on 8.1... So my queston is : what I can do to use RemoteApp without removing updates ? Maybe a tweak or somethings to overcome that ?
  3. Hi guys! Today i'm working on a VM with Windows server 2008 R2, the role is File services, file server and file server resource manager are installed. I want to do those things, scheduled if possible: Delete empty foldersCreate a report for duplicate filesDelete temprary filesFor the first problem i've created a script: $Dir="C:\Test" foreach( $In in(Get-ChildItem $Dir -Recurse)){if(!(Get-ChildItem -Path $In.FullName)){echo $In.FullName;Remove-Item $In.FullName}}for the last problem i used File management tasks creating a role for each extension. what about the second problem? Nothing i've done... suggestions? Thanks A
×
×
  • Create New...