Skip to main content

Home/ PowerShell/ Group items tagged Server

Rss Feed Group items tagged

anonymous

Retrieve number of mailboxes per database in Exchange Server 2010 - 0 views

(Get-MailboxDatabase) | ForEach-Object {Write-Host $_.Name (Get-Mailbox -Database $_.Name).Count} oder (Get-MailboxDatabase) | Select-Object Name,@{Name="Number of users";Expression={(Get-Mailbox...

Powershell Ex2010

started by anonymous on 07 Aug 12 no follow-up yet
anonymous

How to determine OWA - 0 views

How to determine OWA Change Password feature status With this command you can query the status. Get-OwaVirtualDirectory | ft name,server,owaversion,changepasswordenabled With this command you can...

Powershell IT Ex2010

started by anonymous on 19 Jun 12 no follow-up yet
anonymous

OWA Change Password - 0 views

OWA Change Password status With this command you can query the status. Get-OwaVirtualDirectory | ft name,server,owaversion,changepasswordenabled With this command you can change it. set-owavirtua...

Powershell IT Ex2010

started by anonymous on 19 Jun 12 no follow-up yet
David Szpunar

Setting default timezone for organization - Outlook Live Answers - 0 views

  •  
    How to set Live@EDU timezone and language for all accounts by PowerShell script. The post by Tom2112 provides a script that outputs status while the command is running.
Joel Bennett

SQL Server PowerShell Extensions - CodePlex - 0 views

  •  
    SQLPSX is a library file of PowerShell functions and several PowerShell scripts...
Joel Bennett

/\/\o\/\/ PowerShelled: Large AD queries in Monad - 0 views

  •  
    For searching for huge result sets in AD you need to set a PageSize, or maybe do the paging by hand.

    Related:
    http://groups.google.com/group/microsoft.public.windows.server.scripting/tree/browse_frm/thread/32864b65a7a4fb70/14689e6f46898340
  •  
    Like this http://cheaptravelbooker.com Like this http://cheaptravelbooker.com like this http://killdo.de.gg travel,hotel,fun,hotel new,new offer,hotel best,best hotel,hotel travel,seo,backlinks,edu,gov,ads,indexing,bookmark,killgoggle,gogglesuck,goggle bookmark,kill goggle,yahoo,bing,indexing,quality links,linkwell,traffic boster,index best
Steven Murawski

SQL Server Central - 0 views

  •  
    PowerShell script for port scanning
villerpeter678

Testspeed Orange - 3 views

Testspeed Orange has been praised for its simplicity, ease of use, and accuracy in measuring internet speed. Users appreciate the detailed breakdown of results, which shows upload and download spe...

PowerShell HP

started by villerpeter678 on 16 Apr 23 no follow-up yet
markwood3478

Understanding 127.0.0.1:49342: An In-Depth Guide - 2 views

The IP address 127.0.0.1, often referred to as "localhost," is a loopback address used by a computer to communicate with itself. When you pair this IP address with a specific port, such as 49342, i...

started by markwood3478 on 03 Oct 24 no follow-up yet
‹ Previous 21 - 29 of 29
Showing 20 items per page