Skip to content
  • Home
  • About
  • Contact
Menu Close
  • Home
  • About
  • Contact

Recent Posts

Fix – FRS Event 13508

  • Post author:pkhabazi
  • Post published:November 13, 2012
  • Post category:Windows
  • Post comments:0 Comments

To fix the problem, you need to designate a domain controller to be authoritative for the Sysvol replica set. 1. Stop the File Replication service on the PDC emulator FSMO…

Continue ReadingFix – FRS Event 13508

Time Synchronize Domain Servers

  • Post author:pkhabazi
  • Post published:November 8, 2012
  • Post category:Uncategorized
  • Post comments:0 Comments

In a domain the DC with the PDCEmulator FSMO is the time source for all domain member machines, DC sync with that one and all other domain members sync with…

Continue ReadingTime Synchronize Domain Servers

Displaying Balloon Tip

  • Post author:pkhabazi
  • Post published:October 12, 2012
  • Post category:PowerShell
  • Post comments:0 Comments

Let's assume your script wants to share status information via a balloon message in the system tray area. Here is a sample: [system.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms') | Out-Null $balloon = New-Object System.Windows.Forms.NotifyIcon $path…

Continue ReadingDisplaying Balloon Tip

Export thumbnailphoto from AD to jpg for all users

  • Post author:pkhabazi
  • Post published:September 30, 2012
  • Post category:PowerShell
  • Post comments:0 Comments

For exporting users thumbnail photo from AD to jpg for all users you can use script below: Get-ADUser -Filter * -Properties thumbnailphoto | where {$_.thumbnailphoto} | foreach {$_.thumbnailphoto | Set-Content…

Continue ReadingExport thumbnailphoto from AD to jpg for all users

Ping with PowerShell

  • Post author:pkhabazi
  • Post published:September 20, 2012
  • Post category:PowerShell
  • Post comments:0 Comments

If you want to ping a device trough PowerShell then you can use the script below: $Hostname = "HOSTNAME OR IP" $Ping = New-Object System.Net.NetworkInformation.Ping $Ping.Send($Hostname) -Pouyan

Continue ReadingPing with PowerShell
  • Go to the previous page
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • Go to the next page

Search

Follow me on Twitter

My Tweets
  • AzSentinel – Version 0.6.13
    AzSentinel – Version 0.6.13
    October 21, 2020/
    0 Comments
  • Deploying and Managing Azure Sentinel – Ninja style
    Deploying and Managing Azure Sentinel – Ninja style
    October 12, 2020/
    2 Comments
  • AzSentinel – Version 0.6.10
    AzSentinel – Version 0.6.10
    October 9, 2020/
    0 Comments

Follow me

  • GitHub
  • Twitter
  • LinkedIn
Copyright (c) 2020 Pouyan Khabazi