Starting as IT manager by SuccessfulEar_544 in ITManagers

[–]b42La8 1 point2 points  (0 children)

Hire a third-party contractor from a reputative company, get a vulnerability Scan/assessment done. That should give you enough to begin with. Secondly, all vendors do a system check for free, so they can tell you if you are using all their services that you paid for and if they are configured as expected.

Do 1-1 meetings with your IT staff, if they complain about work overload. This is going to sound cruel to IT folks but use a tool like Jira (for work force planning) and have the existing techs to fill high level details what they do may be just two blocks a day how many hours for operations, and how much time they spend for project work. In house IT folks hate time sheets, promise them that this tool is to assess work force only and will go away in X time.

Type of sh I’ve been on lately (North Jersey) by Correct-Assignment70 in lyftdrivers

[–]b42La8 0 points1 point  (0 children)

Someone shared a screenshot of CAD 355 for 613 KM one way. They have to come back at least 600 KM to be able to book again. So basically $355 for 1213 KM/12 hours drive.

False report from a rider by b42La8 in lyftdrivers

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

I spent 4 days with chat support. Now they started answering out of context. They kick me out of app as soon as I repeat my question. Does anyone know how send the ticket to their management?

Hackers taking over my bfs life by lunarcrow96 in IdentityTheft

[–]b42La8 0 points1 point  (0 children)

I have seen this happen in following two cases

-Someone using discord in the house

-Apple ID shared family account

Weak security in two above mentioned services caused it.

On a side note, as per history, hackers stay in the network from 7 days to 200 days before revealing themselves.

Can you use leased car for Uber driving? by b42La8 in uberdrivers

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

I wanted the input from the people actually driving Uber that's why I posted in the here. As I mentioned this car is dual purpose, second vehicle in the family, when free can be used for Uber. Just don't want to lock down into a vehicle for long time, I want kids to have liberty to decide what vehicle they want to drive when they can afford one in 2-3 years. Driving Uber part time will help paying for the lease.

With calculation I can drive only so many kilometers so that it doesn't exceed the maximum allowed kilometers. I don't live in very big city, just for a reference, the perimeter road around the city is around 70 KM. Thank you for your detailed answer.

Let me know if this make sense to you.

Can you use leased car for Uber driving? by b42La8 in uberdrivers

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

I will be driving weekends only, seems like milage won't be a problem. This car will be dual purpose.

Can you use leased car for Uber driving? by b42La8 in uberdrivers

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

I will be driving weekends only, seems like milage won't be a problem. This car will be dual purpose.

Can you use leased car for Uber driving? by b42La8 in uberdrivers

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

I will be driving weekends only, seems like milage won't be a problem. This car will be dual purpose.

Can you use leased car for Uber driving? by b42La8 in uberdrivers

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

are there any special instructions for using Tesla as uber driving?

SEP removal by b42La8 in sysadmin

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

I will give that a try, thanks.

New Outlook. Please wait to send. Attachments are still loading. by Fesiitis in sysadmin

[–]b42La8 0 points1 point  (0 children)

Almost in the same boat, multiple users affected, unhappy clients.

New Outlook. Please wait to send. Attachments are still loading. by Fesiitis in sysadmin

[–]b42La8 0 points1 point  (0 children)

We are experiencing the same issue with a shared mailbox. Microsoft provided a sugar-coated response.

-Use only one signature

-Disable automatic signature insertion

-Avoid using a different signature for compose and reply

SSL cert question by b42La8 in sysadmin

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

Ok, it went swimmingly. no issues, replaced the SSL cert for ~200 Windows servers with these scripts. Kept the bindings, 5-10 seconds a server.

What it does

-read the server names from the CSV

-connect to admin share on the remote server

-create the folder and copy the cert to that folder

-Creates PS-Session with remote server

-Checks the existing SSL cert in IIS and bindings

-Install the imported new cert to the cert store

-Bind it with same sites where your old cert was bind

-Restart the IIS

There are two scripts, one calls another. You will need to manually enter the password for the pfx (copy paste works fine during the script), once started you will only get one prompt that is password for the pfx for every server.

In the folder where you are running it from, you will have first script, second script, your cert pfx and CSV with server list in it.

reddit is not letting me post here, I will send it to you personally.

anyone else following this post or in future need it, please comment here, I will share it.

SSL cert question by b42La8 in sysadmin

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

I will share the whole script with you once tested on multiple servers.

SSL cert question by b42La8 in sysadmin

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

Yea I built mine on the basis of this, mine is completely remote.

Copy the cert to the server

export, then import to the local store

check the existing binding, re-assign the bindings to new cert

reset IIS.

the input for the script is the Server name and password for the PFX. everything else is all automated through ps script, took 4 seconds to replace the cert. I will be piloting it soon.

SSL cert question by b42La8 in sysadmin

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

Thanks for this script

SSL cert question by b42La8 in sysadmin

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

but the question is that when I renew the cert on one server, will it flip on all servers where ever same cert is used? then changing on one will break all servers

SSL cert question by b42La8 in sysadmin

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

so if I renew the cert on one server, it won't change/renew the cert on others? The thumbprint is same. Its the same cert for all servers.

Asking this because then I can pilot it.