Book now with code EOY2025
ECHO "-------------------------------------------" >> "%userprofile%\Desktop\shares.txt" ECHO %computername% >> "%userprofile%\Desktop\shares.txt" ECHO "-------------------------------------------" >> "%userprofile%\Desktop\shares.txt" NET SHARE >> "%userprofile%\Desktop\shares.txt" ECHO "-------------------------------------------" >> "%userprofile%\Desktop\shares.txt"
jetdynamics wrote: » @HeroPsycho We dont need to specify the server just all the computers thats plug into the network, Maybe you have another idea just for the computer by using certain IP range? Thanks guys for taking time to answer my questions , I really appreciate the help.
[string]$subnet = "192.168.1." $StartHosts = 100 $EndHost = 200 for($i = $StartHost; $i -le $EndHost; $i++) { $ComputerName = $subnet+$i #Body of script. }
$ips = 2..254 | %{"192.168.1." + $_}
RobertKaucher wrote: » @Hero - Thanks for almost always teaching me something cool in PoSh with your posts!
Use code EOY2025 to receive $250 off your 2025 certification boot camp!