Zum Inhalt springen
Das Neueste:
  • Berechtigen in Teams mit Powershell
  • Google Chrome Installation über Powershell
  • Office365 Lizenzen per Powershell auslesen und zuweisen
  • Datenbankgröße mit whitespace
  • Monitor mailbox move

get-mailbox.de

Just another Powershell site

  • Embed Link
  • Links
    • Amateurfunk
      • Afu Std. Seiten
      • Anton´s Funkperlen
      • APRS.FI
      • DARC – Bandpläne
      • DFC – Deutscher Funk Club
      • HF Baken
      • Miniature Radios
      • PSK Reporter
    • Arduino
      • Cooking Hacks – XBee for Arduino & Raspberry
    • AWS
      • Siva´s Blog – Powershell EC2 connect
    • Citrix
      • Car Stallhood
    • Exchange
      • Collection of Shell commands for Microsoft Exchange 2010
    • Office 365
    • Powershell
      • Microsoft Powershell Docu
      • Microsoft Script Center
      • New Delhi PowerShell User Group
    • Roboter
      • Generation Robots
  • Impressum
    • Datenschutzerklärung
    • Kontakt

Monat: Juni 2018

Exchange Powershell Windows 

HDD Auslastung per Powershell

Juni 21, 2018 micha 0 Kommentare

Abfrag der Exchange-Server und auslesen der HDD Kapazität: Get-ExchangeServer | ForEach{Get-WmiObject -query “Select * from Win32_Volume” -ComputerName $_.name -ErrorAction SilentlyContinue

Weiterlesen
Exchange Powershell 

load powershell module for Exchange

Juni 19, 2018Juni 20, 2018 micha 0 Kommentare

  $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://EXCH01/PowerShell/ -Authentication Kerberos -Credential $UserCredential Import-PSSession $Session   The command

Weiterlesen
Powershell Windows 

Delete IIS Logs older than 30 days

Juni 15, 2018Juni 18, 2018 micha 0 Kommentare

Powershell 1 get-childitem -Path C:\inetpub\logs\LogFiles\w3svc1 -recurse | where-object {$_.lastwritetime -lt (get-date).addDays(-30)} | Foreach-Object { del $_.FullName }    

Weiterlesen
Exchange Powershell 

show disconnected mailboxes

Juni 15, 2018Juni 18, 2018 micha 0 Kommentare Get-MailboxDatabase, Get-MailboxStatistics

show disconnected mailboxes   Powershell 1 Get-MailboxDatabase | Get-MailboxStatistics | Where { $_.DisconnectReason -eq “Disabled” } | ft DisplayName,Database,DisconnectDate  

Weiterlesen
Active Directory Powershell 

get Domain-Level-Admins

Juni 7, 2018 micha 0 Kommentare get-adgroupmember

  <# NAME: Get-DomainLevelAdmins.ps1 AUTHOR: Sean Metcalf AUTHOR EMAIL: SeanMetcalf@MetcorpConsulting.com CREATION DATE: 3/01/2013 LAST MODIFIED DATE: 03/01/2013 LAST MODIFIED BY:

Weiterlesen
Active Directory GPO Powershell 

search for invalid GPO

Juni 7, 2018Juni 7, 2018 micha 0 Kommentare Get-ADObject, GET-GPO, GPO, PSObject

  $AllGPOs = Get-GPO -All $GPOCount = $AllGPOs.count write-host “” write-host “Found $GPOCount GPOs…” write-host “Analyzing, please wait…” $InvalidGPOs =

Weiterlesen
Exchange Powershell 

Find active mailboxes

Juni 7, 2018 micha 0 Kommentare Get-Mailbox, Get-MailboxStatistics, LastLogonTime

To Find active mailboxes that logon the last 30 days: Get-Mailbox -ResultSize Unlimited –RecipientTypeDetails UserMailbox,SharedMailbox | Where {(Get-MailboxStatistics $_.Identity).LastLogonTime -gt

Weiterlesen
Exchange 

Find Largest Mailboxes on Exchange

Juni 1, 2018Juni 5, 2018 micha 0 Kommentare Get-Mailbox, Get-MailboxStatistics

the biggest mailbox on Exchange:   [PS] C:\>Get-Mailbox -ResultSize Unlimited | Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | Select-Object DisplayName,TotalItemSize -First

Weiterlesen

Kategorien

  • Active Directory
  • DISM.EXE
  • Eventlog
  • Exchange
  • GPO
  • IIS
  • Office 365
  • Powershell
  • SharePoint Online
  • Uncategorized
  • Windows

Schlagwörter

Active Directory ActiveSyncEnabled badPasswordTime badPwdCount dism Exchange ForEach-Object Get-ADComputer get-addomain Get-ADDomainController get-adforest get-adgroup get-adgroupmember Get-ADObject get-adprincipalgroupmembership Get-ADUser Get-CASMailbox Get-ExchangeServer GET-GPO Get-Mailbox Get-Mailbox -Filter Get-MailboxAutoReplyConfiguration Get-MailboxDatabase Get-MailboxStatistics Get-MoveRequest Get-MoveRequestStatistics get-partition get-process Get-Recipient get-winevent GPO ImapEnabled LastLogonTime MapiEnabled MSExchangeAutodiscoverAppPool New-MailboxExportRequest Office 365 OWAEnabled POPEnabled Powershell psexec PSObject Registry smtpaddress Teams

Archive

  • Mai 2019 (1)
  • Januar 2019 (2)
  • Juli 2018 (4)
  • Juni 2018 (8)
  • Mai 2018 (4)
  • April 2018 (3)
  • März 2018 (3)
  • Januar 2017 (1)
  • August 2016 (6)
  • Juli 2016 (4)
  • Juni 2016 (2)
  • Mai 2016 (8)
  • April 2016 (5)

Meta

  • Anmelden
  • Feed der Einträge
  • Kommentare-Feed
  • WordPress.org
Datenschutz & Cookies: Diese Website verwendet Cookies. Wenn du die Website weiterhin nutzt, stimmst du der Verwendung von Cookies zu.
Weitere Informationen, beispielsweise zur Kontrolle von Cookies, findest du hier: Cookie-Richtlinie

Blogstatistik

  • 5.629 Besuche
Copyright © 2021 get-mailbox.de. Alle Rechte vorbehalten.
Theme: ColorMag von ThemeGrill. Bereitgestellt von WordPress.