ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. powershell
    Log in to post
    • All categories
    • ?

      Powershell to add alias to users mailbox

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion exhcnage powershell
      9
      1 Votes
      9 Posts
      3k Views
      ?

      And oddly it just started working internally. I guess it just needed a bit more time. (I applied it before lunch).

    • gjacobseG

      PowerShell command: Event Time

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows powershell cmdlet
      6
      2 Votes
      6 Posts
      3k Views
      gjacobseG

      @Martin9700 said:

      @g.jacobse said:

      0x01d0b26dc6a4a844

      That value isn't a .NET date/time value so Get-Date won't be able to process it properly (hence the year 0415). So I tried this: http://superuser.com/questions/398983/how-do-i-decode-the-faulting-application-start-time-in-a-windows-event-log-ent

      (get-date "01/01/1601").AddSeconds(0x01d0b26dc6a4a844 / 10E+6)

      And got:

      Monday, June 29, 2015 1:16:14 PM

      Seems much better!

      Interesting - same link I used. I didn't notice that the read through.

    • GregoryHallG

      Increase The Size Of Your Azure VM OS Disk Via PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows powershell cloud computing microsoft storage azure
      1
      8 Votes
      1 Posts
      1k Views
      No one has replied
    • IRJI

      Powershell script to change local admin account password

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows group policy admin active directory powershell
      2
      2 Votes
      2 Posts
      1k Views
      GregoryHallG

      $computers = Get-Content -path C:\fso\computers.txt
      $user = "aUser"
      $password = "MyNewPassword!"
      Foreach($computer in $computers)
      {
      $user = [adsi]"WinNT://$computer/$user,user"
      $user.SetPassword($Password)
      $user.SetInfo()
      }

      http://blogs.technet.com/b/heyscriptingguy/archive/2009/03/25/how-can-i-change-the-passwords-of-multiple-local-computer-accounts.aspx

    • mlnewsM

      Microsoft Brings PowerShell DSC to Linux

      Watching Ignoring Scheduled Pinned Locked Moved News linux microsoft technet powershell powershell dsc
      1
      3 Votes
      1 Posts
      737 Views
      No one has replied
    • gjacobseG

      Powershell and O365: Unable to connect / Starting point

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell o365 office 365
      8
      1 Votes
      8 Posts
      3k Views
      gjacobseG

      Thanks @amytabor - That seemed to have worked. Now I have a long list of commands,.. of which to de-cypher.
      There are some reports I wish to setup, and have available for later use.

      And how to save that information to Excel or other forms....

    • A

      Use PowerShell to edit Exchange mailbox properties in Office365/Exchange Online

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 exchange online powershell
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • A

      Use PowerShell to hide mailboxes from the Global Address List in Office365

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 powershell exchange online
      8
      1 Votes
      8 Posts
      4k Views
      ?

      @Dashrender said:

      Well the name.nk2 file itself might be retired, but the autocomplete listings are still there and are not fixed when someone changes addresses.

      I had this problem last year in Outlook 2013

      They only way to fix that would be to clear the auto complete list. That's solely based on the most common emailed addresses. It's per user and doesn't store on exchange in anyway (and isn't sync with OWA, OWA uses it's own list)

    • gjacobseG

      PowerShell and Office 365: Generating reports:

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 office 365 proplus reports powershell
      2
      0 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Some simple ones, sure.

    • M

      More PowerShell Goodness...

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion powershell
      1
      3 Votes
      1 Posts
      956 Views
      No one has replied
    • M

      PowerShell.org announces it's 2015 Hero's

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet powershell
      3
      2 Votes
      3 Posts
      1k Views
      M

      @scottalanmiller said:

      Cool. Were not people that I was aware were so active in PowerShell.

      Bob has been super active over at PowerShell.com for awhile and came to Spiceworks about 6 months ago. Craig has been active a bit longer on Spiceworks.

    • M

      Latest Blog Post: Shrink MS SQL Log Files with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion powershell sql server
      4
      2 Votes
      4 Posts
      2k Views
      JaredBuschJ

      Nice post. I will almost certainly make use of this in the future!

    • nadnerBN

      Check status of a VSS Writer

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell exchange vss
      3
      0 Votes
      3 Posts
      1k Views
      JaredBuschJ

      I did not even see the post somehow. I can try and look at it later.

    • scottalanmillerS

      Understanding $args in PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion powershell
      92
      3 Votes
      92 Posts
      74k Views
      C

      Rob I do try to take things at face value. I went back over what has been said and haven't found where you or anyone has said that it's created each time a scipt is run. Very likely I misunderstood something. My assumptions are only testing what I think so I know whether or not I get it. Since I now know it's created new each time something is run that makes a big difference to my understanding. It's fine to tell me to take your posts at face value but if I'm left with a question about it the face value is not a value. I'm not trying to be disrespectful however what is plain to you isn't to me. So Merry Christmas and thank you for the excellent discussion

    • scottalanmillerS

      Introduction to Powershell Video

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell spiceworld spiceworks
      26
      4 Votes
      26 Posts
      7k Views
      gjacobseG

      @scottalanmiller said:

      @g.jacobse said:

      I'll admit - It's something I should learn... When I put the new server online adding 150 users quickly will be nice.

      You don't have AD?

      ,..... Uhm,.. Nope. and yes. Organization has two OU (of sorts). The main office is a (crap shoot) Workgroup. The other does have AD in a Server 2k3 with Exchange...
      Thus some of my recent (history) posts.

    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 11 / 11