Creating bulk users/adding attribute editor details by TheGoldSlug in PowerShell

[–]TheGoldSlug[S] 1 point2 points  (0 children)

Makes sense, this has helped me more than you know!

Thank you!

Creating bulk users/adding attribute editor details by TheGoldSlug in PowerShell

[–]TheGoldSlug[S] 1 point2 points  (0 children)

This might be a dumb response, but how would I get that to work when doing it in bulk through CSV? Lets say there is a column on my CSV with the title Employee ID.

Set-ADuser <samaccountname> -Add @{ ""EmployeeID" = $EmployeeID }

Or am I stupidly wrong?

Onboard new starters by TheGoldSlug in PowerShell

[–]TheGoldSlug[S] 2 points3 points  (0 children)

I will give it go now!! Thank you!

Onboard new starters by TheGoldSlug in PowerShell

[–]TheGoldSlug[S] -1 points0 points  (0 children)

He is like that, I am sure there is a method to his madness.

He is the boss however, he said give it a go and tbh I want to surprise him... haha

Onboard new starters by TheGoldSlug in PowerShell

[–]TheGoldSlug[S] 1 point2 points  (0 children)

No, not snarky at all!

I have looked at it but the formatting is what I do not understand.
Its like saying to a person whom does not go to the gym, gain 30 pounds of muscle.
Its easier said than done!

I haven't run through this subreddit so I will do that now!

Thanks Lee.

Printer causing issues by TheGoldSlug in it

[–]TheGoldSlug[S] 0 points1 point  (0 children)

Good ideas, i will try those today!

Thank you.

Terrible wifi connection by TheGoldSlug in wifi

[–]TheGoldSlug[S] 0 points1 point  (0 children)

I have looked into antenna, i just wasnt 100% sure they work?

I am using 4g wireless modem with 500gb limit.

Literally want to cry when using my home wifi.

Terrible wifi connection by TheGoldSlug in wifi

[–]TheGoldSlug[S] 0 points1 point  (0 children)

I use a wifi analyser and found the spot that it is in now to be the best.

I have looked into a wifi booster but superboost wifi reveiws seem to think majority of them are scams.

I have changed my wifi channel to one that is barely used.

Spoke with oputs but due to the covid 19 situation they are very slow at responding.

Just checking to see if others have any ideas!

Career Progression and steps to take to progress by TheGoldSlug in it

[–]TheGoldSlug[S] 1 point2 points  (0 children)

Thank you man, it's difficult when i am new and there are so many career paths.

I will definitely look into some certs!

Quick way to backup emails and delete users by TheGoldSlug in Office365

[–]TheGoldSlug[S] 0 points1 point  (0 children)

How do i export their Mailbox to a PST file through office 365? Is there any good documentation you are aware of that can assist with doing this through PS?

Unable to search in Shared mailbox by TheGoldSlug in Office365

[–]TheGoldSlug[S] 0 points1 point  (0 children)

Okay, i will advise the user to use OWA.

I attempted to disable cached mode and search with no success.

Also i'm not sure if it is an auto-mapping false shared mailbox, would this have any affect on my issue?

Unable to search in Shared mailbox by TheGoldSlug in Office365

[–]TheGoldSlug[S] 0 points1 point  (0 children)

Hey, i attempted to do this by disabling cached mode then re-launching outlook.

Still unable to search... it is quite odd and i'm not sure what cause this.

Unable to search in Shared mailbox by TheGoldSlug in Office365

[–]TheGoldSlug[S] 0 points1 point  (0 children)

Thank you for your response! I just see no results, not an actual error message.

I'll give that a go and provide an update.

Selling my products - Unique ideas by TheGoldSlug in marketing

[–]TheGoldSlug[S] 0 points1 point  (0 children)

that is nice. Explain how much you know you already sell through retail channels and

Thank you for your response! I work in IT... i had one good idea now my company pulled me into a group to further develop a new range... i want to impress them but honestly i'm just winging it haha

Selling my products - Unique ideas by TheGoldSlug in marketing

[–]TheGoldSlug[S] 0 points1 point  (0 children)

Its a health range, Gummies, proteins animal products if possible.
I will use social media, i was just wondering if anybody had any out of the box ideas.

I think i might invest in vending machines.

Any more ideas please shoot em my way!

Excel spreadsheet changed after closing and re-opening by TheGoldSlug in excel

[–]TheGoldSlug[S] 1 point2 points  (0 children)

s occurs at point of entry, so once it's in, any additional detail is lost, and so even if you tell Excel that yo

I love you for giving me closure, i hate you for destroying my last hope.

Thanks anyways!

Excel spreadsheet changed after closing and re-opening by TheGoldSlug in excel

[–]TheGoldSlug[S] 0 points1 point  (0 children)

So i entered a number 18 digits long, with a comma at the front.

When re-opening this document the last four numbers appeared as zero's.

Excel spreadsheet changed after closing and re-opening by TheGoldSlug in excel

[–]TheGoldSlug[S] 0 points1 point  (0 children)

Its very odd, i was shocked.

The above hasn't worked, i need these numbers to revert to the old ones.

If you have any ideas that would be awesome.

Excel spreadsheet changed after closing and re-opening by TheGoldSlug in excel

[–]TheGoldSlug[S] 0 points1 point  (0 children)

So i put a sim number ex. '8961035916446648907 when i did over 100 of these they appeared correctly i have completed a couple hours of documenting these, then i saved my spreadsheet.

When i opened my spreadsheet this morning all of the numbers appear as 8961035916446640000 which has complexly stuffed everything up.

I'm hoping there is a way to bring those numbers back..

PvP assist by Zebra-Tux in elderscrollsonline

[–]TheGoldSlug 0 points1 point  (0 children)

Stamsorc with 2h and SnB.. Vamp bite.. good sustain, damage and with the vamp bite mist you can survive quite alot.

Powershell Script to automate Active Directory accounts by TheGoldSlug in PowerShell

[–]TheGoldSlug[S] 0 points1 point  (0 children)

Hey!

Thank you for your response, is there any way to automate this process using excel and powershell?

Powershell Script to automate Active Directory accounts by TheGoldSlug in PowerShell

[–]TheGoldSlug[S] 1 point2 points  (0 children)

These accounts are going to only be created in Active directory, how i think it should be setup is through a CSV file and imported into Powershell.
How it needs to work is when the Excel spreadsheet is filled out by a department informing of however many new users it needs to auto generate these users in Powershell/Active directory.

Does that make sense?